|
#1
|
||||
|
||||
|
Linux & Internet
I just thought of two more questions before i install Linux.
1. Can i use my USB Flash drive to transfer files from linux to pc and vice versa? 2. I have a Linksys CRX and a Linksys WRT54G reciever. Is there software for the reciever for linux? Can i use it? THANKS
__________________
ASUS Vento 3600 case ::: eVGA 6800 Ultra ::: AMD Athalon 3500+ CPU ::: DFI LAN party SLI motherboard :::74GB WD Raptor HDD ::: 200GB Seagate Baracudda ::: 2GB Kingmax SuperRAM ::: 15" HP CRT ::: |
|
#2
|
||||
|
||||
|
Hi lmk29o,
I've moved your thread over to the Linux forum where it's better suited.
__________________
Microsoft MVP - 2007/2008 •• •·•• ··· ·· ••·
º EVEREST º You can subscribe to Cyber Tech Help for as little as $5.00! subscribing. Help us help. What's the latest news? Check CTH News ......///\oo/\\\ |
|
#3
|
||||
|
||||
|
Quote:
Quote:
__________________
Tips for Linux Newcommers If we have helped you, please consider supporting Cyber Tech Help with a subscription.
|
|
#4
|
|||
|
|||
|
The WRT54G is a wi-fi router. You don't need drivers or software for a router. If you have a wi-fi adaptor that is what you will most likely need ndiswrapper for "awesome link btw kage".
__________________
Search the forums - You may find an answer Registered Linux User #373697 Badwayz at cybertechhelp.com If my suggestions have helped you, please consider subscribing to help keep our site online "Every man is guilty of all the good he did not do". - Voltaire |
|
#5
|
||||
|
||||
|
Ah, I was thinking of the WPC54G, lol.
__________________
Tips for Linux Newcommers If we have helped you, please consider supporting Cyber Tech Help with a subscription.
|
|
#6
|
||||
|
||||
|
no software? for the reciever? I got the router to work fine without any, but the reciever is USB, and wouldn't work without the linksys drivers(in my experience) is there a linux driver for it?
__________________
ASUS Vento 3600 case ::: eVGA 6800 Ultra ::: AMD Athalon 3500+ CPU ::: DFI LAN party SLI motherboard :::74GB WD Raptor HDD ::: 200GB Seagate Baracudda ::: 2GB Kingmax SuperRAM ::: 15" HP CRT ::: |
|
#7
|
||||
|
||||
|
haha, I was right, awesome.
For the receiver, you can use the windows driver that came with it through ndiswrapper (see link in my earlier post).
__________________
Tips for Linux Newcommers If we have helped you, please consider supporting Cyber Tech Help with a subscription.
|
|
#8
|
||||
|
||||
|
Ok, i installed Mandrava Linux, but, im not on the internet with that computer because the Linksys reciever doesn't work. So im going to try downloading the program you gave me onto my USB pen drive, and then transfering it over to that computer so i can get it on. But i can't figure out how to access the files on the flash drive. How can i get to them? Also, is there like a "My documents" type folder, if so how do i get to that.
THANKS, first time ever using linux, just from installing it and looking around i already like it a lot, but im really confused as to file storing, as in an explorer or something so i can view documents and folders, usb drives etc THANKS AGAIN EDIT: I just figured out that i have a WUSB54G reciever not a WRT54G. So, that could change things...
__________________
ASUS Vento 3600 case ::: eVGA 6800 Ultra ::: AMD Athalon 3500+ CPU ::: DFI LAN party SLI motherboard :::74GB WD Raptor HDD ::: 200GB Seagate Baracudda ::: 2GB Kingmax SuperRAM ::: 15" HP CRT ::: Last edited by lmk29o; September 9th, 2005 at 01:05 AM. |
|
#9
|
||||
|
||||
|
When you plug in your usb pen drive, open up a terminal and type 'dmesg'. At the bottom you will see something similar too:
Code:
usb 1-6: new high speed USB device using ehci_hcd and address 10 scsi8 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 10 usb-storage: waiting for device to settle before scanning Vendor: LEXAR Model: JUMPDRIVE SECURE Rev: 2000 Type: Direct-Access ANSI SCSI revision: 00 SCSI device sda: 502880 512-byte hdwr sectors (257 MB) sda: assuming drive cache: write through SCSI device sda: 502880 512-byte hdwr sectors (257 MB) sda: assuming drive cache: write through /dev/scsi/host8/bus0/target0/lun0: p1 Attached scsi disk sda at scsi8, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi8, channel 0, id 0, lun 0, type 0 usb-storage: device scan complete Code:
Attached scsi disk sda at scsi8, channel 0, id 0, lun 0 Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/hdb1 / reiserfs defaults,user_xattr 1 1 /dev/proc /proc proc defaults,user_xattr 0 0 /dev/hdb3 swap swap defaults,user_xattr 0 0 Code:
/dev/sda1 /mnt/sda1 vfat noauto,user,exec,umask=000 0 0 Code:
kage@eleanor ~ $ mount /dev/sda1 kage@eleanor ~ $ To eject the drive, just run 'umount /dev/sda1':Code:
kage@eleanor ~ $ umount /dev/sda1 kage@eleanor ~ $ Now then... Quote:
![]() Quote:
If you need anything else just let us know. ![]() -kage
__________________
Tips for Linux Newcommers If we have helped you, please consider supporting Cyber Tech Help with a subscription.
|
|
#10
|
|||
|
|||
|
Awesome step by step kage...you be da man!
Quote:
Yep
__________________
Search the forums - You may find an answer Registered Linux User #373697 Badwayz at cybertechhelp.com If my suggestions have helped you, please consider subscribing to help keep our site online "Every man is guilty of all the good he did not do". - Voltaire |
![]() |
| Bookmarks |
«
Previous Topic
|
Next Topic
»
| Topic Tools | |
|
|
All times are GMT +1. The time now is 05:17 AM.
[
RSS ]





To eject the drive, just run 'umount /dev/sda1':





