Bug 132298

Summary: bootup hangs on modprobe snd-intel8x0
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 3CC: pfrields, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-26 14:39:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Daniel Walsh 2004-09-10 18:12:23 UTC
Description of problem:
modprobe hangs on kernel-2.6.8-1.541
modprobe snd-intel8x0

Version-Release number of selected component (if applicable):


How reproducible:
Fresh install on hardware with intel sound card

Steps to Reproduce:
1. boot
2.
3.
  
Actual results:
modprobe hangs

Expected results:
modprobe completes

Additional info:

Comment 1 Bill Nottingham 2004-09-10 19:17:46 UTC
Any kernel messages?

Comment 2 Daniel Walsh 2004-09-10 19:32:28 UTC
no

Comment 3 Daniel Walsh 2004-09-10 20:03:27 UTC
strace shows modutils is in a waitpid call.  (Typed from the screen)

open("/lib/modules/2.6.8-1.541/kernel/sound/pci/snd-intel8x0.ko"m
O_WDWR) = 3
fcntl(...)
open("/proc/modules", O_RDONLY) ...
fstat64 ...
mmap2(...)
read(4,"snd_ac97_codec 61329 0 - Live 0x"..., 1024) = 1024
read(4,"d 27973 0 - Live 0x2291b000\ntg2 "..., 1024) = 347
read(4,"",1024) = 0
close(4)
munmap(0xf6ff7000,4096) = 0
close(3)
rt_sigaction(...)
rt_sigaction(...)
rt_sigprocmask(...)
clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
parent_tidptr=0feefca18) = 3171
waitpid=(3171,

Comment 4 Daniel Walsh 2004-10-26 14:39:42 UTC
Updating bios fixed this problem.