OLPC Sound modem: Difference between revisions
From HacDC Wiki
Haxwithaxe (talk | contribs) No edit summary |
Haxwithaxe (talk | contribs) |
||
Line 10: | Line 10: | ||
# <pre># soundmodem /etc/ax25/soundmodem.conf</pre> | # <pre># soundmodem /etc/ax25/soundmodem.conf</pre> | ||
==The Right Way== | ==The Right Way== | ||
# [[OLPCUpdate|Upgrade]] to the latest official build | # [[OLPCUpdate|Upgrade]] to the latest official build | ||
# <pre># yum install soundmodem ax25-apps ax25-tools | # <pre># yum install soundmodem libax25 libax25-devel ax25-apps ax25-tools</pre> | ||
# <pre># | # <pre># cd /boot/</pre><pre># rm vmlinuz</pre><pre># ln -s vmlinuz-<your build version> vmlinuz</pre><pre># ln -s System.map-<your build version> System.map</pre><pre># rm initrd.img</pre><pre># ln -s initrd-<your build version> initrd.img</pre> | ||
# reboot | # reboot | ||
# <pre># insmod /lib/modules/<your build version>/kernel/net/ax25/ax25.ko</pre> | # <pre># insmod /lib/modules/<your build version>/kernel/net/ax25/ax25.ko</pre><pre># insmod /lib/modules/<your build version>/kernel/drivers/net/hamradio/<protocol>.ko</pre><pre># modprobe snd-pcm-oss</pre> | ||
# <pre># mkdir /etc/ax25/</pre><pre># soundmodemconfig</pre> | |||
# <pre># mkdir /etc/ax25/ | |||
# insert earplugs | # insert earplugs | ||
# <pre># soundmodem /etc/ax25/soundmodem.conf</pre> | # <pre># soundmodem /etc/ax25/soundmodem.conf</pre> | ||
Revision as of 04:41, 9 April 2011
The Easy Way
- Get DebXO running on a XO with the Terminal Activity
- Update it as per the DebXO wiki
# apt-get install soundmodem ax25-apps ax25-tools
# mkdir /etc/ax25/
- Fake /dev/dsp
# modprobe snd-pcm-oss
# soundmodemconfig
- configure the settings to your requirements then quit soundmodemconfig
- insert earplugs :P
# soundmodem /etc/ax25/soundmodem.conf
The Right Way
- Upgrade to the latest official build
# yum install soundmodem libax25 libax25-devel ax25-apps ax25-tools
# cd /boot/
# rm vmlinuz
# ln -s vmlinuz-<your build version> vmlinuz
# ln -s System.map-<your build version> System.map
# rm initrd.img
# ln -s initrd-<your build version> initrd.img
- reboot
# insmod /lib/modules/<your build version>/kernel/net/ax25/ax25.ko
# insmod /lib/modules/<your build version>/kernel/drivers/net/hamradio/<protocol>.ko
# modprobe snd-pcm-oss
# mkdir /etc/ax25/
# soundmodemconfig
- insert earplugs
# soundmodem /etc/ax25/soundmodem.conf