eric lin wrote:

Kent West wrote:

What's the output of "lspci"?
And "lsmod"?

www:/home/fsshl# lsmod
Module Size Used by Not tainted
soundcore 3652 0 (autoclean)
af_packet 11784 2 (autoclean)
ppp_async 6368 1 (autoclean)
mousedev 3768 1
input 3328 0 [mousedev]
ide-scsi 7536 0
scsi_mod 88872 1 [ide-scsi]
parport_pc 21000 1 (autoclean)
lp 5920 0 (autoclean)
parport 22912 1 (autoclean) [parport_pc lp]
ac97 3072 0 (unused)
bsd_comp 4056 0
ppp_deflate 2968 0
zlib_deflate 17432 0 [ppp_deflate]
ppp_generic 19392 3 [ppp_async bsd_comp ppp_deflate]
slhc 4528 0 [ppp_generic]
3c59x 25264 1
rtc 5788 0 (autoclean)
ext2 31712 1 (autoclean)
ide-disk 9920 2 (autoclean)
ide-probe-mod 8752 0 (autoclean)
ide-mod 151816 2 (autoclean) [ide-scsi ide-disk ide-probe-mod]
ext3 58144 0 (autoclean)
jbd 36744 0 (autoclean) [ext3]
unix 13768 132 (autoclean)
www:/home/fsshl# lspci
00:00.0 Host bridge: Intel Corp.: Unknown device 2560 (rev 02)
00:01.0 PCI bridge: Intel Corp.: Unknown device 2561 (rev 02)
00:1d.0 USB Controller: Intel Corp.: Unknown device 24c2 (rev 02)
00:1d.1 USB Controller: Intel Corp.: Unknown device 24c4 (rev 02)
00:1d.2 USB Controller: Intel Corp.: Unknown device 24c7 (rev 02)
00:1d.7 USB Controller: Intel Corp.: Unknown device 24cd (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 24c0 (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801DB ICH4 IDE (rev 02)
00:1f.3 SMBus: Intel Corp.: Unknown device 24c3 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta] (rev 15)
02:05.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
02:08.0 Ethernet controller: Intel Corp.: Unknown device 1039 (rev 82)

I go to tldp.org down laod sound howto, I did not see ac97 is supported chip

"AC'97" is a generic name and refers to several audio chipsets. What you're more interested in is this line:

00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 02)

and its reference to 24c5. Doing a quick google for "24c5 linux" leads me to suspect that this particular variant of the AC'97 is not yet supported by the standard kernel drivers. I suspect that it _will_ be supported, but not yet. You might want to go the ALSA route or put in a cheapie supported soundcard in the meanwhile.

As to your network problems, you have two ethernet cards/circuits, as indicated by:

02:05.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
02:08.0 Ethernet controller: Intel Corp.: Unknown device 1039 (rev 82)

Again, the onboard controller looks like it might be unsupported. I'd recommend using the 3com (it's a good card). Just use "modconf" to add the 3c905 driver (and make sure that's the ethernet port you've got your ethernet cable plugged into). You might also want to turn off the on-board ethernet controller in the BIOS.

Kent




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to