LinuxQuestions.org
Help answer threads with 0 replies.
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 01-20-2005, 11:07 PM   #1
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Rep: Reputation: 15
Sound on a Thinkpad 600e W/ SuSE 9.1 personal


I've been searching and searching for fixes to this prob and have tried many diffrent fixes for it. I was just wondering if anyone out there has a tutorial for a sound fix for this thinkpad and SuSE that isnt from version 1.0. I have everything else up and running and I love running Linux, but this is gonna drive me CRAZY . Please help out a Linux newbie,Please
Wavz
 
Old 01-22-2005, 12:28 PM   #2
sean l
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
I just loaded Redhat 9.0 on my IBM 600E. Everything works fine...........except for the sound


So, here's another dude who could use some pointers...
thanks inn advance
 
Old 01-23-2005, 12:18 PM   #3
freychef
Member
 
Registered: May 2003
Location: Montreal
Distribution: Slack, Libranet
Posts: 92

Rep: Reputation: 15
Hi ,

Check this site (LQ) , Tutorials > Hardware> Sound on Thinkpad 600e.

Cheers.
 
Old 01-24-2005, 09:20 AM   #4
xintolerancex
LQ Newbie
 
Registered: Dec 2004
Posts: 5

Rep: Reputation: 0
with ubuntu i cant get the soundcard to work too , i have already tried the tutorial , but cant get the soundcard to work
:\
 
Old 01-24-2005, 04:19 PM   #5
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
The tutorial is great, but how do I rework the kernel to do this? This is my first real Linux full time computer so I am willing to learn just about anything. Thanks
Wavz
 
Old 01-24-2005, 10:00 PM   #6
freychef
Member
 
Registered: May 2003
Location: Montreal
Distribution: Slack, Libranet
Posts: 92

Rep: Reputation: 15
Before you do any kernel mods, have you run alsa on it?

I don't use SUSE but Alsa 1.0.5 detected and configured my 600e sound right away.

As root run alsaconf and see what happens, if all goes well then run alsamixer, adjust your setting (volume is off by default), exit and then run, alsactl store .

Give this a go before you mess with the kernel.
 
Old 01-24-2005, 10:47 PM   #7
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
Ok tried out the alsaconf, and it came up with "No Legasy Cards Found"
Wavz
 
Old 01-24-2005, 11:21 PM   #8
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
ok I also found this on Linux Laptops.

"Sound didn't work and after reading up on the forums-

* I used the CS4232 driver I/O = 0x530
* Irq = 5
* DMA1 = 1
* DMA2 = 0
* MPUIO = 0x330
* MPUIRQ =9

and HOLY COW – it works....."

Now how would I go about checking and if nessesary changing these settings? Thanks again
Wavz
 
Old 01-25-2005, 12:05 AM   #9
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Wavz, that would be the OSS driver, which quite frankly sucks. I'll fire up my old 600E later today and post the relevant info to get Alsa up and running.


Håkan
 
Old 01-25-2005, 03:45 AM   #10
xintolerancex
LQ Newbie
 
Registered: Dec 2004
Posts: 5

Rep: Reputation: 0
my output at ubuntu is


Setting default volumes...
Saving the mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1061: No soundcards found...

===============================================================================

Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.

Have a lot of fun!


can anyone help pls?
 
Old 01-25-2005, 08:09 AM   #11
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks Hakan This has been one problem I havent been able to figure out for such a long time. I guess all of the explainations Ive seen have been above my head as a Linux newbie.
Wavz
 
Old 01-27-2005, 03:42 PM   #12
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
I did find this on the ALSA and thinkpad 600e

ALSA
Late last night I eventually got sound going. I used alsa-driver-0.3.0-pre3 and followed the instructions for compilation. I didn't have PnP support operational in my kernel and "Sound Card Support" is ticked as a Module but no options were enabled.

To get it to compile I had to give the location of the kernel sources and also I symlinked /usr/src/linux to /usr/local/src/linux-2.2.1.

./configure --with-debug=full --with-kernel=/usr/local/src/linux-2.2.1
make install
./snddevices

Note that --with-isapnp=yes was not used. As recomended by Raph Levien, my modules.conf looks like:

alias char-major-14 snd
alias snd-minor-oss-0 snd-card-cs4236
alias snd-minor-oss-1 snd-opl3
alias snd-minor-oss-3 snd-pcm1-oss
options snd-card-cs4236 snd_port=0x530 snd_cport=0x538 snd_irq=5 snd_dma1=1 snd_dma2=0 snd_fm_port=0x388
alias sound off

and now I can load the sound driver with:

modprobe snd-card-cs4236
modprobe snd-pcm1-oss

Note that you have to read the ALSA trouble-shooting FAQ to find that the second line is needed to get /dev/dsp going. Everything is muted by default.

Also note that performing a suspend (e.g. closing the lid) will freeze the driver, which really limits the usefulness.

this was on This site about debian and the thinkpad

Hope this helps you out with helping me out Hakan

Wavz
 
Old 01-31-2005, 04:38 PM   #13
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
Do you think that if I downloaded a newer version of ALSA it would help any???
Wavz
 
Old 01-31-2005, 11:54 PM   #14
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
I'm sorry, I forgot all about this. I'm burning a copy of Debian Sarge right now so I can play with my Thinkpad.


Håkan
 
Old 02-01-2005, 12:28 PM   #15
Wavz
Member
 
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90

Original Poster
Rep: Reputation: 15
Talking

Cool! Cant wait
 
  


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
Fedora 2/Thinkpad 600e/Sound kms_md Linux - Laptop and Netbook 8 03-10-2006 06:25 PM
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
Sound on IBM ThinkPad 600E firejdl Linux - Hardware 1 06-19-2003 11:35 PM

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

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