Fedora Linux Support Community & Resources Center
  #1  
Old 14th September 2004, 04:21 AM
arupsarkar Offline
Registered User
 
Join Date: Sep 2004
Posts: 14
IBM Thinkpad 600E and Sound Problem

Hi,

I am using IBM Thinkpad laptop 600 E, initially I had Windows 2000 and Windows XP SP 1, I was able to listen to music. Now after I installed Fedora Core 2 it seems the sound is not working.

Does anybody know what I have to do.

Regards
Arup
Reply With Quote
  #2  
Old 14th September 2004, 04:24 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
can you post your lsmod, open terminal and type: /sbin/lsmod
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #3  
Old 14th September 2004, 01:35 PM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
I've had similar problem with FC2 (and some other problems with ThinkPad hardware). I own same notebook. I just run FC1 it runs faster
Reply With Quote
  #4  
Old 14th September 2004, 02:32 PM
arupsarkar Offline
Registered User
 
Join Date: Sep 2004
Posts: 14
Here is the output.

Thanks !!!

/************************************************** ****/

Module Size Used by
snd_mixer_oss 13824 0
snd 38372 1 snd_mixer_oss
soundcore 6112 1 snd
parport_pc 19392 0
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
ds 12292 4
yenta_socket 15104 1
pcmcia_core 46792 2 ds,yenta_socket
sunrpc 101064 1
xircom_cb 7808 0
ipt_REJECT 4736 1
ipt_state 1536 1
ip_conntrack 24968 1 ipt_state
iptable_filter 2048 1
ip_tables 13440 3 ipt_REJECT,ipt_state,iptable_filter
floppy 47440 0
sg 27552 0
scsi_mod 91344 1 sg
microcode 4768 0
dm_mod 33184 0
uhci_hcd 23708 0
ipv6 184288 10
ext3 102376 2
jbd 40216 1 ext3
[asarkar@localhost asarkar]$ /sbin/lsmod
Module Size Used by
snd_mixer_oss 13824 0
snd 38372 1 snd_mixer_oss
soundcore 6112 1 snd
parport_pc 19392 0
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
ds 12292 4
yenta_socket 15104 1
pcmcia_core 46792 2 ds,yenta_socket
sunrpc 101064 1
xircom_cb 7808 0
ipt_REJECT 4736 1
ipt_state 1536 1
ip_conntrack 24968 1 ipt_state
iptable_filter 2048 1
ip_tables 13440 3 ipt_REJECT,ipt_state,iptable_filter
floppy 47440 0
sg 27552 0
scsi_mod 91344 1 sg
microcode 4768 0
dm_mod 33184 0
uhci_hcd 23708 0
ipv6 184288 10
ext3 102376 2
jbd 40216 1 ext3
Reply With Quote
  #5  
Old 16th September 2004, 03:53 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
i found this, it may help: http://www.linuxquestions.org/questi...icle&artid=120
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #6  
Old 24th October 2004, 06:45 PM
jfrieben Offline
Registered User
 
Join Date: Oct 2004
Posts: 3
Add this to /etc/modprobe.conf:

alias char-major-116 snd
alias snd-card-0 snd-cs4236
options snd-card-0 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0
install snd-cs4236 /sbin/modprobe --ignore-install snd-cs4236 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-cs4236 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-cs4236

After rebooting launch "alsamixer" to unmute and adjust master and PCM channel.
Reply With Quote
  #7  
Old 29th October 2004, 06:04 PM
kennykongkl Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
Try this : In gnome alsamixer, uncheck the option external amplifier.
Reply With Quote
  #8  
Old 30th October 2004, 12:20 AM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
You may have encountered the one program sound only problem

Yet another thing to try: disable the server for sound events. Preferences > Sound.
Reply With Quote
  #9  
Old 31st October 2004, 03:48 PM
jfrieben Offline
Registered User
 
Join Date: Oct 2004
Posts: 3
There was a transcript error in my previous post. Sorry! Here is the correct "options" line:

options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0
Reply With Quote
  #10  
Old 8th March 2005, 09:21 PM
rmflagg Offline
Registered User
 
