no sound on fresh install of 9.04 jaunty jackelope

Bug #418002 reported by triksteerx
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Ubuntu 9.04

System beeps are the only sounds I get.
Successfully reloaded ALSA, successfully recompiled driver snd-ice1724

triksterx@triksterx-desktop:~$ lspci -v
02:0f.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
 Flags: medium devsel, IRQ 17
 I/O ports at c000 [size=32]
 I/O ports at c400 [size=128]
 Capabilities: <access denied>
 Kernel modules: snd-ice1724

triksterx@triksterx-desktop:~$ aplay -l
aplay: device_list:217: no soundcards found...

Everything worked fine in 8.04 Hardy. Did not upgrade from 8.04, wiped drive and installed from 9.04 live cd

Could be a problem with ALSA itself. when I try to run alsamixer I get this:

triksterx@triksterx-desktop:~$ alsamixer

alsamixer: function snd_ctl_open failed for default: No such file or directory

not sure if this helps, but:

triksterx@triksterx-desktop:~$ lsmod | grep snd_ice1724
snd_ice1724 99836 0
snd_ice17xx_ak4xxx 11648 1 snd_ice1724
snd_ac97_codec 112676 1 snd_ice1724
snd_ak4xxx_adda 16384 2 snd_ice1724,snd_ice17xx_ak4xxx
snd_ak4114 16896 1 snd_ice1724
snd_pcm 82948 4 snd_ice1724,snd_ac97_codec,snd_ak4114,snd_pcm_oss
snd_pt2258 12032 1 snd_ice1724
snd_i2c 13184 2 snd_ice1724,snd_pt2258
snd_rawmidi 29856 2 snd_ice1724,snd_seq_midi
snd 66852 15
snd_ice1724,snd_ac97_codec,snd_ak4xxx_adda,snd_ak4114,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_pt2258,snd_i2c,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device

And :

triksterx@triksterx-desktop:~$ lspci -nv | grep -1 0401

02:0f.0 0401: 1412:1724 (rev 01)
 Flags: medium devsel, IRQ 17

Tags: kj-expired
Revision history for this message
Victor Vargas (kamus) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we can't fix it because your description didn't include enough information. We'd be grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at https://wiki.ubuntu.com/DebuggingSoundProblems

Thanks!

affects: ubuntu → linux (Ubuntu)
Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
triksteerx (triksterx) wrote :
Download full text (3.2 KiB)

Okay so I looked over the debugging page, and I have done everything on that page at least once before.

"Is your sound system plugged in and switched on. I spent an hour trying to diagnose a sound issue when the problem was that I had switched off the speakers to answer a phone call and forgot that I had done so."

Yes, that was the first thing I checked.

"From command line: Open a terminal window and launch alsamixer. Then unmute as described above."

I believe I stated in my original post that alsamixer is not working.

"From GUI: This can be done by running something like gnome-alsamixer from a terminal window or navigating to your your Volume Control. Then unmute as described above. Also check that your switches are set correctly - for instance that if you use the analog output the analog switch is set ON or that the digital or S/PDIF switch is set OFF. You can select which tracks/switches are visible in Volume Control (see above) under Edit->Preferences."

First thing I tried.

"Most sound applications output to card0 by default. In some cases, other audio devices (like a USB MIDI Keyboard) might be recognized as a soundcard and take card0, bumping your real soundcard to card1. To see which devices are connected to which cards, do the following:"

triksterx@triksterx-desktop:~$ cat /proc/asound/cards
--- no soundcards ---

As you can see, this is where I start running into a problem. I am constantly running into a "no soundcard" message, even though my lspci output clearly shows that I have an on-board sound card.

"Make sure that all users needing access to the Sound Device can "Use audio devices" in the "User Privileges" tab of users-admin (System->Administration->Users and Groups)."

Second thing I tried.

"Test different "Sound Servers": Go to System > Preferences > Sound ("Multimedia Systems Selector" in earlier editions of Ubuntu). From there, you can test the different options. In some scenarios several different sound servers may be installed, and only one may work. This is probably the origin of the problem if you cannot play audio with xine or rhythmbox, but you can with xmms or helix/realplayer."

Tried it, didn't work.

"If you can get absolutely no sound and you have an onboard sound chip you can try to disable it in the BIOS. This solves the problem is some cases."

No settings in my BIOS for sound chips.

"If you have no sound and you have a regular sound card type "lsmod | grep snd" in the terminal and see if there is more than one card listed. It's possible that you have a motherboard sound chip that is interfering. Add it to the bottom of the blacklist file. For example, sudo nano /etc/modprobe.d/blacklist then add "blacklist snd_via82xx" to the bottom."

