LinuxQuestions.org
Help answer threads with 0 replies.
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 10-06-2003, 09:47 PM   #1
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100
Blog Entries: 1

Rep: Reputation: 21
Question Debian 3.0 modem/sound card problem


Hello,

I’m attempting to run Debian 3.0 on my PC. All of the hardware components are listed as supported. The only items I’m having trouble with are the sound card and the modem, neither of which seem to work. Both work fine in RH 8.0 and QNX, both of which are irunning on the same system. When I launch KDE from the Debian login screen, I get the following message:

“Sound server information message
Error while inializing the sound driver
Device /dev/dsp can’t be opened. No such device.
The sound server will continue using the null input device.”

When I check the KDE Control Center PCI Information section both the modem (US Robotics 5610) and sound card (Sis PCI Audio Accelerator), are listed.

Both are using IRQ 5, which isn’t listed amongst the IRQs in the KDE Control Center IRQ Information section, which to me indicates a conflict. If there was an IRQ conflict, I wouldn't be able to use either sound card or modem in Red Hat and QNX. All attempts to reconfigure the modem have been unsuccessful, as the system doesn't seem to find that network device.

Any help would be appreciated.

Thanks.

Last edited by whitshade; 10-06-2003 at 09:53 PM.
 
Old 10-07-2003, 04:00 PM   #2
kidicarus
Member
 
Registered: Aug 2003
Distribution: Debian Sid
Posts: 93

Rep: Reputation: 15
Quote:
“Sound server information message
Error while inializing the sound driver
Device /dev/dsp can’t be opened. No such device.
The sound server will continue using the null input device.”
It's not setup yet.

Quote:
When I check the KDE Control Center PCI Information section both the modem (US Robotics 5610) and sound card (Sis PCI Audio Accelerator), are listed.

Both are using IRQ 5, which isn’t listed amongst the IRQs in the KDE Control Center IRQ Information section, which to me indicates a conflict. If there was an IRQ conflict, I wouldn't be able to use either sound card or modem in Red Hat and QNX. All attempts to reconfigure the modem have been unsuccessful, as the system doesn't seem to find that network device.
Have you tried redhats sndconfig? that worked for me.
 
Old 10-13-2003, 11:17 PM   #3
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Show us the output of lspci -v.
 
Old 10-14-2003, 09:46 PM   #4
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
Hi adz, Here it is:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 30)

Flags: bus master, medium devsel, latency 32

Memory at d8000000 (32-bit, non-prefetchable)

Capabilities: [c0] AGP version 2.0



00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0) (prog-if 80 [Master])

Subsystem: Elitegroup Computer Systems: Unknown device 0a40

Flags: bus master, fast devsel, latency 128

I/O ports at 4000



00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513

Flags: bus master, medium devsel, latency 0



00:01.1 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 84)

Subsystem: Elitegroup Computer Systems: Unknown device 0a40

Flags: bus master, medium devsel, latency 32, IRQ 11

I/O ports at dc00

Memory at dd102000 (32-bit, non-prefetchable)

Capabilities: [40] Power Management version 2



00:01.2 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07) (prog-if 10 [OHCI])

Subsystem: Unknown device 0039:7001

Flags: bus master, medium devsel, latency 32, IRQ 3

Memory at dd103000 (32-bit, non-prefetchable)



00:01.3 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07) (prog-if 10 [OHCI])

Subsystem: Unknown device 0039:7000

Flags: bus master, medium devsel, latency 32, IRQ 3

Memory at dd100000 (32-bit, non-prefetchable)



00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)

Subsystem: Elitegroup Computer Systems: Unknown device 0a40

Flags: bus master, medium devsel, latency 32, IRQ 5

I/O ports at d000

Memory at dd101000 (32-bit, non-prefetchable)

Capabilities: [dc] Power Management version 2



00:02.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP (prog-if 00 [Normal decode])

Flags: bus master, fast devsel, latency 0

Bus: primary=00, secondary=01, subordinate=01, sec-latency=0

I/O behind bridge: 0000c000-0000cfff

Memory behind bridge: dd000000-dd0fffff

Prefetchable memory behind bridge: d0000000-d7ffffff



00:09.0 Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 01) (prog-if 02 [16550])

Subsystem: US Robotics/3Com USR 56k Internal FAX Modem (Model 2977)

Flags: medium devsel, IRQ 5

I/O ports at e000

Capabilities: [dc] Power Management version 2



01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 21) (prog-if 00 [VGA])

Subsystem: Elitegroup Computer Systems: Unknown device 0a40

Flags: 66Mhz, medium devsel

BIST result: 00

Memory at d0000000 (32-bit, prefetchable)

Memory at dd000000 (32-bit, non-prefetchable)

I/O ports at c000

Capabilities: [40] Power Management version 1

Capabilities: [50] AGP version 2.0



Thanks.
 
Old 10-15-2003, 02:59 AM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Try as root adduser user_name audio to add yourself to the audio group you will have to logout and back in for the changes to take effect. To check which groups you belong too groups or id in a console window. Other groups you may want to belong to are video, cdrom, src.
 
Old 10-15-2003, 05:16 PM   #6
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
Thanks for the suggestion. I have added myself to the groups you suggested. Unfortunately, I'm still getting that same error message mentioned above.
 
Old 10-15-2003, 05:39 PM   #7
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by whitshade
Thanks for the suggestion. I have added myself to the groups you suggested. Unfortunately, I'm still getting that same error message mentioned above.
There must be some other permission problem then what is the output of ls -l /dev/dsp here is what it look like on my machine.
Code:
[06:38 PM Wed Oct 15: stephen @ ~]
>$ ls -l /dev/dsp
crw-rw----    1 root     audio     14,   3 2002-03-14 17:51 /dev/dsp
Also did you install sndconfig and run it as suggested above?
 
Old 10-17-2003, 06:48 PM   #8
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
My ls -l /dev/dsp looks just like yours. When I run sndconfig, I get a message saying that I seem to be running a kernel with modular sound disabled "(soundcore.o was not found in the module search path)." It looks like I've got some kernel configuring to do. I'll be back to let you know how I make out. Thanks everybody. Wish me luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
sound card not recognized by debian ... elwoodblues Linux - Laptop and Netbook 2 09-13-2005 03:46 PM
Sound card debian not working ncsuapex Linux - Hardware 1 05-29-2005 07:04 PM
wierd sound card in Debian? ruwach Linux - Hardware 4 12-22-2004 07:25 PM
Help with sound/modem card ricardo_ok Slackware 4 08-24-2004 04:36 PM
Sound Card and Modem Problem Clemsonghost Linux - Newbie 1 06-07-2003 06:21 PM

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

All times are GMT -5. The time now is 12:00 PM.

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