ISO-B / pmb-pitft

Small Python program for Pi MusicBox to use with Adafruit PiTFT - 2.8"
30 stars 17 forks source link

Issue with network after #5

Closed ewigg closed 9 years ago

ewigg commented 9 years ago

Im trying to set up my Adafruit PiTFT+touchscreen (http://www.adafruit.com/product/1601) with my Raspberry pi and Pi MusicBox

I get a error after the firmware update. It keeps looping and produces an error saying drivers for network is missing. After command REPO_URI=https://github.com/notro/rpi-firmware rpi-update and a reboot it just loops the error. Both wifi and ethernet drivers is missing. It keeps repeating the error to infinity....

Dosent matter if I have wifi usb card in or just using ethernet. If I just using ethernet it produces an error for that to and keeps looping it. 20150110_140316

ISO-B commented 9 years ago

I reinstalled Pi MusicBox 0.53 and I works atleast with usb wifi stick. Will test ethernet later.

ewigg commented 9 years ago

How did you do the reinstall? Is it necessary to hook it up to a keyboard? Or can I do It from the SD card?

ISO-B commented 9 years ago

Only way that I know is to write Pi MusicBox image to sd card again.

ewigg commented 9 years ago

Yea, that I know. Rewriting the SD card with Pi Musicbox again fixed the problem. But I want to find out hos to use my Adafruit PiTFT+touchscreen with it :) I have rewrite it many times, tried different cards and Raspberry pi's.

But after rpi-update and reboot this happens.

ISO-B commented 9 years ago

I also ran those commands. After reboot ethernet and wifi works as usually. I am using RPI model B rev.1.

ewigg commented 9 years ago

I got this:

Model B Revision 1.0

Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter

ewigg commented 9 years ago

I resolved the issue with another wifi card. Bought this instead and now everything is working:

8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter

Thanks for the great guide! :)