![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
First Cup of Ubuntu
![]() |
Hello All,
I succesfully installed Ubuntu 5.10 on my laptop, but after booting I get a kernel oops caused by 'modprobe'. It is giving lots of output (stacktraces) but it's would be a hell of a job to type it here again . What i have figured out so far, is that is has something to do with my Sound Card. My questions are:Can I enable some kind of logging in grub so that i can save the stacktraces somewhere? I am able to read my ext3 partition under Windows XP, but all logs in /var/log are empty. Does anybody have the same problems with this soundcard: Code:
lspci -v: 0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04) lspci -v: Subsystem: Unknown device 1734:107c lspci -v: Flags: bus master, fast devsel, latency 0, IRQ 10 lspci -v: Memory at febf8000 (64-bit, non-prefetchable) [size=16K] lspci -v: Capabilities: [50] Power Management version 2 lspci -v: Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable- lspci -v: Capabilities: [70] #10 [0091] Thanks in advance edit: I tried passing acpi=off noapic nolapic while booting, but it didnt help Last edited by r0bert; October 13th, 2005 at 12:21 PM.. |
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 9
|
Re: Kernel oops on FS Amilo M3438G
I am not sure we have the same sound card (I have a FSC m1437g), but I experienced something similar. This was not in modprobe, but when loading the hotplug subsystem. I added snd_hda_intel, and snd_hda_codec to /etc/hotplug/blacklist. It booted fine after that, so I installed the Realtek drivers (I ran the install script), and removed the lines I had added to blacklist. After a reboot, sound is working just fine.
Martin |
|
|
|
|
#3 | |
|
First Cup of Ubuntu
![]() |
Re: Kernel oops on FS Amilo M3438G
Quote:
Could you tell me how you blacklisted the modules? When I reboot right after the installation process, it locks up so I can only blacklist them using the alt + sysRQ + e, and then do some editing, but perhaps there is an other (more friendly way Thanks for your help! |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 9
|
Re: Kernel oops on FS Amilo M3438G
Hi,
you can probably bypass hotplug in the boot by just pressing ctrl+c when you see that loading. When the system is loaded, open up a terminal and: Code:
sudo nano -w /etc/hotplug/blacklist Otherwise you could always edit your grub boot parameters to just boot into a simple shell and do your changes from there. That is when grub loads, press e to edit a boot line e.g. Code:
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/sda3 ro quiet splash Code:
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/sda3 rw init=/bin/bash This will only change the boot parameters temporarily. Martin |
|
|
|
|
#5 | ||
|
First Cup of Ubuntu
![]() |
Quote:
Quote:
Last question: since this seems to be a (serious?) bug, I should send a bugreport to someone, right? I have absolutely no experience with this, so if somebody could point me in the right direction I would appreciate it |
||
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 3
|
Re: Kernel oops on FS Amilo M3438G
I'm having the same problem of freezing when the boot gets to the hotplug thingy. I've managed to blacklist snd_hda_intel and snd_hda_codec.
tucoz, do you have a link for the driver you downloaded - i'm not getting the drivers i've tried to worked.Appreciate it. |
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2005
Location: Adelaide, Australia
Beans: 33
|
Re: Kernel oops on FS Amilo M3438G
Here are some bugs relating to your issue:
15465 Hotplug hangs on boot trying to load snd-hda-intel 15031 ALC880 + Intel 915GM - ICH6 results in Kernel panic From what I gathered after reading through the comments, the bug has been known about for a while, however, the patch to fix it was considered to risky to *** to the kernel close to the stable release. There is a patch, and a kernel with the patch itegrated, in the comments to bug 15031. This kernel contains the said patch. I gave it a go myself (LG LW40 Express, with intel HD audio (ICH6) sound), and didn't have any luck, but it seems others have. |
|
|
|
|
#8 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Oct 2005
Location: Singapore
Beans: 148
Ubuntu 6.06
|
Re: Kernel oops on FS Amilo M3438G
Quote:
|
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2005
Location: Adelaide, Australia
Beans: 33
|
Re: Kernel oops on FS Amilo M3438G
nah, not techincal at all:
Code:
wget http://www.sh.nu/~crimsun/linux-imag...-9.22_i386.deb sudo dpkg -i linux-image-2.6.12-9-386_2.6.12-9.22_i386.deb Last edited by shenki; October 15th, 2005 at 06:06 AM.. Reason: error in instructions |
|
|
|
|
#10 | |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Beans: 8
|
Re: Kernel oops on FS Amilo M3438G
Quote:
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|