[Problem] No Wifi with RC3 on B+
|
27th Sep, 2014, 05:23 AM
Post: #1
|
|||
|
|||
[Problem] No Wifi with RC3 on B+
Hi ! I'm French and new to Raspberry Bi+.
I want to build a media center and so i installed XBian on it. It was the RC1, my wifi usb key was working with it but i did not manage to connect my network (even if it was "seen"). I set up today RC3 in order to fix this. But now my key isn't working anymore. Do you have any solution ? Thanks a lot for your help ! |
|||
27th Sep, 2014, 07:16 AM
Post: #2
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
What do you mean by key? Wifi password?
pilight - modular domotica solution
|
|||
27th Sep, 2014, 08:51 AM
Post: #3
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
No, the USB connector was detected in RC1 (but i didn't manage to enter the key) but not in RC3
|
|||
27th Sep, 2014, 04:28 PM
Post: #4
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Hi Thib,
to help your helpers helping fastly, you should always provide as much information as possible within your first post. (For the next time: http://forum.xbian.org/announcement-9.html) For this specific problem, you should at least provide more info about your wifi stick. Maybe you should just post your output of a few commands: Terminal xbian@xbian ~ $ lsusb Terminal xbian@xbian ~ $ lsmod Terminal xbian@xbian ~ $ ifconfig -a Terminal xbian@xbian ~ $ dmesg Probably I may can't help you, but I'm sure some of these outputs can speed things up so that others can do. Otherwise it's like ping-pong. My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
27th Sep, 2014, 07:23 PM
Post: #5
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Hi, sorry for this and thanks for your help
Here is my outputs for lsusb : Code: Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. The 6th one corresponds to my Wifi usb stick. For lsmod : Code: Module Size Used by For lsconfig -a Code: dummy0 Link encap:Ethernet HWaddr EE:35:B2:03:E6:6B And last, but not least, the outputs for dmesg, that's one is pretty long ! Code: [ 0.000000] Booting Linux on physical CPU 0x0 I hope it can help you guys Thanks again for your help ! Cleaning up formatting. |
|||
27th Sep, 2014, 08:15 PM
Post: #6
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Okay, so your wifi stick (TP-Link TL-WN725N) is recognized and it seems that the correct driver is loaded too.
Hmmm... or maybe it isn't the correct one!? You should have 8188eu, but you do have r8188eu loaded.... But I'm not really sure if the "r" one isn't equivalent... Nevertheless it's certain that there is a problem with this driver version and your stick / firmware: Code: r8188eu 1-1.5:1.0: Direct firmware load failed with error -2 Do I understand right, that your wifi stick isn't listed anymore in xbian-config's network settings at all? Maybe you could also post: Terminal sudo iwconfig As I said, I'm not an expert - just trying to post what I would do in your situation. And I'm thinking I would try also to compile the 8188eu driver by myself. There's is a thread about your wifi stick and compiling the driver on the official RPi forum: http://www.raspberrypi.org/forums/viewtopic.php?t=62371&p=618445 PS: You can put your long outputs into [ code ] blocks instead of [ term ] ones. My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
27th Sep, 2014, 09:12 PM
Post: #7
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Ok here is the output for the iwconfig :
Code: wlan0 unassociated Nickname:"<WIFI@REALTEK>" i'm gonna check this thread, thanks. |
|||
27th Sep, 2014, 09:22 PM
Post: #8
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Ok, so check the post from raspierre2. He linked and posted a how-to.
My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
27th Sep, 2014, 09:25 PM
Post: #9
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
This should be fixed by whomever is currently maintaining the Xbian kernel package. Likely mk01
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
27th Sep, 2014, 09:31 PM
Post: #10
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
I have an error when I want to install git :
Terminal Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/g/git/git-man_1.7.10.4-1+wheezy1+rpi2_all.deb Hash Sum mismatch Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/g/git/git_1.7.10.4-1+wheezy1+rpi2_armhf.deb Hash Sum mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? And without git, I can't clone the repository PS : apt-get update makes an error too : W: Failed to fetch xz:/var/lib/apt/lists/partial/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages Hash Sum mismatch E: Some index files failed to download. They have been ignored, or old ones used instead. |
|||
27th Sep, 2014, 09:44 PM
Post: #11
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Can you check if the firmware-realtek package is installed:
Code: apt-get install firmware-realtek pilight - modular domotica solution
|
|||
27th Sep, 2014, 09:47 PM
Post: #12
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
I think it's installed :
Code: Reading package lists... Done Maybe the problem comes from the apt-get upgrade problem no ? |
|||
27th Sep, 2014, 11:43 PM
Post: #13
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
(27th Sep, 2014 09:31 PM)Thib Wrote: I have an error when I want to install git : Looks like your RPi isn't connected to the internet. So please check your network cable and router to ensure that eth0 gets a proper internet connection. To check if you are really online, you could do a simple ping: Terminal ping -c 1 xbian.org My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
28th Sep, 2014, 12:29 AM
Post: #14
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
Ok :o It was only connected locally to my PC. That's weird.
I'm trying the tuto but I don't understand everything. Anyway to delete the actual driver and download a new one ? |
|||
28th Sep, 2014, 03:04 AM
Post: #15
|
|||
|
|||
RE: [Problem] No Wifi with RC3 on B+
As it seems that you did hit me on my social day, I've tried to compile it on kernel 3.15.8+ for you.
But sorry, I wasn't successful. Compiling itself was working, but I can't load the driver: Terminal xbian@xbian ~ $ sudo modprobe 8188eu ERROR: could not insert '8188eu': Exec format error Maybe you have to wait for one of the Xbian masters .... My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
« Next Oldest | Next Newest »
|