[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2011-01-13 Thread Jeremy Foshee
** Description changed:

+ sticks wrote on 2010-12-09:   #25
+ 
+ ok figured it out for Lubuntu 10.10
+ 
http://askubuntu.com/questions/16801/cs4326-7-sound-chipset-on-thinkpad-600e/16818
+ 
+ 
+  Original Description 
+ 
  The IBM Thinkpad 600e laptop uses a Cirrus Logic CS4237B sound chip
  (ISA, or so I'm told). When booting from the live CD, no sound is played
  and the sound hardware is not functional.
  
  To reproduce, boot with Live CD on a Thinkpad 600e.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/40116

Title:
  Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake
  live CD (Flight 6)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-12-09 Thread sticks
I have this laptop, and I've installed lubuntu 10.10 on it, which works
surprisingly well! Except for this sound thing... so far its not working
here. I'm trying different variations to the fixes listed here, and
elsewhere. I will report back if something works... so far all I have
are the system beeps when changing the volume using fn+PgUp/PgDn...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/40116

Title:
  Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-12-09 Thread sticks
ok figured it out for Lubuntu 10.10

http://askubuntu.com/questions/16801/cs4326-7-sound-chipset-on-thinkpad-
600e/16818

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/40116

Title:
  Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-10-21 Thread terryK9
I have tried smontano's Ubuntu 9.10 fix on my Ubuntu 10.04 version, but
it doesn't seem to work.  Has anyone gotten a fix for the 600e on Ubuntu
10.04?

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-03-28 Thread smontano
I have successfully gotten the sound to work on my ThinkPad 600e on
Ubuntu 9.10.  Here are the steps.

* FYI, I have acpi=force enabled in Grub so there is no need to turn off acpi.  
I'm not sure how much of a variable acpi is for this but with acpi=force it 
works.  (BTW, I wanted acpi=force enabled in Grub only because it allowed my 
battery meter to appear in the GUI.)
* Prepare your ThinkPad by making sure that you have disabled “QuickBoot” in 
the bios. You can check this by booting your machine while holding down the F1 
key. Also it is VERY VERY important to use the bios Initialize button, then set 
QuickBoot back to disabled.  Initializing somehow gives Ubuntu a better chance 
to see the sound card.
* Add this line to /etc/modules

 snd-cs4236

* Blacklist the incorrect sound card in /etc/modprobe.d/blacklist.conf
by adding these two lines

 blacklist snd-cs46xx
 blacklist cs46xx

* Add these lines at the end of /etc/modprobe.d/alsa-base.conf  Notice,
different than instructions for previous version of Ubuntu, you have to
add the --install-ignore and index=0 items to the options line. Also
for those not familiar, the options line needs to be one really long
line that doesn't wrap to a second line in the actual alsa-base.conf
file.

 alias char-major-116 snd
 alias char-major-14 soundcore
 alias snd-card-0 snd-cs4236
 options --install-ignore snd-cs4236 isapnp=0 index=0 port=0×530 cport=0×538 
sb_port=0×220 fm_port=0×388 irq=5 dma1=1 dma2=0
 alias sound-slot-0 snd-card-0
 alias sound-slot-1 snd-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
 
 alias /dev/mixer snd-mixer-oss
 alias /dev/dsp snd-pcm-oss
 alias /dev/midi snd-seq-oss
 
 options snd cards_limit=1

* After restarting you should hear sound at the login screen.  If you do
not hear sound when you are loading up into your desktop, the volume
icon may have an X on it.  For some reason my volume was set all the way
down initially so you can just turn up the volume if this happens to you
too.

Hope this helps!!  :)

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-03-02 Thread smontano
Anybody here have any suggestions on how to get this bug assigned to
somebody on the Ubuntu team?  It's currently unassigned and I fear we
won't see a bug fix in Ubuntu 10.04 unless we get something going.
Thanks.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-02-21 Thread Paul
Also seconding smontano's verification on 9.10 (kernel
2.6.31-19-generic). I'm still having the same problem with my TP600e
(2645).  I have tried suggested fix but it doesn't work for me, and I
still can't see any internal sound cards using aplay -l

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-02-17 Thread Jim N.
Seconding smontano's verification on 9.10 (kernel 2.6.31-19-generic).
I'm still having the same problem with my TP600e (2645-4AU). I'm going
to try the fix above to see if it still will fix the issue with current
release.

** Changed in: linux (Ubuntu)
   Status: Invalid = Confirmed

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-02-14 Thread smontano
Also verifying that this bug still exists in Ubuntu 9.10 on a ThinkPad
600e with kernel 2.6.31-19-generic.  It would really benefit many people
if this bug could get assigned and fixed in future versions of Ubuntu.
Thanks!

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2010-01-05 Thread Philip Kovac
This bug still exists in Ubuntu 9.10 with linux-image-2.6.31-16-generic

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-06-09 Thread Mathieu Brethes
Well, I don't have the laptop anymore anyway...

-m