I only have a Mobo soundcard. Output of command is nothing.

Since I have filed the bug report I have also tried to upgrade to the latest version of alsa, with no luck.

I did a fresh install of 8.04 Hardy, and the sound works perfectly on that, with no settings changed. Is there really a change so drastic that my well supported card suddenly is no longer supported? I know the drivers are all there, my sound system works, and my soundcard works. It...

Read more...

Revision history for this message
triksteerx (triksterx) wrote :

Edit to the last post:

The output of lsmod | grep snd is not nothing. I got it mixed with one from earlier in the debugging. As far as I can tell, though, I only have one sound card.

triksterx@triksterx-desktop:~$ lsmod | grep snd
snd_ice1724 99836 0
snd_ice17xx_ak4xxx 11648 1 snd_ice1724
snd_ac97_codec 110880 1 snd_ice1724
ac97_bus 9856 1 snd_ac97_codec
snd_ak4xxx_adda 16384 2 snd_ice1724,snd_ice17xx_ak4xxx
snd_ak4114 16896 1 snd_ice1724
snd_pcm_oss 45984 0
snd_mixer_oss 22656 1 snd_pcm_oss
snd_pcm 82948 4 snd_ice1724,snd_ac97_codec,snd_ak4114,snd_pcm_oss
snd_page_alloc 17032 1 snd_pcm
snd_pt2258 12032 1 snd_ice1724
snd_i2c 13184 2 snd_ice1724,snd_pt2258
snd_seq_oss 39296 0
snd_seq_midi 14240 0
snd_rawmidi 29472 2 snd_ice1724,snd_seq_midi
snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi
snd_seq 57456 5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29320 2 snd_pcm,snd_seq
snd_seq_device 15372 4 snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 63524 14 snd_ice1724,snd_ac97_codec,snd_ak4xxx_adda,snd_ak4114,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_pt2258,snd_i2c,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 15200 1 snd

Revision history for this message
triksteerx (triksterx) wrote :
Download full text (9.2 KiB)

Okay, I take that there have been no more rplies to this because you still need more info. Well, lets start with my entire system:

triksterx@triksterx-desktop:~$ lspci -v
00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
 Subsystem: nVidia Corporation Device 0c11
 Flags: bus master, 66MHz, fast devsel, latency 0
 Memory at d8000000 (32-bit, prefetchable) [size=128M]
 Capabilities: <access denied>
 Kernel driver in use: agpgart-amd64
 Kernel modules: amd64-agp

00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
 Subsystem: nVidia Corporation Device 0c11
 Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
 Subsystem: nVidia Corporation Device 0c11
 Flags: 66MHz, fast devsel, IRQ 11
 I/O ports at ec00 [size=32]
 I/O ports at 4c00 [size=64]
 I/O ports at 4c40 [size=64]
 Capabilities: <access denied>
 Kernel driver in use: nForce2_smbus
 Kernel modules: i2c-nforce2

00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) (prog-if 10)
 Subsystem: nVidia Corporation Device 0c11
 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
 Memory at eb003000 (32-bit, non-prefetchable) [size=4K]
 Capabilities: <access denied>
 Kernel driver in use: ohci_hcd

00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) (prog-if 10)
 Subsystem: nVidia Corporation Device 0c11
 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
 Memory at eb004000 (32-bit, non-prefetchable) [size=4K]
 Capabilities: <access denied>
 Kernel driver in use: ohci_hcd

00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2) (prog-if 20)
 Subsystem: nVidia Corporation Device 0c11
 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
 Memory at eb005000 (32-bit, non-prefetchable) [size=256]
 Capabilities: <access denied>
 Kernel driver in use: ehci_hcd

