LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-05-2003, 05:25 AM   #1
Modify
Member
 
Registered: Nov 2003
Distribution: Debian 3.0r1
Posts: 55

Rep: Reputation: 15
debian unstable & sound


Installed debian 3.0r1 "woody" the other day
changed the apt stuff to upgrade my packages to "unstable"

Both KDE & Gnome & xmms etc complain that there is no sound installed. I took a look in the /dev directory, and noticed that that dsp, dsp1,dsp2, dsp3,dsp4 are there.

while installing, i selected to install the agpart & ntfs options for the kernel, but nothing else... is this why my sound is broken?

Using onboard sound.
 
Old 12-05-2003, 06:20 AM   #2
llamakc
Member
 
Registered: Nov 2003
Distribution: Debian & Ubuntu
Posts: 402

Rep: Reputation: 31
Have you recompiled? You should not have to (unless your onboard sound is not supported by the kernel you are using).

Give us the output of:

uname -a

lspci -v

then run:

modconf

and go to sound and select the appropriate module (if you know what it is from the output of lspci -v)

Next, add your user to the sound group: (I use usermod -G audio myname). Logout/in.

Good Luck!
 
Old 12-05-2003, 11:28 AM   #3
Modify
Member
 
Registered: Nov 2003
Distribution: Debian 3.0r1
Posts: 55

Original Poster
Rep: Reputation: 15
$ uname -a
Linux penance 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 GNU/Linux

$lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 02)
Flags: bus master, medium devsel, latency 0
Memory at d8000000 (32-bit, prefetchable) [size=64M]
Capabilities: <available only to root>

00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: dc000000-ddffffff
Prefetchable memory behind bridge: d0000000-d7ffffff
Capabilities: <available only to root>

00:06.0 Communication controller: Lucent Microelectronics 56k WinModem (rev 01)
Subsystem: Multiwave Innovation pte Ltd: Unknown device 9804
Flags: bus master, medium devsel, latency 0, IRQ 5
Memory at df000000 (32-bit, non-prefetchable) [size=256]
I/O ports at c000 [size=8]
I/O ports at c400 [size=256]
Capabilities: <available only to root>

00:07.0 Ethernet controller: Winbond Electronics Corp W89C940
Flags: medium devsel, IRQ 11
I/O ports at c800 [size=32]
Expansion ROM at <unassigned> [disabled] [size=32K]

00:14.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
Subsystem: VIA Technologies, Inc. VT82C686/A PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0

00:14.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 10) (prog-if 8a [Master SecP PriP])
Flags: bus master, medium devsel, latency 32
I/O ports at cc00 [size=16]
Capabilities: <available only to root>

00:14.2 USB Controller: VIA Technologies, Inc. USB (rev 10) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 32, IRQ 5
I/O ports at d000 [size=32]
Capabilities: <available only to root>

00:14.3 USB Controller: VIA Technologies, Inc. USB (rev 10) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 32, IRQ 5
I/O ports at d400 [size=32]
Capabilities: <available only to root>

00:14.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
Flags: medium devsel, IRQ 3
Capabilities: <available only to root>

00:14.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
Subsystem: FIRST INTERNATIONAL Computer Inc: Unknown device 8905
Flags: medium devsel, IRQ 10
I/O ports at d800 [size=256]
I/O ports at dc00 [size=4]
I/O ports at e000 [size=4]
Capabilities: <available only to root>

01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] (rev a1) (prog-if 00 [VGA])
Subsystem: Micro-Star International Co., Ltd.: Unknown device 8943
Flags: bus master, 66Mhz, medium devsel, latency 248, IRQ 11
Memory at dc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at <unassigned> [disabled] [size=128K]
Capabilities: <available only to root>


the section in bold looked like my audio stuff, so i ran modconf and selected the following modules:
ac97
ac97_codec
soundcore
via82cxxx_audio

Will I need to reboot after this?
 
Old 12-05-2003, 11:30 AM   #4
Modify
Member
 
Registered: Nov 2003
Distribution: Debian 3.0r1
Posts: 55

Original Poster
Rep: Reputation: 15
nevermind, xmms is happy, maybe gnome is just weird. would i need to logout/login for gnome to be happy? it still reports that /dev/sound/mixer isn't there.
 
Old 12-05-2003, 01:21 PM   #5
Modify
Member
 
Registered: Nov 2003
Distribution: Debian 3.0r1
Posts: 55

Original Poster
Rep: Reputation: 15
update: turns out xmms is only happy to play when i launch it from a root command prompt; does this have anything with the line for my audio controller saying:

Capabilities: <available only to root>

?

Thanks much for all the excellent help.
 
Old 12-05-2003, 01:39 PM   #6
llamakc
Member
 
Registered: Nov 2003
Distribution: Debian & Ubuntu
Posts: 402

Rep: Reputation: 31
that's a lspci function: if ran as root you get more info. Is your user in the audio group? If not, add them. Logout/login. That should fix it right up.

usermod -G audio nameofuser

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: Install ipw2200 on Sony VAIO VGN-A217M & Debian Unstable steve1401 LinuxAnswers Discussion 0 01-04-2005 02:53 PM
[Debian unstable & kernel 2.6] no network -DomiNator2k3- Linux - Networking 1 06-05-2004 04:11 AM
configuring sound on Debian Unstable wickedsmile Debian 6 02-05-2004 04:35 PM
Kernel Compiling Questions & HOWTO for Debian unstable gamehack Debian 3 01-04-2004 01:28 PM
GTK Themes & Debian testing/unstable Modify Linux - Newbie 2 12-09-2003 08:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration