Results 11 to 12 of 12
You can grep that output just like before
Code:
dmesg | grep intel8x0
Code:
dmesg | grep snd
It seems to be loading fine from what I can tell, maybe ...
- 03-15-2009 #11
You can grep that output just like before
Code:dmesg | grep intel8x0
It seems to be loading fine from what I can tell, maybe you should try unloading and re-loading the module.Code:dmesg | grep snd
Code:modprobe -r intel8x0
Then check dmesg again, the errors (if any) should be the last entry.Code:modprobe intel8x0
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 03-15-2009 #12Just Joined!
- Join Date
- Mar 2009
- Posts
- 28
I run this commands:
Lucy many # modprobe -r snd_intel8x0
Lucy many # modprobe snd_intel8x0
Lucy many # dmesg | grep snd_intel8x0
Lucy many # dmesg | grep intel8x0
intel8x0_measure_ac97_clock: measured 55452 usecs
intel8x0: clocking to 48000
intel8x0_measure_ac97_clock: measured 55458 usecs
intel8x0: clocking to 48000
And when the module was loaded, I heard a little "chis" on the speakers, but still is no sound
This is the info about alsamixer:
Card: Dummy │
│ Chip: Dummy Mixer │
│ View: [Playback] Capture All │
│ Item: Master [dB gain=-45.00, -45.00]
I think this is maybe the problem, but I'm not shure.
Can anyone help me?


Reply With Quote
