LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-06-2004, 05:54 PM   #1
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Rep: Reputation: 0
total newbie needs help


I have installed slack 9.1 and then used swaret to upgrade , now i have no sound it says
/dev/dsp can't be opened no such device

. I have been through the posts and have tried changing the permisions with chmod as mentioned earlier and no luck, I have reinstalled alsa and arts and still no luck . my sound worked fine before doing upgrade.

when i do lsmod

Module Size Used by Tainted: P
soundcore 3332 0 (autoclean)
nvidia 1965152 4 (autoclean)
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [uhci ehci-hcd]
via-rhine 13552 1
mii 2304 0 [via-rhine]
crc32 2880 0 [via-rhine]
pcmcia_core 40032 0
ide-scsi 9424 0
agpgart 39576 3


Any help be much appreciated thanks ahead of time
 
Old 03-06-2004, 06:31 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
did you try running alsaconf again???
 
Old 03-06-2004, 06:42 PM   #3
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 0
yes i have done alsaconf a couple times and it says no pnp or pci card and then asks to prob for legacy isa <which i know i dont have but i say yes anyway>
it doesnt find one and then goes back to prompt
 
Old 03-06-2004, 07:13 PM   #4
nvn
Member
 
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242

Rep: Reputation: 30
What happens if you modprobe ALSA modules manually? Any error message might be of help in solving the problem.

A similar thing happened to me recently, I believe it was some sort of mismatch between the actual kernel version and the version the modules were compiled for...perhaps worth considering.
 
Old 03-06-2004, 07:13 PM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
hmmm... what's the ouput of this (and what make and model card is it):

cat /proc/pci
 
Old 03-06-2004, 07:24 PM   #6
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 0
sound card is a generic 6 channel sound card. uses cmedia drivers.

cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge (rev 0)
.
Master Capable. Latency=8.
Prefetchable 32 bit memory at 0xe0000000 [0xe7ffffff].
Bus 0, device 1, function 0:
PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] (rev 0).
Master Capable. No bursts. Min Gnt=12.
Bus 0, device 9, function 0:
Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 16).
IRQ 10.
Master Capable. Latency=32. Min Gnt=2.Max Lat=24.
I/O at 0xec00 [0xecff].
Bus 0, device 16, function 2:
USB Controller: VIA Technologies, Inc. USB (#3) (rev 128).
IRQ 11.
Master Capable. Latency=32.
I/O at 0xe800 [0xe81f].
Bus 0, device 16, function 1:
USB Controller: VIA Technologies, Inc. USB (#2) (rev 128).
IRQ 10.
Master Capable. Latency=32.
I/O at 0xe400 [0xe41f].
Bus 0, device 16, function 0:
USB Controller: VIA Technologies, Inc. USB (rev 128).
IRQ 11.
Master Capable. Latency=32.
I/O at 0xe000 [0xe01f].
Bus 0, device 16, function 3:
USB Controller: VIA Technologies, Inc. USB 2.0 (rev 130).
IRQ 5.
Master Capable. Latency=32.
Non-prefetchable 32 bit memory at 0xdfffff00 [0xdfffffff].
Bus 0, device 17, function 0:
ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge (rev 0).
Bus 0, device 17, function 1:
IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PI PC Bus Master IDE (rev 6).
IRQ 14.
Master Capable. Latency=32.
I/O at 0xfc00 [0xfc0f].
Bus 0, device 18, function 0:
Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 116).
IRQ 11.
Master Capable. Latency=32. Min Gnt=3.Max Lat=8.
I/O at 0xdc00 [0xdcff].
Non-prefetchable 32 bit memory at 0xdffffe00 [0xdffffeff].
Bus 1, device 0, function 0:
VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev 16 3).
IRQ 11.
Master Capable. Latency=248. Min Gnt=5.Max Lat=1.
Non-prefetchable 32 bit memory at 0xde000000 [0xdeffffff].
Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
Prefetchable 32 bit memory at 0xddc80000 [0xddcfffff].

lol one thing i like about posting problems is i learn more stuff. lol..
as i mentioned before sound worked great on fresh install of 9.1 it only stopped working when i did swaret --upgrade . -a

and please anyone who asks me to probe something please give me command < still learning the commands>
 
Old 03-06-2004, 07:34 PM   #7
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try doing this (as root) and see if it works:

modprobe cmipci

or maybe a:

modprobe cmpci
 
Old 03-06-2004, 07:39 PM   #8
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 0
OMG modprobe cmpci gives me back sound.

ok what did you have me do and how do i make sure it doesnt go away please and thank you
 
Old 03-06-2004, 07:55 PM   #9
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
well, you could add the command to your /etc/rc.d/rc.local file if you want...

echo "modprobe cmpci" >> /etc/rc.d/rc.local

(or you could use a text editor, such as vi)

this is also where you'd put any other commands you want automagically performed at startup...

it should work fine, but i think the "proper" location for putting module loads in slackware is /etc/rc.d/rc.modules though i'm not sure cuz i'm not on my slackware box right now and my memory sucks and i'm also a newbie... look at that file though cuz i think it explains itself in it's comments...
 
Old 03-06-2004, 07:58 PM   #10
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 0
ok i will
Thanks again
 
Old 03-06-2004, 08:01 PM   #11
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
by the way, i think that cmpci uses oss, and cmipci uses alsa...

try this module instead of cmpci (it's alsa):

modprobe snd-cmipci
 
Old 03-06-2004, 09:08 PM   #12
Kaedynn
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 0
thanks,
however i just uped my kernel to 2.6.0 . and that fixed it too
 
  


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
Total Newbie needs help ariam Linux - Newbie 3 02-23-2005 04:24 AM
Total Newbie Screener Linux - Newbie 10 06-02-2004 07:46 AM
Total Newbie Needs Help! orillion Linux - Newbie 5 09-05-2003 03:10 AM
total newbie help libster Linux - Distributions 2 02-08-2003 01:25 PM
Total newbie! shakazed Linux - Newbie 13 07-27-2001 06:41 PM

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

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