w****g 发帖数: 597 | 1 请问在Ubuntu下如何查出当前kernel使用的audio&video的driver?
用lspci没有查出来。
用lsmod也没有查出来。
OS: Ubuntu 9.04
Dell Insipron. |
z**r 发帖数: 17771 | 2 lspci没有?俺的都能列出来啊,到system->admin->hardware drivers里看看,是不是
有需要activate的?
【在 w****g 的大作中提到】 : 请问在Ubuntu下如何查出当前kernel使用的audio&video的driver? : 用lspci没有查出来。 : 用lsmod也没有查出来。 : OS: Ubuntu 9.04 : Dell Insipron.
|
w****g 发帖数: 597 | 3 没有。请看附上的 lspci 硬件列表结果。
请问可以从lspci结果中看出来audio & video使用的driver吗? 请问其中video的driver版本是多少?是不是最新版本的Intel video driver吗? audio driver?
$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/
940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/
940GML Express Integrated Graphics Cont
【在 z**r 的大作中提到】 : lspci没有?俺的都能列出来啊,到system->admin->hardware drivers里看看,是不是 : 有需要activate的?
|
z**r 发帖数: 17771 | 4 你这不也列出来硬件了吗?用lspci -vvx看看kernel driver?
driver版本是多少?是不是最新版本的Intel video driver吗? audio driver?
Definition
【在 w****g 的大作中提到】 : 没有。请看附上的 lspci 硬件列表结果。 : 请问可以从lspci结果中看出来audio & video使用的driver吗? 请问其中video的driver版本是多少?是不是最新版本的Intel video driver吗? audio driver? : $ lspci : 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and : 945GT Express Memory Controller Hub (rev 03) : 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/ : 940GML Express Integrated Graphics Controller (rev 03) : 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/ : 940GML Express Integrated Graphics Cont
|
w****g 发帖数: 597 | |
w****g 发帖数: 597 | 6 谢谢,请你再次查看一下Intel video driver的版本号码信息。
虽然有'lspci -vvx'列表输出(内容见下),但是我还是无法从其中找到audio &
video driver的版本信息,例如,其中的Intel video driver版本的号码是什么?
其中的Intel audio driver版本的号码是什么?
特别的,这个有待找到的Intel video driver的版本号码,和在新闻中"2009-7-20:xf86-video-intel 2.8.0 released"提到的驱动版本号码2.8.0是可以相比较新旧的号码吗?
$ lspci -vvx
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/
940GML Express Integrated Graphics Controller (rev 03)
Subsystem: Dell Device 01bd
Control: I/O+ Mem+ BusMaster+ SpecCycle- M
【在 z**r 的大作中提到】 : 你这不也列出来硬件了吗?用lspci -vvx看看kernel driver? : : driver版本是多少?是不是最新版本的Intel video driver吗? audio driver? : Definition
|
I*a 发帖数: 297 | |
a*****i 发帖数: 4391 | 8
xf86-video-intel
hmm, as far as I know, all of "drivers" are released with entire kernel. So
your driver binary
should also carry the kernel version.
For instance, mine outputs:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics
Controller (rev 0c) (prog-if 00 [VGA controller])
Subsystem: Lenovo T61
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR-
FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2
【在 w****g 的大作中提到】 : 谢谢,请你再次查看一下Intel video driver的版本号码信息。 : 虽然有'lspci -vvx'列表输出(内容见下),但是我还是无法从其中找到audio & : video driver的版本信息,例如,其中的Intel video driver版本的号码是什么? : 其中的Intel audio driver版本的号码是什么? : 特别的,这个有待找到的Intel video driver的版本号码,和在新闻中"2009-7-20:xf86-video-intel 2.8.0 released"提到的驱动版本号码2.8.0是可以相比较新旧的号码吗? : $ lspci -vvx : 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/ : 940GML Express Integrated Graphics Controller (rev 03) : Subsystem: Dell Device 01bd : Control: I/O+ Mem+ BusMaster+ SpecCycle- M
|
w****g 发帖数: 597 | 9 Thank you.
The uname utility prints information about the current system on the
standard output. So, 2.6.29 is your kenel version number, and it's neither
video driver number, nor audio driver number.
So
-
【在 a*****i 的大作中提到】 : : xf86-video-intel : hmm, as far as I know, all of "drivers" are released with entire kernel. So : your driver binary : should also carry the kernel version. : For instance, mine outputs: : 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 : Integrated Graphics : Controller (rev 0c) (prog-if 00 [VGA controller]) : Subsystem: Lenovo T61
|
a*****i 发帖数: 4391 | 10
I mean video driver number and audio driver number or any of the driver
number is the kernel
version number.
【在 w****g 的大作中提到】 : Thank you. : The uname utility prints information about the current system on the : standard output. So, 2.6.29 is your kenel version number, and it's neither : video driver number, nor audio driver number. : : So : -
|
|
|
w****g 发帖数: 597 | 11 thank you.
I knew that you already said any (static) device driver and its version
number is the kernel version number. For example, both video driver and
kernel version is 2.6.29 in your Linux system. You use 'uname -a' command to
find both driver and kernel numbers in that content. So far so good.
Moreover, how to find the specific video and audio driver version number in
Ubuntu 9.04 ? Can I compare it against the latest Intel video driver version number?
In the news "2009-7-20:xf86-video-inte
【在 a*****i 的大作中提到】 : : I mean video driver number and audio driver number or any of the driver : number is the kernel : version number.
|
w****g 发帖数: 597 | 12 Thank you.
How to find audio driver version number ?
Checking the X.org log should find version number for video driver.
【在 I*a 的大作中提到】 : 你看看X.org log 不就结了
|
I*a 发帖数: 297 | 13 see if
dmesg |grep "HDA Intel"
can show you version number.
or look through kern.log |
w****g 发帖数: 597 | 14 For video driver, it can be found in Xorg.0.log. So far so good.
$ cat /var/log/Xorg.0.log | grep -A 3 "Module intel"
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.6.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
Is this '2.6.3' a intel video driver version number ?
For audio driver, both dmesg |grep "HDA Intel"and kern.log have no audio driver information.
【在 I*a 的大作中提到】 : see if : dmesg |grep "HDA Intel" : can show you version number. : or look through kern.log
|
I*a 发帖数: 297 | 15
Yes, its the intel video driver you are using.
driver information.
then maybe its using the default kernel module. if u install a propriety
driver
it will show the driver number?
【在 w****g 的大作中提到】 : For video driver, it can be found in Xorg.0.log. So far so good. : $ cat /var/log/Xorg.0.log | grep -A 3 "Module intel" : (II) Module intel: vendor="X.Org Foundation" : compiled for 1.6.0, module version = 2.6.3 : Module class: X.Org Video Driver : ABI class: X.Org Video Driver, version 5.0 : Is this '2.6.3' a intel video driver version number ? : For audio driver, both dmesg |grep "HDA Intel"and kern.log have no audio driver information.
|