Invalid 'device_mode' parameter passed to snd.ko prevents sound driver from being loaded in Dapper

Bug #43738 reported by geargolem
18
Affects Status Importance Assigned to Milestone
Debian
Fix Released
Unknown
alsa-driver (Ubuntu)
Fix Released
Medium
Ubuntu Audio Team

Bug Description

Binary package hint: alsa-base

Upon request I posted this bug. I am using the linux-source-2.6.15 package. I am unable to hear sound from my speakers.

http://titanium3d.com/nosound.txt

Revision history for this message
Simon Law (sfllaw) wrote : Diagnostic logs

These are the diagnostic logs downloaded from http://titanium3d.com/nosound.txt

Revision history for this message
Simon Law (sfllaw) wrote : Re: No sound

Hi,

Could you include a copy of /etc/modules.conf in an attachment to this
bug?

https://launchpad.net/distros/ubuntu/+bug/43738/+addattachment

Thanks.

Changed in linux-source-2.6.15:
status: Unconfirmed → Needs Info
Revision history for this message
geargolem (geargolem) wrote : Modules

/etc/modules as requested.

Revision history for this message
Simon Law (sfllaw) wrote : Re: No sound

Hello,

Could you provide /etc/modules.conf as well? They have similar names
which are easily confused. :)

Thanks!

Revision history for this message
geargolem (geargolem) wrote : Re: [Bug 43738] Re: No sound

On Wed, 2006-05-10 at 20:03 +0000, Simon Law wrote:
> Hello,
>
> Could you provide /etc/modules.conf as well? They have similar names
> which are easily confused. :)
>
> Thanks!
>

I checked the directory. There was /etc/modules but
no /etc/modules.conf.

Revision history for this message
Simon Law (sfllaw) wrote : Re: No sound

Hello,

Ah yes. Then I'd like to ask you to run:
$ modprobe -n -v --first-time snd 2>&1 | tee /tmp/modprobe-snd.log
$ cd /etc
$ cat modprobe.conf $(find modprobe.d) > /tmp/modprobes.txt

Then please attach /tmp/modprobe-snd.log and /tmp/modprobes.txt to
this bug.

Thanks again.

Revision history for this message
geargolem (geargolem) wrote : Re: [Bug 43738] Re: No sound
Download full text (10.7 KiB)

My pleasure.

On Wed, 2006-05-10 at 20:51 +0000, Simon Law wrote:
> cat modprobe.conf $(find modprobe.d) > /tmp/modprobes.txt

alias char-major-195* nvidia
alias parport_lowlevel parport_pc

alias binfmt-0064 binfmt_aout
alias binfmt-332 iBCS

# These aliases are needed here because themodules themselves are
# not providing them.
alias pnp:dPNP0510 irtty-sir
alias pnp:dPNP0511 irtty-sir
alias pnp:dPNP0700 floppy
alias pnp:dPNP0800 pcspkr
alias pnp:dPNP0b00 rtc
alias pnp:dPNP0303 atkbd
alias pnp:dPNP0f13 psmouse
alias pnp:dPNPb02f analog
alias parport_lowlevel parport_pc

alias binfmt-0064 binfmt_aout
alias binfmt-332 iBCS

# These are the standard aliases for devices and kernel drivers.
# This file does not need to be modified.
#
# Please file a bug against module-init-tools if a package needs a entry
# in this file.

# network protocols ##########################################################
alias net-pf-1 unix
alias net-pf-2 ipv4
alias net-pf-3 ax25
alias net-pf-4 ipx
alias net-pf-5 appletalk
alias net-pf-6 netrom
alias net-pf-7 bridge
alias net-pf-8 atm
alias net-pf-9 x25
alias net-pf-10 ipv6
alias net-pf-11 rose
alias net-pf-12 decnet
# 13 NETBEUI
alias net-pf-15 af_key
alias net-pf-16 af_netlink
alias net-pf-17 af_packet
# 18 ASH
alias net-pf-19 af_econet
alias net-pf-20 atm
# 22 SNA
alias net-pf-23 irda
alias net-pf-24 pppoe
alias net-pf-25 wanrouter
alias net-pf-26 llc
alias net-pf-31 bluetooth

# executables formats ########################################################
install binfmt-0000 /bin/true
alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-387 binfmt_aout

# block devices ##############################################################
alias block-major-3-* ide_generic
alias block-major-8-* sd_mod
alias block-major-9-* md
alias block-major-11-* sr_mod
alias block-major-22-* ide_generic
alias block-major-33-* ide_generic
alias block-major-34-* ide_generic
alias block-major-37-* ide_tape
alias block-major-44-* ftl
alias block-major-46-* pcd
alias block-major-47-* pf
alias block-major-56-* ide_generic
alias block-major-57-* ide_generic
alias block-major-58-* lvm_mod
alias block-major-88-* ide_generic
alias block-major-89-* ide_generic
alias block-major-90-* ide_generic
alias block-major-91-* ide_generic
alias block-major-93-* nftl
alias block-major-97-* pg

# character devices ##########################################################
alias char-major-9-* st
alias char-major-10-1 psmouse
alias char-major-10-139 openprom
alias char-major-10-157 applicom
alias char-major-10-181 toshiba
alias char-major-10-183 hw_random
alias char-major-10-189 ussp
alias char-major-10-250 hci_vhci
alias char-major-13-0 joydev
alias char-major-13-1 joydev
alias char-major-13-2 joydev
alias char-major-13-3 joydev
alias char-major-13-32 mousedev
alias char-major-13-33 mousedev
alias char-major-13-34 mousedev
alias char-major-13-35 mousedev
alias char-major-13-63 mousedev
alias char-major-13-64 evdev
alias char-major-13-65 evdev
alias char-major-13-66 evdev
alias char-major-13-67 evdev
alias char-major-19-* cyclades
alias char-major-20-* cyclades
alias ch...

Revision history for this message
Simon Law (sfllaw) wrote : Re: No sound

Hmm. Did you happen to get any output for:
$ sudo modprobe -n -v --first-time snd

Thanks.

Revision history for this message
geargolem (geargolem) wrote : Re: [Bug 43738] Re: No sound

This was the output;

install modprobe --ignore-install snd && { modprobe -Qb
snd-ioctl32 ; : ; }

On Thu, 2006-05-11 at 02:58 +0000, Simon Law wrote:
> Hmm. Did you happen to get any output for:
> $ sudo modprobe -n -v --first-time snd
>
> Thanks.
>

Simon Law (sfllaw)
Changed in linux-source-2.6.15:
status: Needs Info → Confirmed
Revision history for this message
Daniel T Chen (crimsun) wrote : Re: No sound

The 'device_mode' parameter to snd.ko was removed some time ago, so /some/ conffile in your 'alsa-base' package holds a reference to it. Is this install a dist-upgrade from Hoary or Breezy?

Changed in linux-source-2.6.15:
assignee: nobody → ubuntu-audio
description: updated
Revision history for this message
geargolem (geargolem) wrote : Re: [Bug 43738] Re: No sound

Yes, I upgraded from a warty cd to breezy then dapper online.

On Sat, 2006-06-17 at 22:23 +0000, Daniel T Chen wrote:
> The 'device_mode' parameter to snd.ko was removed some time ago, so
> /some/ conffile in your 'alsa-base' package holds a reference to it. Is
> this install a dist-upgrade from Hoary or Breezy?
>
> ** Changed in: linux-source-2.6.15 (Ubuntu)
> Assignee: (unassigned) => Ubuntu Audio Team
>
> ** Summary changed:
>
> - No sound
> + Invalid 'device_mode' parameter passed to snd.ko prevents sound driver from being loaded in Dapper
>
> ** Changed in: linux-source-2.6.15 (Ubuntu)
> Sourcepackagename: linux-source-2.6.15 => alsa-driver
>
> ** Description changed:
>
> - Binary package hint: linux-source-2.6.15
> + Binary package hint: alsa-base
>
> Upon request I posted this bug. I am using the linux-source-2.6.15
> package. I am unable to hear sound from my speakers.
>
>
> http://titanium3d.com/nosound.txt
>

Revision history for this message
Daniel T Chen (crimsun) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 28 Nov 2006 01:35:04 -0500
Source: alsa-driver
Binary: linux-sound-base alsa-source alsa-base
Architecture: source
Version: 1.0.13-2ubuntu1
Distribution: feisty
Urgency: low
Maintainer: Debian ALSA Maintainers <email address hidden>
Changed-By: Daniel T Chen <email address hidden>
Description:
 alsa-base - ALSA driver configuration files
 alsa-source - ALSA driver sources
 linux-sound-base - base package for ALSA and OSS sound systems
Closes: 39866 400612
Changes:
 alsa-driver (1.0.13-2ubuntu1) feisty; urgency=low
 .
   * Merge from Debian unstable, remaining Ubuntu changes:
     - debian/alsa-base.modprobe: Load snd-seq,
     - debian/alsa-base.postinst: Forcibly remove /etc/modprobe.d/sound
       on dist-upgrade (Closes Ubuntu: #43738), (Closes: #400612),
     - debian/control: Don't Depend on modutils,
     - debian/{ALSA-card-list,rules}: Add entry for Conexant 2388x TV
       cards so that they won't grab the default card index,
     - debian/rules: Enable MPU for snd-cmipci (Closes Ubuntu: #62691),
     - Only ship modprobe configuration,
     - Remove default mode,
     - Invoke modprobe with -Qb and command line options,
     - Remove modprobe post-install script in favour of using udev,
     - Continue to ship the initscript in the apm scripts dir.
 .
 alsa-driver (1.0.13-2) unstable; urgency=low
 .
   [ Elimar Riesebieter ]
   * Added XS-X-Vcs-Svn field in control.
   * Updated po files:
     - de.po: Thanks Helge Kreutzmann. Closes: #39866.
 .
   [ Jordi Mallach ]
   * debian/control: add ${misc:Depends} to alsa-base.
Files:
 4601332acd6c9739e58bc1d6ff7e091d 864 sound optional alsa-driver_1.0.13-2ubuntu1.dsc
 aa3dfc93f0d7d9e95aae9c1314ddbdea 260177 sound optional alsa-driver_1.0.13-2ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFa+K7e9GwFciKvaMRAi52AKCzWCCRcldqueqda5Zc5hEiNaulNgCfexP8
yoViM5J/oCsU0tpbcf3IORI=
=B6Re
-----END PGP SIGNATURE-----

Changed in alsa-driver:
status: Confirmed → Fix Committed
Daniel T Chen (crimsun)
Changed in alsa-driver:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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