LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-08-2005, 03:26 PM   #1
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
Sound on 600E


Question #3

PLEASE DON'T FLAME ME!

I have searched high and low for a resolution to the infamous sound problem that the Thinkpad 600 series has in linux.

I even chose FC3 because I read here that it didn't have this problem. Mark Alford is either a liar or very lucky.

I have found tons of solutions all over google and on LQ. None of them seems to fix what I am experiencing.

When KDE is starting, I get a message that says

------------------------------------
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such file or directory)
The sound server will continue, using the null output device.
------------------------------------

If you are a LQ veteran, you are probably tired of hearing about this, but I'm a rookie and I'm stuck! Any help?

TIA

Last edited by litlmary; 06-10-2005 at 01:49 PM.
 
Old 06-08-2005, 03:28 PM   #2
akilles
Member
 
Registered: Sep 2004
Location: Vestfold, Norway
Distribution: Slackware
Posts: 139

Rep: Reputation: 15
tried makeing the dsp device?

mknod /dev/dsp0 c 14 3
chmod 777 /dev/dsp0
ln -s /dev/dsp0 /dev/dsp

-geir
 
Old 06-08-2005, 04:25 PM   #3
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Original Poster
Rep: Reputation: 30
Tried it now...



still looking for ideas.
 
Old 06-08-2005, 07:34 PM   #4
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
check out this site:
http://jeremy.zawodny.com/misc/thinkpad-600e-sound.html
 
Old 06-08-2005, 11:08 PM   #5
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Original Poster
Rep: Reputation: 30
Good article. Followed the instructions.

On boot when it tries to load the module:

----------------------------------
FATAL: module cs4232 not found
aumix: error opening mixer
----------------------------------

Hmmm...
 
Old 06-08-2005, 11:26 PM   #6
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
you probably need to recompile your kernel to include support for this card
there are a lot of good tutorials on kernel compiling in these forums
 
Old 06-09-2005, 04:30 AM   #7
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
That's using the old and deprecated OSS drivers. Use the snd-cs4236 Alsa driver instead. We have been over this a zillion times, so please use the search function of these forums and you'll get some enlightenment.


Håkan
 
Old 06-10-2005, 01:46 PM   #8
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Original Poster
Rep: Reputation: 30
{soapbox=true}
Hakan, I see you have been on this forum for a very long time. Perhaps this is old hat to you, but your eagerness to help a rookie like me is underwhelming. You don't seem to have read the second and fifth sentences in the post that I started this thread with.

Searches invariably turn up exorbitantly long and frustrating threads about other rookies and their dozen or so fruitless attempts at this. Or I found very short threads that obviously chased the newbie away because some old pro spouted off about how all the guy had to do was discombobulate the rinkshank gaffeter and kaboodle BEFORE he skittled the gootbriar and add the skeed to vobit and he should have sound (easy, right?)

I know the subject has been discussed ad nauseum, but I have searched high and low and found ZIP in the way of concise, step-by-step instructions on how to get the alsa driver for this laptop working. That's what I was hoping this thread would turn out to be. It seems that isn't going to happen.
{soapbox=false}

For those who are trying to help me instead of fuss at me:

I have added this to my modprobe.conf (AKA modules.conf or conf.modules) per the alsa web site:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-cs4236
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


At ONE point lsmod reported to me that the soundcore and other sound modules were loaded. I haven't been able to replicate that and I don't know what I did.

Right now there are no sound modules reported by lsmod, and modprobe snd-cs4236 results in:

FATAL: Error inserting snd_cs4236 (/lib/modules/2.6.9-1.667/kernel/sound/isa/cs423x/snd-cs4236.ko): No such device

I don't know, but I would imagine that this is the same problem that Arts is reporting to me when KDE loads (as in the problem I started this thread with).

So what's next?

TIA

BTW - A respectable graphical text editor (i.e. easier to use than emacs) would be nice. Can anybody suggest one?
 
Old 06-10-2005, 08:38 PM   #9
jogi
LQ Newbie
 
Registered: Mar 2005
Location: London
Distribution: Kanotix 2005-03,Simply Mepis
Posts: 18

Rep: Reputation: 0
I happen to be in the same boat. I have tried so many things out and yet I cant get my thinkpad 600e sound working. While I know its frustrating to be going over the same stuff over and over, the truth is that we have new converts to linux everyday. The main attraction for going open source is the community spirit and I would really appreciate any help.

There is a How-To by Hakan @ how-to for sound on 600E but I am a complete newbie and have no idea what the instructions mean. I am assuming it means compiling or configuring the kernel and if someone could point me in the right directions with instructions for a 3 year old, I'd be eternally grateful
 
Old 06-10-2005, 08:41 PM   #10
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
Quote:
Originally posted by litlmary
BTW - A respectable graphical text editor (i.e. easier to use than emacs) would be nice. Can anybody suggest one?
gedit is a good one
 
Old 06-10-2005, 08:45 PM   #11
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
this question for both litlmary and jogi: what kernel are you using?
in order to find out type this in a terminal:

uname -r
 
Old 06-10-2005, 09:35 PM   #12
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
OK. This is what you need to do to follow the instruction given by hw-tph to build kernel modules for this card:
1. Open a terminal
2. cd /usr/src/linux (this should take you to your kernel source directory)
3. su (enter your root password when requested)
4. make oldconfig (this will set the configuration to match your current kernel so you don't have to reconfigure too much)
make menuconfig (directions for general use are at the top of the window, pretty easy)
5. down arrow to Device Drivers and hit ENTER
6. down arrow to Plug and Play Support and hit Y be sure there are * in the ISA-Plug and Play box too
7. hit ESCAPE
8. down arrow to Sound and hit ENTER
9. if the box is empty by Sound card support, press M (this will compile this a module for your kernel)
10. down arrow to Open Sound System and hit ENTER
11. down arrow to OSS sound modules and hit M
12. down arrow to Crystal CS4232 based (PnP) cards and hit M
13. down arrow to MPU-401 and hit M
14. down arrow to PSS (AD1848, etc) and hit M
15. hit ESCAPE until you are asked if you want to save your new kernel configuration then select Yes
The following will all be done from the root command prompt:
16. make (this will take a long time...probably an hour or so...and compile your new kernel)
17. make modules
18. make modules_install
19. make install
20. reboot (when Grub starts just pick the kernel you just built)

NOTE: if you don't have the source for your kernel (or whatever kernel you want to use), get it first

Last edited by cedar; 06-10-2005 at 09:39 PM.
 
Old 06-10-2005, 11:30 PM   #13
jogi
LQ Newbie
 
Registered: Mar 2005
Location: London
Distribution: Kanotix 2005-03,Simply Mepis
Posts: 18

Rep: Reputation: 0
I am running Knoppix 3.9 and the kernel is 2.6.11

Thanks Cedar, am going to try that out later this morning and give you feedback but how do I know if the kernel source is already on my thinkpad?
 
Old 06-11-2005, 08:00 AM   #14
jogi
LQ Newbie
 
Registered: Mar 2005
Location: London
Distribution: Kanotix 2005-03,Simply Mepis
Posts: 18

Rep: Reputation: 0
well, I have run into series of hitches. First off, there is no linux folder in the /usr/src. So I CD'd into usr/src and tried make oldconfig.

What I got is :

root@tp600e:/usr/src# make oldconfig
[ -f /usr/src/linux/.config ] || zcat /proc/config.gz > /usr/src/linux/.config
/bin/sh: /usr/src/linux/.config: No such file or directory
make: *** [oldconfig] Error 1
root@tp600e:/usr/src#


What to do next???
 
Old 06-11-2005, 08:23 AM   #15
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
jogi-
in a terminal as root:
Code:
apt-get update   
apt-get install kernel-source-2.6.11            
cd /usr/src/         
tar -xvf kernel-source-2.6.11.tar.bz2
rm linux
ln -s kernel-source-2.6.11 linux
ltlmary-
the above is for debian-based systems like Knoppix, I don't remember how to do it for RedHat-based systems like Fedora. I think it's like this at a root prompt:
Code:
urpmi kernel-source-2.6.11
cd /usr/src/         
tar -xvf kernel-source-2.6.11.tar.bz2
rm linux
ln -s kernel-source-2.6.11 linux
if this doesn't work, I'm sorry.


Last edited by cedar; 06-11-2005 at 08:43 AM.
 
  


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: Sound on the Thinkpad 600E hw-tph LinuxAnswers Discussion 3 05-29-2009 04:18 AM
thinkpad 600e sound solution! freychef LinuxQuestions.org Member Success Stories 23 12-13-2005 11:24 AM
no sound with ibm thinkpad 600e pat travers Debian 14 10-18-2005 02:38 PM
no sound on thinkpad 600e qfesp2002 Linux - Laptop and Netbook 4 09-30-2005 11:22 AM
Got sound!!! IBM 600e + Slackware 9.1 hack124x768 Linux - Laptop and Netbook 0 01-01-2005 05:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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