No mixers present?
Moderators: dev, hannu, cesium
Re: No mixers present?
Can you pastebin soundon.log again? (Should have asked earlier, sorry)
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
cesium wrote:Can you pastebin soundon.log again? (Should have asked earlier, sorry)
No Problem
http://pastebin.com/EUSvyPt6
Re: No mixers present?
OK, try this: http://www.mediafire.com/?zodym3zz5w1 .
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
cesium wrote:OK, try this: http://www.mediafire.com/?zodym3zz5w1 .
Same behavior as before, new ossinfo and log for you:
Code: Select all
nuckin:~ => sudo ossinfo -v3
Version info: OSS 4.2 (b 2002/201004031954) (0x00040100) OSS_HG
Hg revision: changeset: 889:b2e0bf5ba947, tag: tip, date: Wed Mar 03 10:29:53 2010 +0200, summary: Fixed a hang in some HDaudio systems
Platform: Linux/x86_64 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 (nuckin-laptop)
Number of audio devices: 0
Number of audio engines: 0
Number of mixer devices: 0
Device objects
0: osscore0 OSS core services
1: oss_hdaudio0 nVidia HD Audio interrupts=3035 (3035)
HD Audio controller nVidia HD Audio
Vendor ID 0x10de026c
Subvendor ID 0x1462373d
Codec 0: Not present
Codec 2: Not present
Codec 3: Not present
Codec 5: Not present
Codec 6: Not present
Codec 7: Not present
2: oss_usb0 USB audio core services
Mixer devices
Audio devices
Nodes
http://pastebin.com/aWrNYKp4
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
cesium wrote:grr.. try http://www.mediafire.com/?n1m4qgyzily .
Code: Select all
nuckin:~ => sudo ossinfo
Version info: OSS 4.2 (b 2002/201004031954) (0x00040100) OSS_HG
Hg revision: changeset: 889:b2e0bf5ba947, tag: tip, date: Wed Mar 03 10:29:53 2010 +0200, summary: Fixed a hang in some HDaudio systems
Platform: Linux/x86_64 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 (nuckin-laptop)
Number of audio devices: 0
Number of audio engines: 0
Number of mixer devices: 0
Device objects
0: osscore0 OSS core services
1: oss_hdaudio0 nVidia HD Audio interrupts=6890 (7328)
2: oss_usb0 USB audio core services
Mixer devices
Audio devices
Nodes
http://pastebin.com/MCgc6xca
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
any new developments on this problem? I'm still getting kernel panics on every shutdown and no sound mixers are detected 
Re: No mixers present?
nuckinfuts wrote:any new developments on this problem? I'm still getting kernel panics on every shutdown and no sound mixers are detected
Have you blacklisted ALSA modules?
It might be something wrong in /etc/rc.conf
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
igorzwx wrote:nuckinfuts wrote:any new developments on this problem? I'm still getting kernel panics on every shutdown and no sound mixers are detected
Have you blacklisted ALSA modules?
It might be something wrong in /etc/rc.conf
Yup, http://wiki.archlinux.org/index.php/OSS
Re: No mixers present?
Some useful commands:
lsmod | grep snd
lsmod | grep oss
dmesg | grep oss
dmesg |grep HDA
# lshw -c multimedia
cat /dev/urandom >> /dev/dsp
lsmod | grep snd
lsmod | grep oss
dmesg | grep oss
dmesg |grep HDA
# lshw -c multimedia
cat /dev/urandom >> /dev/dsp
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
Code: Select all
nuckin:~$ lsmod | grep snd
nuckin:~$ lsmod | grep oss
oss_hdaudio 145874 0
osscore 549285 1 oss_hdaudio
nuckin:~$ dmesg | grep oss
Adding 265064k swap on /dev/sda2. Priority:-1 extents:1 across:265064k
oss_hdaudio 0000:00:10.1: PCI INT B -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
oss_hdaudio: No codecs found after reset
oss_hdaudio 0000:00:10.1: PCI INT B disabled
oss_hdaudio: probe of 0000:00:10.1 failed with error -5
nuckin:~$ dmesg | grep HDA
nuckin:~$ sudo lshw -c multimedia
*-multimedia UNCLAIMED
description: Audio device
product: MCP51 High Definition Audio
vendor: nVidia Corporation
physical id: 10.1
bus info: pci@0000:00:10.1
version: a2
width: 32 bits
clock: 66MHz
capabilities: pm msi ht cap_list
configuration: latency=0 maxlatency=5 mingnt=2
resources: memory:70000000-70003fff
nuckin:~$ su
[root@nuckin-laptop nuckin]# cat /dev/urandom >> /dev/dsp
cat: write error: No space left on device
Re: No mixers present?
nuckinfuts wrote:Code: Select all
nuckin:~$ lsmod | grep snd
nuckin:~$ lsmod | grep oss
oss_hdaudio 145874 0
osscore 549285 1 oss_hdaudio
nuckin:~$ dmesg | grep oss
Adding 265064k swap on /dev/sda2. Priority:-1 extents:1 across:265064k
oss_hdaudio 0000:00:10.1: PCI INT B -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
oss_hdaudio: No codecs found after reset
oss_hdaudio 0000:00:10.1: PCI INT B disabled
oss_hdaudio: probe of 0000:00:10.1 failed with error -5
nuckin:~$ dmesg | grep HDA
nuckin:~$ sudo lshw -c multimedia
*-multimedia UNCLAIMED
description: Audio device
product: MCP51 High Definition Audio
vendor: nVidia Corporation
physical id: 10.1
bus info: pci@0000:00:10.1
version: a2
width: 32 bits
clock: 66MHz
capabilities: pm msi ht cap_list
configuration: latency=0 maxlatency=5 mingnt=2
resources: memory:70000000-70003fff
nuckin:~$ su
[root@nuckin-laptop nuckin]# cat /dev/urandom >> /dev/dsp
cat: write error: No space left on device
# pacman -Rd oss
# rm -rf /usr/lib/oss
# pacman -S oss
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
# pacman -Rd oss
# rm -rf /usr/lib/oss
# pacman -S oss
Only changes were:
Code: Select all
nuckin:~$ lsmod | grep oss
oss_usb 117244 0
oss_hdaudio 145874 0
osscore 549285 2 oss_usb,oss_hdaudio
usbcore 144604 7 oss_usb,usbhid,rt73usb,rt2x00usb,ohci_hcd,ehci_hcd
Re: No mixers present?
nuckinfuts wrote:# pacman -Rd oss
# rm -rf /usr/lib/oss
# pacman -S oss
Only changes were:Code: Select all
nuckin:~$ lsmod | grep oss
oss_usb 117244 0
oss_hdaudio 145874 0
osscore 549285 2 oss_usb,oss_hdaudio
usbcore 144604 7 oss_usb,usbhid,rt73usb,rt2x00usb,ohci_hcd,ehci_hcd
You may try to compile the latest version of OSS4.
If nothing changes, it might be reasonable to ask on the developers' forum.
In a word, it is not difficult to compile an own binary package for Arch Linux, see:
viewtopic.php?f=3&t=3543&start=30#p14762
It makes sense to create such a package, for it is easy to remove.
-
nuckinfuts
- Member
- Posts: 18
- Joined: Sat Apr 03, 2010 7:22 am
Re: No mixers present?
No dice, the kernel panics are preventing shutdown half the time and in the interest of allowing clean un mounting of the root filesystem, I've purged my system off OSS4.2 until we have something better to try
Who is online
Users browsing this forum: No registered users and 7 guests