Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio blue screen boot bsod connection crash dell desktop driver dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor ram recovery registry cleaner router safe mode slow sound spyware tdlwsp.dll trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Solved: If at first you don't succeed....

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
16-Dec-2005, 11:45 PM #1
Solved: If at first you don't succeed....
...bug the Linux gurus some more

Ok, most of you might be thinking something along the lines of "Oh, god. No him again". And in retrospect I deserve that. But please believe me when I say that this time it will be easy: just a few things I want to learn how to do, and some of them should be pretty basic.

The reason for this post is that I am diving completely into Linux. No more going back to windows when I can't figure something out. I am in this to make Mandriva my Primary OS. NO BACKING DOWN THIS TIME!!
I was inspired to do this after jiml8 told me how to get out of dephell, along with the fact that I was finally able to listen to my music on a linux OS using a Media-Library type program, something I used to go to windows to do all the time.


Alright, enough chatting. Down to the questions!


1. Installation of FireFox / Thunderbird
I am well aware that FireFox comes with MDriva06. However, it is an outdated version (1.0.6). I wish to install FF 1.5. I notice when I unpak the file I get from Modzilla, I get a fully working directory on my desktop. How do I install this? Do I move the folder somewhere else? Do I have to edit something? What should I do?
I also want to install Thunderbird. Should I follow the same instructions?

2. Mounting My Iriver flash MP3 Player (T-30).
In the Media player I use, amaroK, there is a panel that lets you connect to your MP3 player to transfer songs. In the setup it asks for a mount and unmount command. My player connects Via USB. What would the mount commands be? Also, if someone out there is feeling winded could you explain Mounts and just the overall file system of Linux? Every time I think I understand it I get confused again.

3. That friggin star is driving me nuts!!!
I must ask this every time I install a distro. I know it's purely cosmetic, but is there any way to get rid of that freaking star on the taskbar?! I dont care if It gets changed to text, just as long as that star goes bye-bye!!


Well, thats it for now exept for a few minor things I am trying to figure out on my own. Thanx you guys!
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.

Last edited by Omega_Shadow : 16-Dec-2005 11:51 PM.
tsunam's Avatar
Senior Member with 1,246 posts.
 
Join Date: Sep 2003
Experience: Linux~su
17-Dec-2005, 01:42 AM #2
2) mount /dev/sda1 should be what you are looking for, and umount /dev/sda1 for unmounting.

3) star?
johnny_frog's Avatar
Senior Member with 111 posts.
 
Join Date: Mar 2005
Location: An innocent abroad, french France
Experience: Intermediate/lucky
17-Dec-2005, 03:56 AM #3
We're all here to learn.... all my (very limited) linux experience comes from trial and error and asking questions.
So if someone else is stuck with something that I can help with then I'm glad to help...

1. Personally I usually unpack in /usr/local/bin and then change the propoperties of the desktop launcher to point at the location of the new firefox file.

This means that the .firefox file on my desktop doesn't get touched so all my bookmarks etc. are untouched. Same goes for thunderbird.

The original versions that came with FC4 are still on my drive somewhere... I just don't use them.

3. By star I assume you're talking about the icon on the taskbar... Can't you edit that through the theme preferances....

Again I'm looking at FC4 rather than MDriva but under preferences, you can change the theme, and the theme details, this lets you change the icon set used. I can change the redhat to the gnome foot for example.
__________________
Et alors...
C'est quoi cette bazar ?

If you show me a man who has never made any mistakes,
I will show you a man who has never made anything.
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
17-Dec-2005, 10:21 AM #4
Thanx Guys!
tsunam, I tryed "mount /dev/sda1" and "/dev/sda1". Even tried those with "2" insted of "1". Got a "Device not found". If it helps I have about four USB ports.

johnny_frog
Reply to One: Ok, that makes sense. I was thinking about doing that but wasnt sure if it would screw something up that way.

Reply to Three: Over here in MDriva, I have been searching high and low in the settings for a way to change that star! I may have overlooked something though. I use KDE- could you point me in the direction of the preferances you spoke of? Thanx
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.
prunejuice's Avatar
Senior Member with 1,785 posts.
 
