Search found 14 matches
- Tue Nov 05, 2013 1:43 pm
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Re: Compiling kernel modules
I am trying to compile a driver for a Plextor ConvertX M402U, which uses the go7007 encoder chip. This is the version I am running: pi@raspberrypi ~/wis-go7007-linux-0.9.8-6 $ uname -a Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux I have downloaded linux-rpi-3....
- Wed Oct 30, 2013 1:08 am
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Re: Compiling kernel modules
OK, starting over. Started with: cd /usr/src sudo wget https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz sudo tar xvfz rpi-3.6.y.tar.gz sudo ln -s /usr/src/linux-rpi-3.6.y/ /lib/modules/3.6.11+/build cd /lib/modules/3.6.11+/build sudo make mrproper sudo su gzip -dc /proc/config.gz > .con...
- Mon Oct 28, 2013 1:16 pm
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Re: Compiling kernel modules
I downloaded a new copy of the source tree, added the source code for the rtl8188eu and go7007, added entries in the Kconfig files for network and staging. When I run: make clean then make menuconfig it compiles the config menu, and the rtl8188eu is avaliable to choose, but the go7007 is not. Can th...
- Mon Oct 28, 2013 12:43 pm
- Forum: Troubleshooting
- Topic: TP-LINK TP-WN725N Wi-fi broken
- Replies: 5
- Views: 1459
Re: TP-LINK TP-WN725N Wi-fi broken
Pi3g has a SD card image with the TP-WN725 driver built in. I downloaded that and it is working now. I also added their repository, and installed the rtl8188eu package. Since then, after updating the system, it stopped recognizing the TP-WN725 again. When I tried modprobe 8188eu, it gave me an incor...
- Sun Oct 27, 2013 12:46 pm
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Re: Compiling kernel modules
I have also tried adding
to the Makefile.
Code: Select all
INC_PATH=/usr/src/linux-headers-3.6-trunk-common/include/linux/
- Sun Oct 27, 2013 12:34 pm
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Re: Compiling kernel modules
I am running: Linux raspberrypi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux This was the only thing I could get to work with my TP-LINK W725 V2 WIFI adaptor, as the model A I have has no ethernet. I ran this: sudo apt-cache search linux-header* then selected: sudo apt-get inst...
- Sun Oct 27, 2013 2:54 am
- Forum: Troubleshooting
- Topic: Compiling kernel modules
- Replies: 6
- Views: 2437
Compiling kernel modules
I am new to trying to compiling. I think I have the kernel headers installed, but when I try to compile a module for a go7007 device, all I get is: go7007-driver.c:18:26: fatal error: linux/module.h: No such file or directory compilation terminated. make: *** [go7007-driver] Error 1 I've searched fo...
- Thu Oct 24, 2013 1:43 pm
- Forum: Troubleshooting
- Topic: TP-LINK TP-WN725N Wi-fi broken
- Replies: 5
- Views: 1459
Re: TP-LINK TP-WN725N Wi-fi broken
It seems to connect, but is having trouble authenticating. All this worked before I updated the system. I must try that inage from pi3g again...
- Tue Oct 22, 2013 9:35 pm
- Forum: Troubleshooting
- Topic: TP-LINK TP-WN725N Wi-fi broken
- Replies: 5
- Views: 1459
Re: TP-LINK TP-WN725N Wi-fi broken
/etc/network/interfaces: auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp wpa-supplicant.conf: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 ne...
- Tue Oct 22, 2013 5:17 pm
- Forum: Troubleshooting
- Topic: TP-LINK TP-WN725N Wi-fi broken
- Replies: 5
- Views: 1459
Re: TP-LINK TP-WN725N Wi-fi broken
I basicly put the code you posted into a shell script. I wanted it to automaticaly check the version and choose the correct file, but that isn't finished yet. I will try to get the contents of wpa_supplicant posted later.
- Tue Oct 22, 2013 3:08 pm
- Forum: Troubleshooting
- Topic: TP-LINK TP-WN725N Wi-fi broken
- Replies: 5
- Views: 1459
TP-LINK TP-WN725N Wi-fi broken
I have a model A RPi, and had it running on my wireless, on the wheezy image from 201302xx. I downloaded some sources to attempt to compile a driver for a go7007 device. It seems that this updated my system and the kernel module was giving an error. So I found three different versions of the kernel ...
- Thu Oct 17, 2013 10:29 pm
- Forum: Troubleshooting
- Topic: Wifi setup with the TP Link WN725N
- Replies: 24
- Views: 61271
Re: Wifi setup with the TP Link WN725N
If it helps, using the image from http://cassidy.pi3g.com/rpi_images/rasp ... x130523.7z,
and getting rid of a questionable hub, I got it working.
and getting rid of a questionable hub, I got it working.
- Wed Oct 16, 2013 11:57 pm
- Forum: Troubleshooting
- Topic: Wifi setup with the TP Link WN725N
- Replies: 24
- Views: 61271
Re: Wifi setup with the TP Link WN725N
I have a model A, with a V2 TP link WN725n, and I have tried to get this working to no avail. I have tried 2 different versions of Wheezy, and loading the driver manually. I get as far as seeing the module with lsmod, but it will not configure or scan. I tried the NOOBS image, and it wouldn't even b...
- Tue Oct 08, 2013 3:26 pm
- Forum: Troubleshooting
- Topic: Siemens Speedstream E240
- Replies: 0
- Views: 422
Siemens Speedstream E240
I hope this is in the right place. I am new to the Raspberry Pi, and I have a model A. I am trying to get a Siemens speedstream router/dsl modem working to use it as an ethernet/wifi adaptor. The device shows up in lsusb as an Efficient Networks E240 ethernet adaptor, but I'm not sure where to go fo...