Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software » I just installed Linux SuSE 9.3 and have some questions
Closed Thread
Old 05-24-2005, 05:49 PM   #1 (permalink)
MikeFuryXP's Avatar
 
Super Techie

Join Date: Apr 2005

Posts: 406

MikeFuryXP is on a distinguished road

Question I just installed Linux SuSE 9.3 and have some questions

I just got through installing Linux SuSE 9.3 and have a few questions

1. I have downloaded some stuff for Linux and put it on a CD like antivirus software and other small utilities and almost all of them are .RPM files and I don't know how to execute these jokers to run cna someon please tell me how to get these files to work out for me ?

2. I have a netgear wireless USB adapter (ma111) and it will not work unless I make my own driver, can someone please tell me how to do this properly or direct me to a really good tutorial site on how to do this with no BS ?

3. I have winrar on my flash drive for linux, but when I checked the flash drive for winrar in Linux it doesn't show up it's almost like it doesn't exist in Linux, however its available for windows XP when I view it there..... whats wrong with this file that I can't see it ?

Also I love my first Linux install so far.... if I can get the internet enabled in linux, then I'm going to kiss windows XP good bye for a while
MikeFuryXP is offline  
Old 05-24-2005, 06:12 PM   #2 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

1. Open a terminal, type su, type in the root password, and then "rpm -i <archivename>"

2. Have you tried the Atmel driver?
http://atmelwlandriver.sourceforge.net

There are also some instructions on how to get it to work with the Netgear MA101, which I hope is a younger sister of the MA111
http://atmelwlandriver.sourceforge.net/howto/howto.html

3. Is it just the file or the entire drive that doesn't show up?
__________________



Debian Support Forums!
macdude425 is offline  
Old 05-24-2005, 06:31 PM   #3 (permalink)
MikeFuryXP's Avatar
 
Super Techie

Join Date: Apr 2005

Posts: 406

MikeFuryXP is on a distinguished road

Default

Quote:
3. Is it just the file or the entire drive that doesn't show up?
the flash drive shows up fine but not the file itself.

also thanks for the help.
MikeFuryXP is offline  
Old 05-26-2005, 11:07 AM   #4 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Hmmm...that's weird.

Maybe we should ask horndude??
__________________



Debian Support Forums!
macdude425 is offline  
Old 05-26-2005, 11:29 AM   #5 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

only thing I can figure is the filesytem on the flash drive is something foreign to linux

you may have to mount the flash drive using NTFS if it has that filesystem on the flash drive

use mount -o loop (flashdrive_device_location) (some temp directory, /tmp is good)

then cd to /tmp and have a look

you will need to be root, and if it has issues with that mount commnad try this:
mount -o loop -t ntfs (device) (mount_directory)

sounds like its ok with with the flash drive in general, just not its filesystem
horndude is offline  
 
Closed Thread

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On