Join Date: Apr 2002
17-Dec-2005, 10:31 AM #5
1. Install 1.5 in the directory currently housing 1.0.6. Settings will not change. I did this yesterday.

2. Set up an AUTOMOUNT feature for your MP3. I did for mine.
I can't exactly remember how I did it, but it wasn't difficult, and well worth it.

3. Ummm...I like the star! I know you can change the background colour.

Right click the star
Panel menu
Configure panel
Appearance
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
17-Dec-2005, 10:52 AM #6
Automount, huh? I have no clue how to even begin to do that. Could you remember anything? Maybe a few of the commands?

Ok, you might like the star but is clashes with the rest of my color scheme! But I must admit that "Textured background behind icon" look is pretty cool.
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.
prunejuice's Avatar
Senior Member with 1,785 posts.
 
Join Date: Apr 2002
17-Dec-2005, 11:10 AM #7
Mandriva should AUTOMOUNT by default, but if it doesn't, try this:

mkdir /mnt/usb
mount -t vfat /dev/sda1 /mnt/usb
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
17-Dec-2005, 11:22 AM #8
I am guessing: type that in konsole under root?

mount: special device /dev/sda1 does not exist
prunejuice's Avatar
Senior Member with 1,785 posts.
 
Join Date: Apr 2002
17-Dec-2005, 12:09 PM #9
Yeah, as root.

Did you do this:
mkdir /mnt/usb
first?
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
17-Dec-2005, 01:46 PM #10
Quote:
Originally Posted by Omega_Shadow
I am guessing: type that in konsole under root?

mount: special device /dev/sda1 does not exist
I had issues with Mandriva seeing my 2 sata drives and ended up adding this to my /etc/rc.d/rc.local file:
Code:
/etc/init.d/harddrake restart
mknod /dev/sda1 b 8 1
mknod /dev/sdb1 b 16 1
mount -t reiserfs /dev/sda1 /mnt/data1
mount -t reiserfs /dev/sdb1 /mnt/data2
If the " mount: special device /dev/sda1 does not exist" message is repeated, (as root) you can try this command:
Code:
mknod /dev/sda1 b 8 1
That should create the special device. Then try the other command(s) suggested by prunejuice.
HTH
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
18-Dec-2005, 12:22 AM #11
Code:
mount: /dev/sda1 is not a valid block device
Oh, no. Not this again....
prunejuice's Avatar
Senior Member with 1,785 posts.
 
Join Date: Apr 2002
18-Dec-2005, 10:26 AM #12
Okay, if you did this:

mkdir /mnt/usb

...see if the directory actually exists here:

file:/mnt

...when the device is plugged in.
saikee's Avatar
Distinguished Member with 2,835 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
18-Dec-2005, 12:23 PM #13
do a

fdisk -l

and all the devices and partitions known by the Linux will be in front of your eyes
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
18-Dec-2005, 12:57 PM #14
Quote:
Originally Posted by prunejuice
Okay, if you did this:

mkdir /mnt/usb

...see if the directory actually exists here:

file:/mnt

...when the device is plugged in.

Of course I did that prunejuice. Do you think I would actualy type in only half the commands you gave me

I checked and the USB dir does exist. No mater if my Mp3 player is connected or not


IMPORTANT EDIT>
I was in windows for a tad and tried to connect to my Mp3 player. I couldnt. After some troubleshooting I found that the cord has a short in it. I will replace the cord then we can start from the top on that one.
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.

Last edited by Omega_Shadow : 18-Dec-2005 06:46 PM.
Omega_Shadow's Avatar
Distinguished Member with 4,327 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
21-Dec-2005, 12:01 AM #15
ok, mounting the MP3 will have to wait.

I noticed my system is slugish compaired to windows. Are there any settings or tweeks I should preform? I had driver problems with my ATI 9600, could that still be a problem? Any way to turn off services I dont use like I do in windows? Thanx
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 04:49 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.