Join Date: Sep 2004
Posts: 4
Similar problem with Thinkpad 600

Hi all,
Last week I installed FC2 onto a friends Thinkpad 600 and have since been unable to get the sound to work at all.
I tried the options listed above but there is still no sound coming from the machine. This is a TP600 2645-45U with FC2(yes, FC2) with the 2.6.10 kernel updated. I know that the sound does work from a previous Windows installation. I have included the output from lsmod below:
Module Size Used by
snd_mixer_oss 17089 0
snd_opl3_lib 11457 0
snd_hwdep 8901 1 snd_opl3_lib
snd_cs4236_lib 20289 0
snd_mpu401_uart 9153 0
snd_rawmidi 26081 1 snd_mpu401_uart
snd_seq_device 8653 2 snd_opl3_lib,snd_rawmidi
snd_cs4231_lib 33733 1 snd_cs4236_lib
snd_pcm 93769 2 snd_cs4236_lib,snd_cs4231_lib
snd_timer 29381 3 snd_opl3_lib,snd_cs4231_lib,snd_pcm
snd 53797 10 snd_mixer_oss,snd_opl3_lib,snd_hwdep,snd_cs4236_li b,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_c s4231_lib,snd_pcm,snd_timer
soundcore 10273 1 snd
snd_page_alloc 9669 2 snd_cs4231_lib,snd_pcm
parport_pc 26629 0
lp 12077 0
parport 37641 2 parport_pc,lp
autofs4 24005 0
pcmcia 21189 4
yenta_socket 19137 1
pcmcia_core 51713 2 pcmcia,yenta_socket
sunrpc 158117 1
ath_pci 53028 0
ath_rate_onoe 7688 1 ath_pci
wlan 98908 3 ath_pci,ath_rate_onoe
ath_hal 132304 2 ath_pci
ipt_REJECT 6593 1
ipt_state 2113 1
ip_conntrack 41205 1 ipt_state
iptable_filter 3777 1
ip_tables 16577 3 ipt_REJECT,ipt_state,iptable_filter
floppy 58097 0
sg 34145 0
scsi_mod 123073 1 sg
microcode 6625 0
dm_mod 56149 0
uhci_hcd 31705 0
md5 4161 1
ipv6 237312 8
ext3 121161 2
jbd 71001 1 ext3

Is there ANYONE who has gotten sound to work on this model machine with FC2 that can help?!?

Thanks,
RMFLagg
Reply With Quote
  #11  
Old 16th March 2005, 01:27 AM
rmflagg Offline
Registered User
 
Join Date: Sep 2004
Posts: 4
Anyone

*BUMP*

Someone out there must have had some success with this sound chipset. I know that it works under Windows!

Thanks,
RMF
Reply With Quote
  #12  
Old 12th April 2005, 08:39 AM
carickster Offline
Registered User
 
Join Date: Apr 2005
Posts: 1
No Sound after installing WinXP

I just installed WinXP on my IBM Thinkpad 600E and everything installed fine except I don't have any sound. I checked the device manager and the device for sound (Crystal SoundFusion(tm)) says, 'No drivers are installed for this device.' I thought the sound driver was part of WinXP, but I guess not.

What can I do to install the appropriate driver. I also noticed someone mention Service Pack 1. Should I install this? If so, will it take care of the sound problem?

Thanks for you help,

Rick
Reply With Quote
  #13  
Old 12th April 2005, 09:14 AM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
You should ring up Bill Gates and ask.
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
Reply

Tags
600e, ibm, problem, sound, thinkpad

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ibm thinkpad 600E sound not working hippo1 Hardware & Laptops 3 27th August 2007 01:44 PM
ThinkPad 600E Sound Help FastRedCar Hardware & Laptops 3 29th April 2007 08:03 PM
IBM Thinkpad 600e FC4 No Sound tldamico EOL (End Of Life) Versions 8 5th February 2006 03:31 PM
IBM 600E Sound Problem adellario Hardware & Laptops 6 6th February 2005 10:27 PM
FC3: Problem with sound on IBM Thinkpad 600E stelus Hardware & Laptops 0 28th December 2004 01:43 PM


Current GMT-time: 04:06 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat