I have a latitude D830 (T7500 duo centrino SantaRosa + nvidia NVS 140M).
I installed F7 x86_64 and have the following problems:
- no sound
- no dvd-rom
+ sound problems:
# cat /proc/asound/cards
--- no soundcards ---
# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC).
# lspci |grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
When loading the snd_hda_intel module:
Jul 10 15:56:07 jupiter kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21
Jul 10 15:56:07 jupiter kernel: hda_intel: azx_get_response timeout, switching to polling mode...
Jul 10 15:56:07 jupiter kernel: hda_intel: azx_get_response timeout, switching to single_cmd mode...
Jul 10 15:56:07 jupiter kernel: hda_codec: No auto-config is available, default to model=ref
Jul 10 15:56:07 jupiter kernel: hda-intel: no codecs initialized
# lsmod|grep snd
snd_usb_audio 98881 0
snd_usb_lib 26049 1 snd_usb_audio
snd_rawmidi 35137 1 snd_usb_lib
snd_hwdep 19145 1 snd_usb_audio
snd_hda_intel 30945 0
snd_hda_codec 264897 1 snd_hda_intel
snd_seq_dummy 12613 0
snd_seq_oss 40897 0
snd_seq_midi_event 16577 1 snd_seq_oss
snd_seq 63201 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 17109 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 53217 0
snd_mixer_oss 25537 1 snd_pcm_oss
snd_pcm 93129 4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_ oss
snd_timer 32585 2 snd_seq,snd_pcm
snd 71785 12 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_hda_intel, snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,s nd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 17249 1 snd
snd_page_alloc 18897 2 snd_hda_intel,snd_pcm
A friend is using same D830 with ubuntu and alsa 1.0.14rc1 without any problems...
+ no CD/DVD
The ata device can be configured through the BIOS in ATA or AHCI mode. Tried both with ata_piix module for ATA and ahci module for AHCI mode. Hard disk is recognised; but no cdrom/dvd-rom.
Also tried with libata.atapi_enabled=1 (experimental) but no luck. No /dev/scdx or /dev/hdx ...
You can boot from the DVD (through the BIOS boot support until the second install stage); from there I had to switch to network install (NFS in my case).
I already googled al lot, but nu useful stuff. Therefor I'm making this specific D830/D630 thread ...