https://github.com/notro/rpi-source/wiki
you can download rpi-source with this command:
Code: Select all
sudo wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/bin/rpi-source && sudo chmod +x /usr/bin/rpi-source &&/usr/bin/rpi-source -q --tag-update
there is program rpi-source that give you current Linux header files which allow compile again rf bitbanger driver which found here:
https://github.com/tandersson/rf-bitbanger
I test physic connection tomorrow but all look good and driver compile normal and nethome again see bitbanger as device.
after compile drivers I edit nano /etc/rc.local and add lines there which load bitbanger driver at reboot.
sudo nano /etc/rc.local
sudo insmod /opt/nethome/bitbanger/rfbb.ko
sudo mknod /dev/rfbb c 248 0
sudo chown nethome:dialout /dev/rfbb
sudo chmod g+rw /dev/rfbb
ctrl + x to save file
Now I can again enjoy my aurel tx433mhz mid transmitter which has much better range than tellstick duo
there is datasheet for module http://www.farnell.com/datasheets/332707.pdf