LinuxQuestions.org
Review your favorite Linux distribution.
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-07-2010, 11:20 AM   #76
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142

Quote:
Originally Posted by hexeta View Post
I notice that opening the properties for the "soundcard-on" file, I can tick the option to make the file executable,....would that enable me to move it to it's intended destination more successfully?
Nope, but it would achieve the same thing as the chmod +x command.
 
Old 12-07-2010, 11:24 AM   #77
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
Thinkpad's always seem to be highly recommended whenever anybody's asking about what laptop to get.
 
Old 12-07-2010, 11:28 AM   #78
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by brianL View Post
Try:
Code:
whereis alsaconf
Heres my terminal's response to that:-
~ $ whereis alsaconf
alsaconf:

Quote:
Originally Posted by brianL View Post
And it's a bash script:
Code:
bash-4.1$ file /usr/sbin/alsaconf
/usr/sbin/alsaconf: a /bin/bash script text executable
It's a what!!
 
Old 12-07-2010, 11:28 AM   #79
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
I've seen this site referred to quite a lot for Thinkpads:
http://www.thinkwiki.org/wiki/ThinkWiki
 
Old 12-07-2010, 11:30 AM   #80
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 hexeta View Post
It's a what!!

A script that's been made executable to run in or by bash.

Last edited by brianL; 12-07-2010 at 11:34 AM.
 
Old 12-07-2010, 11:36 AM   #81
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by brianL View Post
Thinkpad's always seem to be highly recommended whenever anybody's asking about what laptop to get.
That I can understand, built like the proverbial brick khazi!
Only thing is mine's circa 1998!!
It runs a P2 CPU, 366GHz: Max RAM is 288MB, and the HDD is 3.2GB

When I got it, it only had 192MB RAM and was running XP Pro SP2, I installed SP3 and it kept complaining that there was only 82MB space left on the HDD lol
 
Old 12-07-2010, 11:41 AM   #82
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
Built to last, eh? Eee, they don't mek 'um like that any more!
 
Old 12-07-2010, 11:51 AM   #83
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by hexeta View Post
Hmm.. see what I mean!
I'm a danger to my self and all around!
OK, Ill save it to my home directory, and I'll change the name to "soundcard-on"


Just tried what you say and this is the response:-
mv: cannot stat `soundcard_on': No such file or directory

Notice that for some reason terminal command named soundcard_on not what I changed it to (-on), so I re did the command, but the result is exactly the same! what's wrong?
Extract of my post #69:-

I'm getting very, very confused....maybe its my age! but I don't think that I've had any suggestion that will achieve this move.....have I?

(what's my name again?)
 
Old 12-07-2010, 11:54 AM   #84
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by brianL View Post
Built to last, eh? Eee, they don't mek 'um like that any more!
Tha's not wrong theere lad, weere's that buzz?!
Can't wack northern folks

Trouble is, I think this one has lasted too long....bit like me!

Last edited by hexeta; 12-07-2010 at 11:56 AM.
 
Old 12-07-2010, 12:07 PM   #85
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by hexeta View Post
Extract of my post #69:-

I'm getting very, very confused....maybe its my age! but I don't think that I've had any suggestion that will achieve this move.....have I?

(what's my name again?)
Most likely your current working directory in the terminal and the location of the file are not the same. Where did you save it to? Use the full path of the file.

Code:
sudo mv /path/to/soundcard-on /usr/local/sbin
Or, the file manager for lxde has an option to open the current location in the terminal. Navigate to where the file is with your file manager and hit, I think it's F4, or find the option in one of the drop down menus.

Or just open the file manager as root and move it that way.
Code:
gksudo pcmanfm
 
Old 12-07-2010, 12:41 PM   #86
hexeta
Member
 
Registered: Dec 2010
Location: Northwest UK
Distribution: Currently; Mint 9 Lxde
Posts: 89

Original Poster
Rep: Reputation: 0
OK, I've tucked those two pieces of code away as instructed, and the good news is that having re-booted, nothing untoward seems to hab
ve happened!
The bad news?.........ear splitting silence!

I've opened the Alsa Mixer, and that is just as before, blank!
Do I need to do something else?
I think that there is a post from reed9 which I've not yet carried out, that will upload some script, maybe that's the next thing?
 
Old 12-07-2010, 12:45 PM   #87
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
Have a look on that site I mentioned (Thinkwiki), see if there's any clues there.
 
Old 12-07-2010, 12:46 PM   #88
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Have you had a chance yet to run alsamixer from the terminal using its full pathname (as I suggested in post #20)?

Code:
/usr/bin/alsamixer
 
Old 12-07-2010, 12:56 PM   #89
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
Save the script as a text file named alsa-info.sh and do
Code:
sh ./alsa-info.sh
Don't use sudo. It automatically uploads the info and gives you a link.
Nothing seems to go to plan!
I've copied and pasted th script into a leafpad document, saved it to my desktop and when asked to create and name a folder for it, used the same name......it saved to Desktop, doesn't look like a folder icon though, anyway, I opened a termonal and this is the response:-
~ $ sh ./alsa-info.sh
sh: Can't open ./alsa-info.sh


What have I done wrong now??
 
Old 12-07-2010, 12:58 PM   #90
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
Have you had a chance yet to run alsamixer from the terminal using its full pathname (as I suggested in post #20)?

Code:
/usr/bin/alsamixer
Yes, this was the response:-
~ $ /usr/bin/alsamixer
cannot open mixer: No such file or directory
 
  


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 05:12 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