Audio Disappeared; /dev/dsp Missing

Asked by taniste

Ubuntu: Lost audio (apparently as a result of a routine SW upgrade).

Volume control now does 'not find any elements and/or devices to control'.

Daemons /usr/bin/esd and /usr/bin/artsd are not running. Attempt to start artsd manually gives error:

  device /dev/dsp can't be opened (No such file or directory)

'lspci -v | less' lists 2 audio devices:

  Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)

and

  ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]

I could not find drivers for download at either manufacturer's website.

How can I re-create /dev/dsp? Any other advice?

Many thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-ati Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
taniste (taniste) said :
#2

Tried that, thanks. Did not help...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you give the output of:

wget -O alsa-info.sh http://alsa-project.org/alsa-info.sh && bash ./alsa-info.sh

Thanks

Revision history for this message
taniste (taniste) said :
#4

Please see below and thank you.
____________________________________________________

upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.60
!!################################

!!Script ran on: Sun Mar 6 07:47:17 UTC 2011

!!Linux Distribution
!!------------------

Ubuntu 8.04.4 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 8.04.4 LTS"

!!DMI Information
!!---------------

Manufacturer: Dell Inc.
Product Name: Inspiron 530
Product Version:

!!Kernel Information
!!------------------

Kernel release: 2.6.24-29-generic
Operating System: GNU/Linux
Architecture: i686
Processor: unknown
SMP Enabled: Yes

!!ALSA Version
!!------------

Driver version:
Library version: 1.0.15
Utilities version: 1.0.15

!!Loaded ALSA modules
!!-------------------

!!Sound Servers on this system
!!----------------------------

Pulseaudio:
      Installed - Yes (/usr/bin/pulseaudio)
      Running - Yes

ESound Daemon:
      Installed - Yes (/usr/bin/esd)
      Running - No

aRts:
      Installed - Yes (/usr/bin/artsd)
      Running - No

!!Soundcards recognised by ALSA
!!-----------------------------

!!PCI Soundcards installed in the system
!!--------------------------------------

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
01:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]

!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!--------------------------------------------------------

00:1b.0 0403: 8086:293e (rev 02)
 Subsystem: 1028:020d
--
01:00.1 0403: 1002:aa08
 Subsystem: 1028:aa08

!!Modprobe options (Sound related)
!!--------------------------------

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-usb-audio: index=-2
snd-usb-usx2y: index=-2
snd-usb-caiaq: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388

!!Loaded sound module options
!!--------------------------

!!ALSA Device nodes
!!-----------------

!!Aplay/Arecord output
!!------------

APLAY

aplay: device_list:205: no soundcards found...

ARECORD

arecord: device_list:205: no soundcards found...

!!Amixer output
!!-------------

!!Alsactl output
!!-------------

--startcollapse--
--endcollapse--

!!All Loaded Modules
!!------------------

Module
ipv6
af_packet
binfmt_misc
rfcomm
l2cap
bluetooth
ppdev
acpi_cpufreq
cpufreq_powersave
cpufreq_conservative
cpufreq_ondemand
cpufreq_stats
cpufreq_userspace
freq_table
container
dock
video
output
sbs
sbshc
battery
iptable_filter
ip_tables
x_tables
aes_i586
dm_crypt
dm_mod
ac
parport_pc
lp
parport
fglrx
usblp
iTCO_wdt
shpchp
pci_hotplug
psmouse
serio_raw
e1000e
dcdbas
iTCO_vendor_support
evdev
button
intel_agp
agpgart
pcspkr
ext3
jbd
mbcache
sg
sr_mod
cdrom
sd_mod
usbhid
hid
ata_generic
pata_acpi
ata_piix
floppy
libata
scsi_mod
ehci_hcd
uhci_hcd
usbcore
thermal
processor
fan
fbcon
tileblit
font
bitblit
softcursor
fuse

!!ALSA/HDA dmesg
!!------------------

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

Driver version:
Library version: 1.0.15
Utilities version: 1.0.15

you have no alsa driver version. You can use this to compile alsa 1.0.23 but personally I wouldn't waste your time as hardy desktop support ends next month. You can save yourself a lot of effort by simply installing Lucid, Maverick or Natty (Natty is released next month and is NOT LTS).

http://monespaceperso.org/blog-en/2010/05/02/upgrade-alsa-1-0-23-on-ubuntu-lucid-lynx-10-04/
Shows how it can be compiled but your OS has about 5 weeks worth of support left

Revision history for this message
taniste (taniste) said :
#6

The compilation failed by I solved the problem by installing a pre-compiled driver from www.linuxant.com/alsa-driver.

Many thanks for your help!

Revision history for this message
taniste (taniste) said :
#7

Thanks actionparsnip, that solved my question.