Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-29-2004, 09:04 PM
|
#1
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Rep:
|
No USB Audio
Let me start off saying that I have tried other distros like suse, redhat and mandrake. I didn't seem to have as many problems getting my usb speakers to work. Maybe I am just missing something. Debian doesn't seem to be finding my usb speakers. I can get my sb live to work just not my usb speakers.
During startup i see that linux recognizes my usb audio and seems like it loads up the modules but when i get int x windows i get no sound any i deas.
|
|
|
03-31-2004, 09:28 PM
|
#2
|
Member
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368
Rep:
|
Can you get sound with other speakers as a normal user? If not you may have to add your username to some additional groups in /etc/group
|
|
|
03-31-2004, 09:43 PM
|
#3
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
I found a temporary solution, i recompiled my kernel , using apt-get install kernel-source. That temporarily fixed the problem but I am having major issues with my computer slowing down really badly. When i run xmms, and i open a problem like gimp or firefox, the speakers garble up until the program is finished loading.
|
|
|
03-31-2004, 10:53 PM
|
#4
|
Member
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368
Rep:
|
sounds like a little more kernel config-ing and you'll be all set
|
|
|
04-01-2004, 10:42 PM
|
#5
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
I am having major issues with doing a manual recompile, will any of the kernel images you get from apt-get have that will work with usb audio. I can get the usb speakers to work with the manual recompile, but it runs slower then a Pentium 1.
|
|
|
04-01-2004, 10:55 PM
|
#6
|
Member
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368
Rep:
|
Hmmm....strange. I'm guessing you've either missed something or added too much...maybe you can send me your .config file (don't post it here...way to big) and some info about your hardware?
|
|
|
04-02-2004, 12:17 AM
|
#7
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
I am confused as well becuase i have done manual kernel compilations with other distros, I really like debian , just can't get it to work correctly. I might try and do a compile the non-debain way, and do it with make bzImage after i run menuconfig.
|
|
|
04-04-2004, 01:52 AM
|
#8
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
I feel like quite the dummy, I reinstaslled woody on my system and seems like the usb audio works fine , I think something must have gone awry when i either upgraded my alsa or dist upgraded to sid. Is there an issue with alsa? the laterst version?
|
|
|
05-03-2004, 12:32 PM
|
#9
|
LQ Newbie
Registered: Dec 2003
Location: texas
Distribution: RH9 looking at Deb
Posts: 19
Rep:
|
usb speakers only work for root
I am using "testing" with USB speakers. As root I can load the audio module and the speakers at /dev/dsp work.
When I log in as user access to /dev/dsp is denied so the USB speakers don't work.
Is there anyway to work around this?
thanks
|
|
|
05-03-2004, 02:37 PM
|
#10
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
What i think the problem is that your user isnt set up to use audio, easiest way to change is run something like kuser where you can add audio to your user.
|
|
|
05-03-2004, 06:53 PM
|
#11
|
LQ Newbie
Registered: Sep 2003
Distribution: Fedora Core 2
Posts: 22
Rep:
|
well, debian seems to have issues with USB. if you dont reboot often, just allowing all users access to /proc/bus/usb works, but when you reboot, all permissions are reset. i have yet to find a long-term solution to that.
|
|
|
05-03-2004, 10:42 PM
|
#12
|
LQ Newbie
Registered: Dec 2003
Location: texas
Distribution: RH9 looking at Deb
Posts: 19
Rep:
|
USB audio only part of the problem
I thought the "user" lost the USB audio but root looses it also. The shutdown and reboot causes the problems to start.
The usb audio device /dev/dsp is gone after a "shutdown -h now" and reboot. The eth0 also is gone. I can get the network (eth0) back with ifconfig and dhclient.
To get the sound back I need to modprobe usbcore , usb-uhci , usb-ohci and audio.
I don't understand why a shutdown and reboot causes all of these problems. How can I make these modules load automatically?
thanks
|
|
|
05-03-2004, 10:50 PM
|
#13
|
LQ Newbie
Registered: Dec 2003
Location: texas
Distribution: RH9 looking at Deb
Posts: 19
Rep:
|
USB audio
I forgot to say that I also had to modprobe tulip before I could get the network eth0 working after the shutdown -h now. Is there a better way to shutdown using xdm? I don't see the shutdown option I had with gdm.
thanks
|
|
|
05-03-2004, 11:03 PM
|
#14
|
LQ Newbie
Registered: Sep 2003
Distribution: Fedora Core 2
Posts: 22
Rep:
|
are you using udev? if so, get rid of it. otherwise, i think modconf auto-loads modules you select at boot
|
|
|
05-04-2004, 02:19 PM
|
#15
|
LQ Newbie
Registered: Dec 2003
Location: texas
Distribution: RH9 looking at Deb
Posts: 19
Rep:
|
No USB audio
No I do not have udev installed.
|
|
|
All times are GMT -5. The time now is 02:26 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|