Network-Manager on XBian
|
15th Dec, 2012, 02:07 AM
Post: #31
|
|||
|
|||
RE: Network-Manager on XBian
Can you do:
Code: sudo modprobe 8192cu And then replug the adapters. pilight - modular domotica solution
|
|||
15th Dec, 2012, 02:11 AM
Post: #32
|
|||
|
|||
RE: Network-Manager on XBian
Tried what you said man, nothing worked
|
|||
15th Dec, 2012, 02:13 AM
Post: #33
|
|||
|
|||
RE: Network-Manager on XBian
Please post the relevant dmesg part of Raspbmc to see how the kernel recognized the usb adapters, and the output of lsmod?
pilight - modular domotica solution
|
|||
15th Dec, 2012, 02:14 AM
Post: #34
|
|||
|
|||
RE: Network-Manager on XBian
okay I will take my other sd card and install raspbmc on it, I let you know
Code: Booting Linux on physical CPU 0 This is the dmesg you asked for on raspbmc |
|||
19th Dec, 2012, 10:41 PM
Post: #35
|
|||
|
|||
RE: Network-Manager on XBian
Just what i though, the rt2800usb module, exactly the same as the one i let you load:
Code: sudo modprobe rt2800usb Can you again load this module and then post the dmesg. 1) Load module 2) Remove adapter 3) Plug adapter back in 4) Post dmesg Also try our latest kernel: Code: sudo apt-get install xbian-pakage-kernel3.6.10 pilight - modular domotica solution
|
|||
2nd Jan, 2013, 02:04 AM
Post: #36
|
|||
|
|||
RE: Network-Manager on XBian
Hi there,
Thanks for your time but it is still not working. I even bought a new wireless adapter wich works better in openelec. But when I try to use it on A4 in network manager it is not able to show me ssid's or enter them manually. So here is my new TP-LINK TL-WN725N and the dmesg you asked for. I hope you can help me because xbian is way faster and more stable Code: [ 0.000000] Memory policy: ECC disabled, Data cache writeback (19th Dec, 2012 10:41 PM)CurlyMo Wrote: Just what i though, the rt2800usb module, exactly the same as the one i let you load: |
|||
3rd Jan, 2013, 06:14 AM
Post: #37
|
|||
|
|||
RE: Network-Manager on XBian
Did you look at what your nework file looks like? I believe it is in /etc/network if you vi into that and make sure your wireless SSID is correct, the password is correct and that it is on. I had a problem with mine because my password had a $ in it so I had to manually edit the network file to get my wireless working.
|
|||
4th Jan, 2013, 12:36 PM
Post: #38
|
|||
|
|||
RE: Network-Manager on XBian
(3rd Jan, 2013 06:14 AM)thedude459 Wrote: Did you look at what your nework file looks like? I believe it is in /etc/network if you vi into that and make sure your wireless SSID is correct, the password is correct and that it is on. I had a problem with mine because my password had a $ in it so I had to manually edit the network file to get my wireless working. Hi, I know how to use the manual way by entering ssh. But there is a possibility to do it with network-manager. They are trying to make it work on xbian but this network-manager is running fine in raspbmc. |
|||
5th Jan, 2013, 04:04 AM
Post: #39
|
|||
|
|||
RE: Network-Manager on XBian
With mine I had to use an ethernet cable and then SSH in. Use the xbian-config to do the wireless then shut it down and unplug the cable. Kind of a pain in the butt.
|
|||
5th Jan, 2013, 06:24 AM
Post: #40
|
|||
|
|||
RE: Network-Manager on XBian
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Jan, 2013, 11:44 PM
Post: #41
|
|||
|
|||
RE: Network-Manager on XBian
The 8192cu wireless chip found in many wifi dongles on ebay (mine is Edup) has some power issues with raspberry pi. Mine was repeatedly disconnecting and going into saving mode or something even thought it dosne't really have power management features.
You have to create a file: sudo nano /etc/modprobe.d/8192cu.conf and add this line: # Disable power saving options 8192cu rtw_power_mgnt=0 rtw_enusbss=0 save and reboot. you can check the status if it is off: cat /sys/module/8192cu/parameters/rtw_power_mgnt it should be 0 now. |
|||
11th Jan, 2013, 07:25 PM
Post: #42
|
|||
|
|||
RE: Network-Manager on XBian
urarthur: added your fix to our Issuetracker https://github.com/xbianonpi/xbian/issues/217
Could you be so kind and add fixes like this to the tracker yourself? Or maybe even write a patch and submit it? Seems like you know what you are talking about and can help XBian getting better Tnx for the help! |
|||
12th Jan, 2013, 11:38 AM
Post: #43
|
|||
|
|||
RE: Network-Manager on XBian
No not really, I am new to Linux. I was just having similar issues (wifi dropping, or slowing) with the same wifi chip and found the solution on the raspberry forum. But i'll keep your suggestion in mind.
|
|||
15th Jan, 2013, 03:30 AM
Post: #44
|
|||
|
|||
RE: Network-Manager on XBian
(9th Jan, 2013 11:44 PM)urarthur Wrote: The 8192cu wireless chip found in many wifi dongles on ebay (mine is Edup) has some power issues with raspberry pi. Mine was repeatedly disconnecting and going into saving mode or something even thought it dosne't really have power management features. Hello, I believe I am having the same problem. Is there any way I could do this using ssh via terminal? thanks! |
|||
15th Jan, 2013, 07:31 AM
Post: #45
|
|||
|
|||
RE: Network-Manager on XBian
Quote:Hello, I believe I am having the same problem. Is there any way I could do this using ssh via terminal? thanks! Yes, sure you can, just login through ssh, exit the xbian-config and follow the steps. BTW is your wifi connected through a unpowered/powered hub or directly to the rpi? I am not sure if this problem also occurs when you have a powered hub. |
|||
« Next Oldest | Next Newest »
|