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

Notices


Reply
  Search this Thread
Old 03-11-2004, 09:41 PM   #16
Frank_Drebin
Member
 
Registered: Feb 2004
Location: Atlanta, GA USA
Posts: 232

Original Poster
Rep: Reputation: 30

Thanks for all of the replies. I have just returned home from work and will look at each item listed above to see what I can come up with.

One more question, If I do reinstall Alsa with Swaret, will I also need to reinstall all of the libs as well?
 
Old 03-11-2004, 10:06 PM   #17
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
Yes you will.
Noah
 
Old 03-12-2004, 09:33 PM   #18
dethree
LQ Newbie
 
Registered: Mar 2004
Distribution: slack
Posts: 10

Rep: Reputation: 0
yes, i also had this problem, did a similar thing to the thread starter. that is I let swaret upgrades everything and after reboot the sound was not there anymore, it says dev/snd or module couldn't be founded or loaded, something like.

then i did what one of the poster said, remove alsa package and grab the slackware cd1 then install the package from the cd, which I think is alsa ver 0.9.x.x, older than the latest one.

after the installation is done, did the 'alsaconf' and it found it and works like before, thanks to all who posted here.

where as the v1.02rc from the swaret update didn't find anything ( I tried the latest package from alsa homepage but couldn't even 'make' the file after './configure' thats why i turned to swaret) and before i didn't even know about alsa so i followed a guide from this http://basic-rip.co.uk/tenpin/linux_audigy_faq.html


point is why the older one finds it and the new one didn't??!!??
ps. i'm still at the very basic level of linux so go easy.


my spec is P4 1.6, audigy 2 plat.
 
Old 03-21-2004, 01:32 AM   #19
Frank_Drebin
Member
 
Registered: Feb 2004
Location: Atlanta, GA USA
Posts: 232

Original Poster
Rep: Reputation: 30
By the way... An update. I got around to booting up the laptop and was able to reinstall the kernel from current as well as the alsa drivers and they work fine together now (after I ran alsaconf). Thanks for all of the help, Dropline was not the problem. Alsa/Kernel just weren't jiving for whatever reason.

My next task is to get the surround sound working on my desktop system and a new wireless card so I can completely get rid of Win2k.....
 
Old 03-31-2004, 10:43 PM   #20
mc_03
LQ Newbie
 
Registered: Jan 2004
Posts: 24

Rep: Reputation: 15
Sorry to revive and hijack this thread , but I had the same problem after a Swaret upgrade and I used njbrain's suggestion of uninstalling Alsa and reinstalling from the slackware cd. I did all that, and alsaconf found and configured my sound card fine, but now KDE gives me a new error message when it tries to initalize the sound server: device: default can't be opened for playback. (Permission denied.)

I guess that's better than /dev/dsp doesn't exist, but how can I fix it?
 
Old 03-31-2004, 10:46 PM   #21
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
Correct me if I'm wrong, but I think that "chmod 755 /dev/dsp" should do the job.
Noah
 
Old 03-31-2004, 10:52 PM   #22
mc_03
LQ Newbie
 
Registered: Jan 2004
Posts: 24

Rep: Reputation: 15
That didn't seem to do it, but it must be something like that because the sound server loads fine logged in as root... I'm at a complete loss when it comes to understanding the linux file permission system!
 
Old 04-01-2004, 08:45 AM   #23
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
Same problem with alsa here. How did I fixed it?
Easy. I went to the alsa-project web page, researched my sound card and looked up installation instructions and compiled from source. Easy as 1, 2, 3. Next time you upgrade with swaret, do not let it upgrade alsa if you don't want this to happen againg.

-- Figa
 
Old 04-10-2004, 09:52 PM   #24
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
hey mc_03, guess what.. you dont have permission to use that file. So what you do is this:
root@/dev/snd/# chown :users dsp
root@/dev/snd/# chmod g+rx dsp

or something like that. And please do us all a favor and read a tutorial on linux permisions. tldp.org is a great resource.
 
Old 04-11-2004, 06:56 AM   #25
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
chmod a+rwx /dev/dsp0 /dev/mixer0 /dev/midi0, should do the job.
Noah
 
Old 05-14-2004, 08:38 AM   #26
SyBorg
LQ Newbie
 
Registered: Jun 2003
Distribution: Slackware 10 KDE 3.2.3
Posts: 7

Rep: Reputation: 0
Quote:
Originally posted by tearinox
hey mc_03, guess what.. you dont have permission to use that file. So what you do is this:
root@/dev/snd/# chown :users dsp
root@/dev/snd/# chmod g+rx dsp

or something like that. And please do us all a favor and read a tutorial on linux permisions. tldp.org is a great resource.
Quote:
Originally posted by njbrain
chmod a+rwx /dev/dsp0 /dev/mixer0 /dev/midi0, should do the job.
Noah
Somewhere I read that the best way is :

usermod -G sys <user> as all devs are usable by sys group
 
  


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
Ran out of disk space during upgrade - broke system DyeKid Slackware 7 08-22-2005 08:12 PM
no more sound after swaret --upgrade -a Youri Linux - Software 3 05-16-2005 03:42 AM
Ran swaret now X won't start (Keyboard driver missing ?) Raptor Ramjet Slackware 6 09-26-2004 06:51 AM
help, lost sound support on upgrade from Sarge to Sid zero79 Debian 4 04-20-2004 10:40 PM
swaret upgrade has messed up alsa sound Vincent Slackware 3 12-06-2003 08:46 AM

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

All times are GMT -5. The time now is 10:41 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