-
- Posts: 5
- Joined: Fri Jan 02, 2015 10:04 pm
raspbmc setup
Hi, I just tried to start with raspbmc and it boots, but it cannot find the network. I am using a model a with a usb splitter and a wireless keyboard and wifi dongle. These both work with raspian, so why isnt it conn edctinv to the network?
Re: raspbmc setup
What exactly do you mean with 'usb splitter'? Is it a (powered) hub?
Do you have a link for the product?
Gr.
Dirk.
Do you have a link for the product?
Gr.
Dirk.
-
- Posts: 5
- Joined: Fri Jan 02, 2015 10:04 pm
Re: raspbmc setup
It doesnt run on external power. Here is the link http://www.superwarehouse.com/Targus_AC ... oCleLw_wcB
-
- Posts: 26302
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: raspbmc setup
You need a quality Mains Powered USB Hub, you are drawing too much from the USB Ports...cubeofcheese wrote:It doesnt run on external power. Here is the link http://www.superwarehouse.com/Targus_AC ... oCleLw_wcB
The information is out there....you just have to let it in.
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
-
- Posts: 5
- Joined: Fri Jan 02, 2015 10:04 pm
Re: raspbmc setup
If it is too high of an energy demand, then why does it work with raspbian? Plus i see in the boot sequence that it recognizes the keyboard dongle and the edimax wifi dongle. I'm not trying to argue, just to understand.
-
- Posts: 120
- Joined: Wed Oct 24, 2012 9:15 pm
- Location: Cheltenham, UK
Re: raspbmc setup
Guys, I had a bit of new-year Pi enthusiasm and revisited my various SD images. When I tried the once "WiFi dongle working" raspBMC I found the wireless network wouldn't connect and the scan mode failed to see anything. Changed to wired and completed a full update but still no joy with the WiFi dongle.
For some reason the WiFi dongle that works OK with raspbian doesn't now work on raspBMC. Interestingly the WiFi dongle blue light only lights up during the raspBMC power-down cycle. Normally the the dongle light flickers away in use with raspbian.
For some reason the WiFi dongle that works OK with raspbian doesn't now work on raspBMC. Interestingly the WiFi dongle blue light only lights up during the raspBMC power-down cycle. Normally the the dongle light flickers away in use with raspbian.
Share and Enjoy.
-
- Posts: 213
- Joined: Sat Jun 29, 2013 9:45 am
Re: raspbmc setup
If you have wifi issues like this, take a look at the output of dmesg - chances are you don't have the correct firmware for your wifi module. If you download & install the correct firmware it will start working.
-
- Posts: 5
- Joined: Fri Jan 02, 2015 10:04 pm
Re: raspbmc setup
How would I know what the firmware is and how would I download it?
-
- Posts: 213
- Joined: Sat Jun 29, 2013 9:45 am
Re: raspbmc setup
Look at the output of dmesg - here's an example [for another type of device] from one of my Pi's:cubeofcheese wrote:How would I know what the firmware is and how would I download it?
[ 4.745062] usbcore: registered new interface driver dvb_usb_it913x
[ 4.755373] it913x: Chip Version=02 Chip Type=9135
[ 4.770532] it913x: Dual mode=0 Tuner Type=38it913x: Unknown tuner ID applying default 0x60
[ 4.807120] usb 1-1.3.3: dvb_usb_v2: found a 'ITE 9135 Generic' in cold state
[ 4.842752] usb 1-1.3.3: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9135-02.fw'
In this case googling for "it913x firmware" should give you all the info you need.