No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="f000", RUN+="/usr/sbin/usb_modeswitch -c /etc/usb-modeswitch-x225s.conf" | SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="f000", RUN+="/usr/sbin/usb_modeswitch -c /etc/usb-modeswitch-x225s.conf" | ||
SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="00b7", RUN+="/sbin/modprobe usbserial vendor=0x1bbb product=0x00b7" | SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="00b7", RUN+="/sbin/modprobe usbserial vendor=0x1bbb product=0x00b7" | ||
== dFence's config == | |||
* https://github.com/dTatham/openaos-gen9 | |||
Also, this multistrap config; | |||
[General] | |||
unpack=true | |||
debootstrap=Grip | |||
aptsources=Grip Debian | |||
cleanup=true | |||
arch=armel | |||
directory=/home/delta/archos/emdebian/rootfs | |||
retainsources=/home/delta/archos/emdebian/sources | |||
[Grip] | |||
packages=udev ntpdate dropbear locales module-init-tools inetutils-tools | |||
source=http://www.emdebian.org/grip | |||
keyring=emdebian-archive-keyring | |||
suite=wheezy-grip | |||
[Debian] | |||
# mainly, for the omapfb driver - later!! | |||
source=http://ftp.de.debian.org/debian | |||
keyring=debian-archive-keyring | |||
suite=wheezy |
Revision as of 19:00, 29 January 2013
NURDspace Project | |
---|---|
Participants | User:buzz |
Skills | |
Status | |
Niche | |
Purpose | |
Tool | |
Location | |
Cost | |
Tool category |
{{{Name}}}Property "Tool Name" (as page type) with input value "{{{Name}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:{{{Tool}}} | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:{{{Tool}}} | [[Tool Cost::{{{Cost}}} | }}
Just documenting stuff i need ;
Random Links
HW Info;
Ubuntu images;
FCC Photos;
3G modem support
- /etc/usb-modeswitch-x225s.conf
# Alcatel X225S DefaultVendor= 0x1bbb DefaultProduct= 0xf000 TargetVendor= 0x1bbb TargetProduct= 0x00b7 MessageContent="55534243123456788000000080000606f50402527000000000 000000000000"
- /etc/udev/rules.d/50-x225s.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="f000", RUN+="/usr/sbin/usb_modeswitch -c /etc/usb-modeswitch-x225s.conf" SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", ATTR{idProduct}=="00b7", RUN+="/sbin/modprobe usbserial vendor=0x1bbb product=0x00b7"
dFence's config
Also, this multistrap config;
[General] unpack=true debootstrap=Grip aptsources=Grip Debian cleanup=true arch=armel directory=/home/delta/archos/emdebian/rootfs retainsources=/home/delta/archos/emdebian/sources [Grip] packages=udev ntpdate dropbear locales module-init-tools inetutils-tools source=http://www.emdebian.org/grip keyring=emdebian-archive-keyring suite=wheezy-grip [Debian] # mainly, for the omapfb driver - later!! source=http://ftp.de.debian.org/debian keyring=debian-archive-keyring suite=wheezy