bearcat 0 Posted February 22, 2004 I'm going to have to install a blitzz driver for the wireless lan product I have hooked up to be able to connect to the internet. Since I've been having redhat linux 9.0 for little over a week now I have no idea how to install it. Allright would one of you linux smart people translate the following instructions so that a big dummie like me would understand it? Thanks in advance. Here they are... ****************************************** Blitzz BWU613 802.11b wireless USB adapter Linux driver installation instructions 5/8/2003 ****************************************** A. Compatibility. The Usb driver works only in kernel version 2.4 series. B. Update the USB Host Controller Driver * use uhci.o rather than the default usb-uhci.o. Edit /etc/modules.conf and i. replace alias usb-controller usb-uhci ii. with alias usb-controller uhci iii. reboot C. Install the driver - Download the Linux driver on http://atmelwlandriver.sourceforge.net/atmelwlandriver.latest.tar.bz2 - Unpack the ATMEL wireless LAN card driver (anywhere you like). # bzip2 -d -c atmelwlandriver.latest.tar.bz2 | tar xvf - - In the atmelwlandriver directory run: # make config Select the following options: ƒÜ Build all? No ƒÜ Build debug version? Yes ƒÜ Build usb drivers? Yes ƒÜ Build usb 503a rfmd driver? Yes ƒÜ Build usb 503A intersil 3861 drivers? Yes ƒÜ Build usb intersil 3863 driver? No ƒÜ Build usb frmd 505 driver? No ƒÜ Build driver with custom pid vid? No ƒÜ Build pcmcia drivers? No ƒÜ Build minpci driver? No ƒÜ Build applications? Yes ƒÜ Build command line application? Yes ƒÜ If you get asked anything else, say yes. #make install This will do everything (install the driver patch and the necessary files ). (make sure that you logged on as root). D. In order for the applications to run you have to enable CONFIG_NET_RADIO in the kernel. in /usr/src/linux # make menuconfig Select Network Device Support |--->Wireless LAN (non-hamradio) |--->Wireless LAN (non-hamradio) E. Plug in the USB Wireless LAN card F. Set up the Wireless Configuration Go into the setup\objs directory and run #./lvnet to configure the ESSID, Operation mode, Channel¡Ketc. G. Run #netconfig to set up the IP configuration Troubleshooting 1. Why can't I complie the driver on RedHat 7.1 and RedHat 7.2? Ans: Please go to atmelwlandriver\src\usb and edit vnetusba.c i. replace MODULE_LICENSEC(¡§GPL¡¨) ii. with //MODULE_LICENSEC(¡§GPL¡¨) iii. Try to compile again -------------------------------------------------- Hope it's just me that it makes no sense to. -Bearcat Share this post Link to post
danleff 0 Posted February 23, 2004 Boy, looking at this device, it is going to be a bear to get it going. Good post of the issue and instructions. Do you have any experience with wireless networking? I assume this is a laptop that you are using the device with? This may be over my head, but I found some other links that may be helpful to someone that has more experience with this. There appears to be neweer drivers that may work better. references; http://at76c503a.berlios.de/devices.html http://atmelwlandriver.sourceforge.net/news.html http://at76c503a.berlios.de/ http://sourceforge.net/project/showfiles.php?group_id=59001&release_id=201712 Share this post Link to post
bearcat 0 Posted February 23, 2004 Quote: Good post of the issue and instructions. Thanks. Quote: Do you have any experience with wireless networking? A little. Quote: I assume this is a laptop that you are using the device with? No, it's a desktop with a wireless lan adapter. Model #BWU613 802.11b 11Mbps Wireless LAN USB Adaptorwww.iblitzz.com>> downloads>> BWU613802.11b 11Mbps Wireless LAN USB Adaptor That's where the driver and instructions are located. Thanks. Share this post Link to post
danleff 0 Posted February 23, 2004 Not to discourage you, this will not be easy for a beginner. If you already have a router that is near the box that we are speaking of, then it would be much easier to get a PCI NIC (network) card (wired) and hook it up to the router, until you get the USB working. Dapper Dan and I speak of this a lot. They can be had for about $10.00 and will save a lot of headaches, of course, if you have an accessible router. Look for one that is a Realtek or Syslink that should work well with your system. Share this post Link to post
bearcat 0 Posted February 23, 2004 Allright, so I'm going to have to get a networking card? Where would I be able to find one of these? Share this post Link to post
windows-linux-converter 0 Posted August 17, 2004 Re: D. In order for the applications to run you have to enable CONFIG_NET_RADIO in the kernel. in /usr/src/linux Mandrake 10.1 doesn't have this directory #/usr/src/linux#, where is CONFIG_NET_RADIO in Mandrake? Share this post Link to post
martouf 0 Posted August 18, 2004 all: I'm quite certain CONFIG_NET_RADIO has already been set in the Red Hat 9 and Mandrake 10 kernels. don't worry about that part of the instructions - especially if you find the config var set in your /boot/config-X.Y.Z file. another hint the config var is set is when your distro includes 'wireless-tools'... w-l-c: if you install the 'kernel-sources' package, then you'll have a /usr/src/linux dir. Share this post Link to post