00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2) (prog-if 8a [Master SecP PriP])
 Subsystem: Device f0de:0c11
 Flags: bus master, 66MHz, fast devsel, latency 0
 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
 [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
 [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
 [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
 I/O ports at f000 [size=16]
 Capabilities: <access denied>
 Kernel driver in use: pata_amd

00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2)
 Flags: bus master, 66MHz, medium devsel, latency 16
 Bus: primary=00, secondary=01, subordinate=01, sec-latency=10
 Memory behind bridge: e8000000-e9ffffff
 Prefetchable memory behind bridge: e0000000-e7ffffff
 Kernel modules: shpchp

00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)
 Flags: bus master, 66MHz, fast devsel, latency 0
 Bus: primary=00, secondary=02, subordinate=02, sec-latency=128
 I/O behind bridge: 0000a000-0000cfff
 Memory behind bridge: ea000000-eaffffff
 Prefetchable memory behind bridge: 40000000-400fffff
 Kernel modules: sh...

Read more...

Revision history for this message
Victor Vargas (kamus) wrote :

Dear triksteerx, can you download this script http://www.alsa-project.org/alsa-info.sh and run with sudo powers, then please attach this output to your report.

Regards

Revision history for this message
triksteerx (triksterx) wrote :

Here is the info. Thanks for the reply. It looks like I need to add a driver set to alsa for this to work. I have tried this once before, with no results. I am capable of doing it if I have instructions on what files to modify. If you could let me know where to find some I would like to try again.

name=root&type=33&description=/tmp/alsa-info.txt&expiry=&s=Submit+Post&content=
!!################################
!!ALSA Information Script v 0.4.58
!!################################

!!Script ran on: Mon Sep 7 21:47:54 UTC 2009

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

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

Manufacturer:
Product Name:

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

Kernel release: 2.6.28-15-generic
Operating System: GNU/Linux
Architecture: i686
Processor: unknown
SMP Enabled: No

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

Driver version: 1.0.18
Library version: 1.0.20
Utilities version: 1.0.18

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

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

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

--- no soundcards ---

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

02:0f.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)

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

02:0f.0 0401: 1412:1724 (rev 01)
 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-

!!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-us122l: index=-2
snd-usb-usx2y: index=-2
snd-usb-caiaq: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2

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

Revision history for this message
triksteerx (triksterx) wrote :

Okay, well, I fragged my install of 9.04 Jaunty last night trying to solve this problem on my own. I will no longer be needing help with this issue. It is overly clear that I will be getting no support what-so-ever from the community. I found it was actually easier to just add the features I Iiked about 9.04 Jaunty to 8.04 Hardy than to spend so much time trying to get help with the problem with 9.04, So that is what I did last night. Took me a couple hours to get the result in 8.04 that I have been trying for a month to get in 9.04.

Revision history for this message
glenmo (q-launchpad-glenmo-com) wrote :
Download full text (3.4 KiB)

i'm gonna go ahead and pick this up from here. my information is the same as the op. i'm using a Chaintech 9cjs zenith mobo with Envy24-based sound. pentium 4, 3gigs of memory.

$ grep "^Codec\|^Vendor Id\|^Subsystem Id\|^Revision Id" /proc/asound/card*/*codec*{,/*} | grep -B2 -A1 $(lspci -nv | grep -A1 0403 | grep Subsystem | sed 's/://g' | awk '{ print $2 }')
grep: /proc/asound/card*/*codec*: No such file or directory
grep: /proc/asound/card*/*codec*/*: No such file or directory
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.

$ cat /proc/asound/cards
--- no soundcards ---

here's what i got from the alsa script.

!!################################
!!ALSA Information Script v 0.4.58
!!################################

!!Script ran on: Sun Oct 18 03:03:28 UTC 2009

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

Ubuntu 9.04 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 9.04"

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

Manufacturer:
Product Name:

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

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

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

Driver version: 1.0.18
Library version: 1.0.18
Utilities version: 1.0.18

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

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

No sound servers found.

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

--- no soundcards ---

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

03:02.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)

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

03:02.0 0401: 1412:1724 (rev 01)
 Control: I/O Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-

!!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-us122l: index=-2
snd-usb-usx2y: index=-2
snd-usb-caiaq: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2

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

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

crw-rw---- 1 root audio 116, 1 Oct 17 21:24 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Oct 17 21:24 /dev/snd/timer

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

APLAY

aplay: device_list:217: no soundcards found...

ARECORD

arecord: device_list:217: no soundcards found...

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

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

--startcollapse--
--endcollapse--

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

Module
ppdev
bridge
stp
bnep
vboxnetflt
vboxdrv
video
output
input_polldev
lp
parport
snd_ice1724
snd_ice17xx_ak4xxx
snd_ac97_codec
ac97_bus
snd_ak4xxx_adda
snd_ak4114
snd_pcm_oss
snd_mixer_oss
snd_pcm
snd_page_alloc
snd_pt2258
snd_i2c
snd_seq_oss
snd_seq_midi
snd_rawmidi
snd_seq_midi_event
snd_seq
snd_timer
snd_seq_device
i82875p_edac
iTCO_wdt
iTCO_vendor...

Read more...

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu release http://www.ubuntu.com/getubuntu/download . Also, please be sure to provide any requested information that may have been missing. To reopen the bug, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-expired
Changed in linux (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.