LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-08-2010, 10:15 AM   #121
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0

Quote:
Originally Posted by reed9 View Post
A plan so cunning you could brush your teeth with it.
you can only be English if you appreciate Baldrick's humor!
 
Old 12-08-2010, 10:18 AM   #122
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by snowpine View Post
If nothing else, you have learned more about Linux in this thread than a lot of people learn in a year. Best of luck, sorry I wasn't more helpful!
Not at all snowpine you were most helpful.
I'm grateful for all the help I get and surprised that so many people that know so much can be prepared to help newb's like me
 
Old 12-08-2010, 10:27 AM   #123
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by hexeta View Post
you can only be English if you appreciate Baldrick's humor!
Nope, born and raised in Seattle, Washington. But Blackadder is universal.
 
Old 12-08-2010, 10:31 AM   #124
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by reed9 View Post
Nope, born and raised in Seattle, Washington. But Blackadder is universal.
Have to put it down to you're good taste then!
 
Old 12-10-2010, 08:38 AM   #125
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Hi guys, sorry I disappeared yesterday, bit of DIY in the Kitchen turned into a bit of personal surgery!
Cut my hand quite deeply and couldn't get the bits to stay together and stop bleeding for long enough to get a plaster to stick!
Ended up with a hand towel wrapped tightly round it for about 4hrs until it would let me stick meself back together, so I'm a bit sore today!
reed9 thanks for your kindness in automating the process you suggested,... that had my machine working for quite some time!!
Sadly, after re-booting, the terminal response to "sudo alsaconf" was "command not found" and trying to mount "snd-cs4236", I still get access denied!
Somewhere along the way I seem to have locked myself out from accessing snd-cs4236, I suspect it was that code from here:-
http://www.thinkwiki.org/wiki/Script...ip_in_PnP_mode

prior to running that code, I was never "denied" access to cs4236,.....it rarely achieved anything, but the point I suppose is that it occasionally did...ergo it works, albeit sporadically!
do you think there is some way to reverse those instructions, or otherwise nullify them, or would a re-install improve our chances of fixing it!
 
Old 12-10-2010, 08:47 AM   #126
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
OUCH! Sorry about your hand.
Are you sure that script's OK? It's for cs4239, not cs4236.
 
Old 12-10-2010, 08:58 AM   #127
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
It say 4239 in the title, but it clearly loads snd-cs4236.

Code:
modprobe --ignore-install snd-cs4236 port=$port cport=$cport fm_port=$oplport irq=$irq dma1=$dma1 dma2=$dma2 isapnp=0 index=0 && /lib/alsa/modprobe-post-install snd-cs4236
hexeta, you should not have to modprobe manually after reboot since this is doing it.

Check
Code:
lsmod | grep snd
to see what sound modules are loading.

Did you update alsa as above yet?

Last edited by reed9; 12-10-2010 at 09:07 AM.
 
Old 12-10-2010, 09:01 AM   #128
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by reed9 View Post
It say 4239 in the title, but it clearly loads snd-cs4236.
Oh yes, I should have read that page & script more carefully.
 
Old 12-10-2010, 01:15 PM   #129
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Back again...well wishers visiting...well, "a" (1) well wisher!
Thanks Brian for your concern, only myself to blame, (rushing) bit of a bad few weeks for my left hand!
It's only just recovered from being skewered when attempting to push a 14 inch barbecue skewer through
a leg of pork, struggling to pierce the skin, I pushed rather too vigorously and wondered why I was then unable to detach my self from the piggy's leg
reed9:
Wow!that command brought some colour to the terminal, res as well as the standard green.
I'm pretty sure it won't paste, but it was just each occurrence of "snd" to make for easier reading I suppose.
Here it is:-
~ $ lsmod | grep snd
snd_wss_lib 23410 0
snd_opl3_lib 8966 0
snd_hwdep 5412 1 snd_opl3_lib
snd_mpu401_uart 5617 0
snd_ac97_codec 100646 0
snd_pcm_oss 35308 0
ac97_bus 1002 1 snd_ac97_codec
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_wss_lib,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 4 snd_wss_lib,snd_opl3_lib,snd_pcm,snd_seq
snd_seq_device 5700 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54148 13 snd_wss_lib,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm, snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_wss_lib,snd_pcm


