no sound

Code:
dmesg | grep hda
shows nothing

cat /dev/sndstat
Code:
No devices installed.
No devices installed from userspace.
14.0
 
It's obviously not getting mentioned there, or else the driver would have loaded. Tell us WHAT hardware you have.
 
Looks like there is an error and the device is detached. From their dmesg:
Code:
uhid1: <C-Media Electronics Inc. USB Audio Device, class 0/0, rev 1.10/1.00, addr 4> on usbus0
uaudio0 on uhub5
uaudio0: <C-Media Electronics Inc. USB Audio Device, class 0/0, rev 1.10/1.00, addr 4> on usbus0
uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x2ms buffer.
uaudio0: Play[0]: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x2ms buffer.
uaudio0: Record[0]: 48000 Hz, 1 ch, 16-bit S-LE PCM format, 2x2ms buffer.
uaudio0: Record[0]: 44100 Hz, 1 ch, 16-bit S-LE PCM format, 2x2ms buffer.
uaudio0: No MIDI sequencer.
pcm0: <USB audio> on uaudio0
uaudio0: HID volume keys found.
ums0 on uhub5
ums0: <vendor 0x4e53 USB OPTICAL MOUSE, class 0/0, rev 1.10/1.00, addr 5> on usbus0
ums0: 5 buttons and [XYZ] coordinates ID=1
ugen0.5: <C-Media Electronics Inc. USB Audio Device> at usbus0 (disconnected)
uaudio0: at uhub5, port 1, addr 4 (disconnected)
pcm0: detached
uaudio0: detached
uhid1: at uhub5, port 1, addr 4 (disconnected)
uhid1: detached
usbd_setup_device_desc: getting device descriptor at addr 4 failed, USB_ERR_STALLED
 
Back
Top