Fujitsu

From VentureResearchWiki
Jump to navigation Jump to search

Foldable Slimtrak Reader - Extra Instructions[edit | edit source]

matrix orbital init screen[edit | edit source]

echo -n -e '\xfe@                      Venture Research                                booting...' > /dev/serial/by-id/usb-MO_LK204-7T-1U-USB_0f0MUAH1-if00-port0

wifi using AM35 and ralink minipci module[edit | edit source]

opkg install wireless-tools
opkg install wireless-tools ralink-usb-module
nmcli dev 	// look for wifi
nmcli dev list	// look for ssids

wifi using OM37[edit | edit source]

// install wifi on om37 module boards
truncate /var/log/daemon.log --size 0
truncate /var/log/syslog --size 0

opkg install linux-firmware-wl12xx
opkg install ti-utils	// calibrator
modprobe -r wl1271_sdio
modprobe -r wl1271
modprobe wl1271

disable debug messages[edit | edit source]

echo -e "\necho 4 4 1 4 > /proc/sys/kernel/printk" >> /usr/sbin/vr-setup-gpio

battery[edit | edit source]

opkg install kernel-module-sbs-battery
echo -e "\nmodprobe sbs-battery" >> /usr/sbin/vr-setup-gpio
echo -e "echo sbs-battery 0x0b > /sys/bus/i2c/devices/i2c-3/new_device" >> /usr/sbin/vr-setup-gpio
cat /sys/class/power_supply/sbs-battery-0/capacity

blacklist ttyUSB0 in the udev so modem manager doesnt touch it[edit | edit source]

echo 'ATTRS{idVendor}=="1b3d", ENV{ID_MM_DEVICE_IGNORE}="1"' > /etc/udev/rules.d/77-mm-blacklist.rules

extra WAN modem (sierra-based)[edit | edit source]

the driver should already be in the kernel, so just:

modprobe sierra

LK204-7T-1U-USB in OM37[edit | edit source]