Loads of stuff there but I don't see "cs4236"

Quote:
Originally Posted by reed9
Did you update alsa as above yet?
I pasted both lots of code from your post#115 into terminal.

brian; this cs3426/cs4239 confusion seems to be the root of the problem and appears to be caused by the exotic pairing of the chips in the Thinkpad....just my luck
 
Old 12-10-2010, 01:28 PM   #130
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
For your hand problem: how about wearing chain-mail gloves?
For your sound problem: I've no idea.
 
Old 12-10-2010, 01:30 PM   #131
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
I pasted both lots of code from your post#115 into terminal.
Hrm. Post the output of
Code:
cat /proc/asound/version
Assuming this does not read "Advanced Linux Sound Architecture Driver Version 1.0.23", it did not get updated.

Just to be clear, many of these lines need to be entered separately. I'm going to add some comments, each preceded by a hash mark (#). Don't copy and paste lines beginning with a #.

Code:
# Paste this line download necessary packages.  Once finished, assuming no errors, continue.
sudo apt-get install build-essential ncurses-dev gettext xmlto libasound2-dev linux-headers-`uname -r` libncursesw5-dev checkinstall

#Remove any potentially problematic old configs, make a build directory and enter it.
rm -rf ~/.pulse && mkdir ~/alsa-build && cd ~/alsa-build

# Do each wget separate to download the necessary files.
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2

# Extract the compressed source files.
tar xjf alsa-driver* && tar xjf alsa-lib* && tar xjf alsa-utils*

#Enter the extracted directory
cd alsa-driver*

# Configure the source.  When it's finished move on to make.
./configure

# Build the source.  When it's finished move on to the install
make

# Install your package.  This will prompt with some questions.  Just accept all the defaults.
sudo checkinstall

# Move to the next directory and repeat as above.
cd ../alsa-lib*
./configure
make
sudo checkinstall

# Move to the last directory and repeat as above.
cd ../alsa-utils*
./configure
make
sudo checkinstall
Hopefully that's clearer.
 
Old 12-10-2010, 01:53 PM   #132
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Can you also post the output of
Code:
dmesg | grep -i -e cs46 -e firmware
 
Old 12-10-2010, 02:04 PM   #133
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by reed9
Hrm. Post the output of
Code:

cat /proc/asound/version

Assuming this does not read "Advanced Linux Sound Architecture Driver Version 1.0.23", it did not get updated.
You were correct! Output:-
~ $ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.21.


I will now copy the non hashed lines into terminal, just as you have grouped them, do you want me to post back the responses as I do it?
Sorry to appear such a clut.
This is much more of a learnig curve than I had expected and I'm grateful for you clever guys being so helpful.

Just input the first line of code and the last six lines of the terminal response lead me to believe that disk space is going to be an issue!
It reads as follows:-
The following packages will be upgraded:
libc-bin libc6 libc6-i686
3 upgraded, 67 newly installed, 0 to remove and 135 not upgraded.
Need to get 479MB of archives.
After this operation, 845MB of additional disk space will be used.
Do you want to continue [Y/n]?
 
Old 12-10-2010, 02:07 PM   #134
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Are you short on disk space? That is the bulk of what needs to be installed, but you will need some room for the build too.
 
Old 12-10-2010, 02:15 PM   #135
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by reed9 View Post
Are you short on disk space? That is the bulk of what needs to be installed, but you will need some room for the build too.
If we were in a Windows environment, I would be able to answer that
As it is, I can only presume that I am, since the entire disk is only 3.2GB, and I've tried to do manual installs with 800, 600, and 500MB swap partitions.
Each has been crippled in some way, which left me with just the "auto option".
 
  


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
No Sound on ThinkPad T22 Running Ubuntu 10.04 s giustizia Ubuntu 3 09-11-2010 02:02 AM
not sound on toshiba laptop running linux MINT kszabo Linux - Hardware 0 08-19-2009 02:06 PM
Sound Problem on Older Computer Running Linux Mint j1nxy06 Linux - Newbie 0 02-22-2009 11:02 AM
IBM ThinkPad, the sound works on boot, but then stops. larwana Linux - Laptop and Netbook 0 03-16-2004 12:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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