Installing Yota WiMAX with Samsung SWC-U200 on Gentoo Linux
1. compile kernel module CONFIG_TUN=y (Device Drivers->Network device support->Universal TUN/TAP
device driver support)
2. mkdir -p /usr/local/portage/net-wireless/
3. cd /usr/local/portage/net-wireless/
4. wget http://pascal.cx/sh/madwimax-ebiuld-0.1.1-r1.tgz
5. tar -zxvf madwimax-ebiuld-0.1.1-r1.tgz
6. echo 'PORTDIR_OVERLAY="/usr/local/portage"' >> /etc/make.conf
7. unmask net-wireless/madwimax and dev-libs/libusb
8. emerge madwimax
9. modprobe tun
10. cp /etc/init.d/net.lo0 /etc/init.d/net.wimax0
11. echo 'config_wimax0="dhcp"' >> /etc/conf.d/net or echo 'config_wimax0=( "dhcp" )' >>
/etc/conf.d/net for old rc style
12. madwimax -fovv
13. enjoy :)
credit to: madWiMAX
someone for gentoo ebuild
if you found errors in this manual please inform me jabber:pascal@gentoo.ru
Back