Arne Chr. Jorgensen wrote: > Hi, > > you wrote: >> >> Do you have _ANY_ kernel that can boot and access the hard >> drive? If so, please boot it and send the >> output of 'lsmod'. >> > > right,.. > > //ARNE > ---------------------- > > Running OpenSuse 10.2 > > uname -a Linux compac 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC > 2006 x86_64 x86_64 x86_64 GNU/Linux > > > ---------------------- > lsmod > > Module Size Used by > bridge 81328 0 > iptable_filter 19968 0 > ip_tables 39400 1 iptable_filter > x_tables 37384 1 ip_tables > joydev 28160 0 > af_packet 57356 2 > ipv6 357728 16 > snd_pcm_oss 71680 0 > snd_mixer_oss 35840 1 snd_pcm_oss > snd_seq 82976 0 > snd_seq_device 26516 1 snd_seq > cpufreq_conservative 25608 0 > cpufreq_ondemand 24592 1 > cpufreq_userspace 24064 0 > cpufreq_powersave 18688 0 > powernow_k8 32416 1 > freq_table 22912 1 powernow_k8 > button 24736 0 > battery 28168 0 > ac 22792 0 > apparmor 74264 0 > aamatch_pcre 31232 1 apparmor > nls_utf8 18944 2 > ntfs 209032 2 > loop 34064 0 > dm_mod 81872 0 > ohci1394 52040 0 > ehci_hcd 51080 0 > sdhci 35980 0 > mmc_core 45056 1 sdhci > ohci_hcd 38404 0 > ieee1394 130552 1 ohci1394 > usbcore 148064 2 ehci_hcd,ohci_hcd > forcedeth 78864 0 > snd_dummy 30848 1 > snd_pcm 115464 2 snd_pcm_oss,snd_dummy > snd_timer 44680 2 snd_seq,snd_pcm > snd 89384 9 > snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_dummy,snd_pcm,snd_timer > soundcore 28192 1 snd > snd_page_alloc 27792 1 snd_pcm > ext3 167696 2 > mbcache 27016 1 ext3 > jbd 90872 1 ext3 > edd 27912 0 > fan 22408 0 > sg 55080 0 > sr_mod 34596 0 > cdrom 54056 1 sr_mod > sata_nv 30084 5 > pata_amd 31520 0 > libata 145056 2 sata_nv,pata_amd <============== > thermal 33552 0 > processor 53992 2 powernow_k8,thermal > sd_mod 39296 6 > scsi_mod 173744 4 sg,sr_mod,libata,sd_mod <============
The missing modules are libata and scsi_mod. To get them added to your initrd, you need to use YaST. >From the green animal (lizard?), click it and select "Computer". From that >popup, select "Administrator Settings". You will need to enter the root password. In the window that comes up, select "System" and "/etc/sysconfig Editor". In the window that opens, click on the + next to System, and the one next to Kernel. Then select "INITRD MODULES". In the window on the right-hand side, add libata and scsi_mod to the list. Press the "Finish" button and close all other windows. Change directory to your kernel source and issue a "sudo /sbin/mkinitrd", which should remake the necessary part. It should boot after that. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