Selon wolfger [EMAIL PROTECTED]:

 Over 3 months with no response. We are closing this bug report because
 it is unconfirmed to exist on a current kernel, as described in the
 previous comments. Please reopen it if you can reproduce the problem on
 a current kernel, and don't hesitate to submit bug reports in the
 future. To reopen the bug report you can click on the current status,
 under the Status column, and change the Status back to New. Thanks
 again!

 ** Changed in: linux (Ubuntu)
Status: Incomplete = Invalid

 --
 Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD
 (Flight 6)
 https://bugs.launchpad.net/bugs/40116
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-06-06 Thread wolfger
Over 3 months with no response. We are closing this bug report because
it is unconfirmed to exist on a current kernel, as described in the
previous comments. Please reopen it if you can reproduce the problem on
a current kernel, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-02-20 Thread Timo Aaltonen
Why on earth was this filed against the display driver? The bug is in
the kernel, and I urge you to test Hardy alpha4 (or alpha5 which is
released on Friday) and give feedback if it works or not.

** Changed in: linux (Ubuntu)
Sourcepackagename: xserver-xorg-video-cirrus = linux
   Status: Confirmed = Incomplete

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-02-19 Thread Sb
Any good reason why this bug can not be fixed?  The fact that a hack is
posted here doesn't mean it's ready for the consumer.  This chip is a
breeze to configure with alsaconf on both Mandriva and SUSE.  Only
Ubuntu has always been a problem.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-02-05 Thread Ulfzart
BTW, The problem occured, when I upgraded my notebook to the new version
of Xubuntu via the net.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2008-02-05 Thread Ulfzart
As Warren Butler  wrote (except, maybe the lines into /etc/modprobe.d
/alsa-base - i didn't add them) , and plus setting acpi=off
pnpbios=off... makes the sound working, BUT it works TOO low.

Some people told that the sound very low even on other notebooks, still
they have the hardware volume on the top, and software volume on the top
too.

I've managed to find how to fix it!

run 'sudo alsamixer' and set the PCM volume hi (use arrows right/left to scroll 
to the PCM, and up/down to set it), after setting the right volume press Esc.
don't remember how to save it permanently (but this is listed in the HOWTO and 
not hard to find).

Thank you

** Changed in: xserver-xorg-video-cirrus (Ubuntu)
   Status: Invalid = Confirmed

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2007-09-21 Thread Launchpad Janitor
[Expired for xserver-xorg-video-cirrus (Ubuntu) because there has been
no activity for 60 days.]

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2007-09-17 Thread Nanley Chery
Is this bug still a problem?

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2007-05-22 Thread David Hurst
Well... the above get me closer but it does not quite work.

Does an yone have any advice on additional pointers

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://bugs.launchpad.net/bugs/40116
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2007-02-05 Thread Kosmonaut
Warren Buttler wrote:
...If you are still having no success: try adding 'acpi=off pnpbois=off...' 

Just a little notice: 
I guess that you should enter pnpbios=off ,right?
(bios not bois ;-))

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2006-12-13 Thread Warren Butler
** Tags added: sound thinkpad

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2006-09-07 Thread Warren Butler
Known problem with the TP600E. The soundcard is incorrectly identified as
CS462x.

There are plenty of web pages out there describing solutions to this. But
here is the Reader's Digest version:

1. Blacklist the incorrect sound card in /etc/modprobe.dblacklist. Add lines
for

blacklist snd-cs46xx
blacklist cs46xx

as written above - with the xx's

2. Add the following lines into /etc/modprobe.d/alsa-base

alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-cs4236
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220
fm_port=0x388 irq=5 dma1=1 dma2=0
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-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

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

options snd cards_limit=1

NOTE: When copying and pasting the above, make sure that the line starting
with 'options...' is *one* line ending with '...dma2=0'.

3. Add the line

snd-cs4236

to the file /etc/modules

Reboot.

Also important: During power up, if you press F2 (I think), you get into
change the config. In this you need to make sure that the Fastboot option is
*disabled*.

If you are still having no success: try adding 'acpi=off pnpbois=off' at the
end of the kernel boot params. Press 'esc' during Grub countdown and select
'e' to edit the boot command and add these to the end. If need these to
allow my Xircom PCMCIA ether card to work.

One last thing: the default starting volume is very low, so make sure
that you set the volume to high using the keyboard Fn+PgUp key
combination.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2006-09-07 Thread Warren Butler
Having said all of the above, it would be excellent if Ubuntu is able to
work out a way to make this work out of the box.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2006-07-14 Thread Balder
Hi! Im also on a Ibm Think pad 600E 2645. none of the ubuntu distros i
have installd will finde  my sound card CS4237B it reads the card as a
CS 4610/11 but i have no sound? This is my first time trying Linux maybe
im doing somthing wrong but i have tryde diffrent ubuntu realeses but
cant get it to work. exept for that small issue i think ubunt is a great
product! Hope you can fix the bug/issue..

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40116] Re: Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD (Flight 6)

2006-06-18 Thread Uta
I have installed Xubuntu on my Dell Latitude M233XT laptop which uses
the same snd chip (CS4237B) on the ISA bus. I have no sound and would
like to resolve this issue.

-- 
Thinkpad 600e sound hardware not detected with Ubuntu Dapper Drake live CD 
(Flight 6)
https://launchpad.net/bugs/40116

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs