Linux Noob, Trying to set up USB Wi-Fi Adapter

I am using Redhat linux 9. 0 and i am trying to install my usb adaptar for my wireless internet, i try plugging it in and nothing seems to happen, and i have no idea how to install the drivers for it, i have the linux driver on my winXP partition but i cant find a way to transfer files between the winxp partition a ...

Linux Networking 361 This topic was started by ,


data/avatar/default/avatar30.webp

2 Posts
Location -
Joined 2004-03-14
I am using Redhat linux 9.0 and i am trying to install my usb adaptar for my wireless internet, i try plugging it in and nothing seems to happen, and i have no idea how to install the drivers for it, i have the linux driver on my winXP partition but i cant find a way to transfer files between the winxp partition and the redhat linux partition.
 
btw, i use an smc2662w EZ connect 11Mpbs wireless usb adapter.
 
thanks in advance

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
This is great if you can get it to work!
 
Could you post where you got the driver from?
 
Your XP partition...is it a NTFS partition? If so, you can't write from that partition. I'm not sure if RedHat 9 will see the NTFS partition.
 
If if is vfat, then you can look at the link below. You need to know where the vfat partition is relative to Linux.
 
If it is vfat and it is on the first partition on the drive, then do the following at a console, as root user.
 
Type in the console;
 
 
mkdir /mnt/vfat (hit the enter key)
 
mount -t vfat /dev/hda1 /mnt/vfat (hit the enter key)
 
Then use the file manager to navigate to the partition at /mnt/vfat.
 
 
For more detail, see;
 
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-q-and-a-windows.html

data/avatar/default/avatar30.webp

2 Posts
Location -
Joined 2004-03-14
OP
i got the driver from www.SMC.com
 
i got the vfat partition working and
i tried installing it and it wouldnt work
 
anyone have any suggestions on where i can get a better driver?

data/avatar/default/avatar18.webp

1 Posts
Location -
Joined 2004-05-26
To mount your ntfs partition you have to rebuild your ntfs kernel modules.
Download your kernel-source packages install it, then in the source tree execute :
make mrproper (some time not usefull)
make menucofig (in fstab section put a M in front of ntfs)
make modules
make modules_install
 
Then load you nfs.o with a :
modprobe ntfs
 
You can also use windows side explore2fs a soft to explore your linuxes partitions.
For the usb wifi adapter in my opinion no driver are ready but i am really interest.