Was that with ethernet or putting the 3 files on sd card? I don't have ethernet at the moment and the 3 file method failed meNburnes wrote:Newest one worked fine for me.Paul_L wrote:Is there a script to install wireless dongle on new raspbian sd image. The one for wheezy is working ?
Hi,alexeames wrote:Was that with ethernet or putting the 3 files on sd card? I don't have ethernet at the moment and the 3 file method failed meNburnes wrote:Newest one worked fine for me.Paul_L wrote:Is there a script to install wireless dongle on new raspbian sd image. The one for wheezy is working ?At least my Wheezy distro card still works though
Code: Select all
sudo /boot/install-rtl8188cus-latest.sh
Mr Engman does it again. I had some problems, but they weren't anything to do with your excellent script. They were to do with my screen and VGA adaptor not liking the new Raspbian, but I found a way round it long enough to get the wifi up and running and now I no longer need the screen attached. Fantastic! You da man.MrEngman wrote:There is a new updated script here.and you will need the driver file from here.
EDIT: Copy both files to the /boot directory and run the scriptIf you log on as root do not use "sudo".Code: Select all
sudo /boot/install-rtl8188cus-latest.sh
Code: Select all
[email protected] ~ # /boot/install-rtl8188cus-latest.sh
-bash: /boot/install-rtl8188cus-latest.sh: /bin/bash^M: bad interpreter: No such file or directory
[email protected] ~ #
You gave me a bit of a fright there for a momentPaul_L wrote:Hi I want to share a little my experience with Mr Engman script that might explain some difficulties that some users had on running the script . I am not a linux newbie ans up to now I have installed the driver by hand.
I downloaded the script on my office workstation running windows 7 and also the driver in tar.gz. Sent tham by e-mail to me at home , put on the /boot partition under windows and when I tried to run the script from the root account and I had a BIG surprise :
I was pretty sure that I was using bash as shell , checked my bashrc file , verify the environment variable, everything was ok . Finally I have observed that it is trying to run the shell /bin/bash^M .Code: Select all
[email protected] ~ # /boot/install-rtl8188cus-latest.sh -bash: /boot/install-rtl8188cus-latest.sh: /bin/bash^M: bad interpreter: No such file or directory [email protected] ~ #
The problem was that downloading the script or e-mailing under windows the script was converted to DOS format. Getting the script by wget directly under raspbian it worked like a charm
If you have a Windows machine plug the wifi adapter it into a USB port then select Control Panel/Device Manager/Network Adapters. Right click the device and select Properties/Details. Open the Properties tab and select Hardware Ids. This will show something liketoonhead85 wrote:I was wondering 2 things;
1) How can you find out what Chipset your USB WiFi Adapter is running on
2) I have a http://www.amazon.com/Belkin-Micro-Wire ... B005HO1UHQ, is this the same/similar enough to 050d:1102 F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CUS] - (Belkin Components) that it would work with my RaspberryPi
** I noticed that the ony difference is that the Micro Adapter I have is a F7D1102tt
** I am running Raspbian “wheezy”
Thank you in advance for any an all help!!
toonhead85
Code: Select all
USB\VID_050d&PID_1102
Code: Select all
lsusb
I did this with my RaspberryPi, running Raspbian “wheezy” and found out all the info I needed. Thank you so very much for the reply!MrEngman wrote:On a Linux machine you can plug it into a USB port and type the commandCode: Select all
lsusb
Hi mikfaina - the 55Mb disk that Windows 7 sees, will become the /boot directory when you put it in the RasPi. So yes, that is where you put the script and driver files then you can run them on the RasPi. Once the RasPi has started up then you'll find them in /boot.mikfaina wrote: Now i put image disk on a 8 Gb SD with win32diskimager but I don't have any boot directory to put files into. Should I put install script plus drivers files after installation?
By the way Windows 7 recognize my SD as a removable Disk of 55 Mb.
Thanks for your reply.japester36 wrote:Hi mikfaina - the 55Mb disk that Windows 7 sees, will become the /boot directory when you put it in the RasPi. So yes, that is where you put the script and driver files then you can run them on the RasPi. Once the RasPi has started up then you'll find them in /boot.mikfaina wrote: Now i put image disk on a 8 Gb SD with win32diskimager but I don't have any boot directory to put files into. Should I put install script plus drivers files after installation?
By the way Windows 7 recognize my SD as a removable Disk of 55 Mb.
Have fun.
You need to copy the script and the files to the directory you see in Windows Explorer. This is the /boot directory. Windows will say the disk is removable and about 55MB. This is OK. You will see something like this.mikfaina wrote:Hi all,
My raspberry pi is just arrived and I'd like to install raspbian and i have a d-link aw121 micro usb wireless that i red is a RTL8188CUS model.
Now i put image disk on a 8 Gb SD with win32diskimager but I don't have any boot directory to put files into. Should I put install script plus drivers files after installation?
By the way Windows 7 recognize my SD as a removable Disk of 55 Mb.
Any suggestions?
Sorry for my english
Thanks in advice
Code: Select all
sudo /boot/install-rtl8188cus-latest.sh
I figured I would try to give a bit more information about the error I am getting. I am using the install-rtl8188cus-latest.sh script and I get all the way threw and see "You now have 1 wifi adapter configured" followed by "The wifi adapter driver is installed. Waiting for the wifi adapter to connect.toonhead85 wrote:but then get an error in the file (line 803 or 808, cant remember) and my Pi
What do i need to change in the script to get it working?Unrecognised software version: Linux raspbmc 3.1.9-test-12-06 #1 PREEMPT Mon Jun 18 20:07:45 UTC 2012 armv6l GNU/Linux
Downloading the latest script.
The script you're using is the latest version.
Aborting the rtl8188cus installation script.
Is that the new Raspbian image on the Rapberry Pi download page? I have had no problems with that image with both a Micronet SP907N adapter and an Edimax EW-7811Un adapter and have installed the wifi on that image many times while testing the script.toonhead85 wrote:Thanks for everyone that contributes to this forum... I dont know where I would be without it
With that being said, I am having some issue connecting my Belkin n150 Micro WiFi Adapter. I have created a fresh install, added the files necessary for Rasbian "wheezy":
1) 8192cu-20120701.tar.gz
2) install-rtl8188cus.sh, later I found the post about the updated version install-rtl8188cus-latest.sh
• I am running the script "sudo /boot/install-rtl8188cus.sh which goes well, i get the message 1 wifi device configured, but then get an error in the file (line 803 or 808, cant remember) and my Pi crashes.
• Running the script install-rtl8188cus-latest.sh gets all the way up to the point when it asks for the device to be connected, I connect - the light blinks a few times and then nothing - Pi crashes.
Any thoughts? Am I missing a step/file that needs to be added to the /boot??
Thanks