Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old October 13th, 2005   #1
r0bert
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: The Netherlands
Beans: 3
Ubuntu Breezy 5.10
Send a message via MSN to r0bert
Unhappy Kernel oops on FS Amilo M3438G

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]
Under Hoary I did not have these problems, and I succesfully used the Realtek ACL880 drivers.

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..
r0bert is offline  
Old October 14th, 2005   #2
tucoz
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
tucoz is offline  
Old October 14th, 2005   #3
r0bert
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: The Netherlands
Beans: 3
Ubuntu Breezy 5.10
Send a message via MSN to r0bert
Re: Kernel oops on FS Amilo M3438G

Quote:
Originally Posted by tucoz
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
You're right, i did some research (hooray for the SysRQ key ) and hotplug seems to be the problem. I just disabled hotplug but this is a little too drastic for me, so I'll try your solution

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 ) of doing this?

Thanks for your help!
r0bert is offline  
Old October 14th, 2005   #4
tucoz
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
and add snd_hda_intel, and snd_hda_codec to the bottom of that file.

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
change this to
Code:
kernel          /boot/vmlinuz-2.6.12-9-386 root=/dev/sda3 rw init=/bin/bash
Then, you just press b to boot with that line. You do not need to sudo stuff in that bash shell, as you have login as root.
This will only change the boot parameters temporarily.

Martin
tucoz is offline  
Old October 14th, 2005   #5
r0bert
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: The Netherlands
Beans: 3
Ubuntu Breezy 5.10
Send a message via MSN to r0bert
Smile Re: Kernel oops on FS Amilo M3438G

Quote:
Originally Posted by tucoz
Hi,
you can probably bypass hotplug in the boot by just pressing ctrl+c when you see that loading.
I already tried, but it didn't work (don't know why, but i guess it cannot be aborted due to the kernel oops or something).

Quote:
Originally Posted by tucoz
When the system is loaded, open up a terminal and:
Code:
sudo nano -w /etc/hotplug/blacklist
and add snd_hda_intel, and snd_hda_codec to the bottom of that file.
Thanks, i will try this!

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
r0bert is offline  
Old October 14th, 2005   #6
Liverman
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.
Liverman is offline  
Old October 14th, 2005   #7
shenki
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.
shenki is offline  
Old October 15th, 2005   #8
iNerdSure
Gee! These Aren't Roasted!
 
Join Date: Oct 2005
Location: Singapore
Beans: 148
Ubuntu 6.06
Re: Kernel oops on FS Amilo M3438G

Quote:
Originally Posted by shenki
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.
Thanks. The solution suggested appears rather technical for me, a Linux newbie. I hope some Ubuntu users out there have a simpler fix.
iNerdSure is offline  
Old October 15th, 2005   #9
shenki
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
and then reboot your computer.

Last edited by shenki; October 15th, 2005 at 06:06 AM.. Reason: error in instructions
shenki is offline  
Old October 17th, 2005   #10
savale
5 Cups of Ubuntu
 
Join Date: Sep 2005
Beans: 8
Re: Kernel oops on FS Amilo M3438G

Quote:
Originally Posted by shenki
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
and then reboot your computer.
ahh nice. Did you compiled that kernel?
savale is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:14 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry