Bug 194340 - Unable to find module None in /proc/asound/modules!
Summary: Unable to find module None in /proc/asound/modules!
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-soundcard
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-06-07 13:19 UTC by Radek Vokál
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-30 13:32:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
system-config-sound_position.patch (497 bytes, patch)
2006-06-07 14:29 UTC, Radek Vokál
no flags Details | Diff

Description Radek Vokál 2006-06-07 13:19:03 UTC
Description of problem:
when starting system-config-soundcard I get error message saying

Unable to find module None in /proc/asound/modules!


Version-Release number of selected component (if applicable):
system-config-soundcard-1.2.17-6


How reproducible:
always on my system

Steps to Reproduce:
1. start system-config-soundcard
2.
3.
  
Actual results:
Unable to find module None in /proc/asound/modules!

Expected results:


Additional info:

# cat /root/scsound.log
/usr/share/system-config-soundcard/soundcard.py:225: GtkWarning:
gtk_label_set_label: assertion `str != NULL' failed
  self.module_label2 = gtk.Label(_(self.module))
/usr/share/system-config-soundcard/soundcard.py:281: DeprecationWarning: use
gtk.ComboBox
  self.primarySubDeviceOptionMenu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:316: GtkDeprecationWarning:
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
Read config:
card 0
device 0
HW 0
Running from command-line...
/usr/share/system-config-soundcard/soundcard.py:225: GtkWarning:
gtk_label_set_label: assertion `str != NULL' failed
  self.module_label2 = gtk.Label(_(self.module))
/usr/share/system-config-soundcard/soundcard.py:281: DeprecationWarning: use
gtk.ComboBox
  self.primarySubDeviceOptionMenu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:316: GtkDeprecationWarning:
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
Read config:
card 0
device 0
HW 0
Running from command-line...
/usr/share/system-config-soundcard/soundcard.py:225: GtkWarning:
gtk_label_set_label: assertion `str != NULL' failed
  self.module_label2 = gtk.Label(_(self.module))
/usr/share/system-config-soundcard/soundcard.py:281: DeprecationWarning: use
gtk.ComboBox
  self.primarySubDeviceOptionMenu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:316: GtkDeprecationWarning:
gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
Read config:
card 0
device 0
HW 0
Running from command-line...

Comment 1 Radek Vokál 2006-06-07 14:29:31 UTC
Created attachment 130680 [details]
system-config-sound_position.patch

Quick and dirty patch to fix this.


Note You need to log in before you can comment on or make changes to this bug.