(Created page with "{{Project |ProjectSkills=Linux |ProjectStatus=Planning |ProjectNiche=Software |ProjectPurpose=Use in other project }} Just documenting stuff i need ; * /etc/usb-modeswitch-x2...") |
m (Text replacement - "ProjectNiche=" to "Niche=") |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Project | {{Project | ||
| | |Skills=Linux | ||
| | |Status=Planning | ||
| | |Niche=Software | ||
| | |Purpose=Use in other project | ||
}} | }} | ||
Just documenting stuff i need ; | Just documenting stuff i need ; | ||
== Random Links == | |||
* http://dev.openaos.org/wiki/Gen9A101TurboICSLinuxNotes | |||
* http://sed.free.fr/archos/ | |||
HW Info; | |||
* http://forum.xda-developers.com/showthread.php?t=1644376 | |||
Ubuntu images; | |||
* http://forum.xda-developers.com/showthread.php?t=1392167 | |||
FCC Photos; | |||
* https://apps.fcc.gov/oetcf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits&RequestTimeout=500&calledFromFrame=N&application_id=934123&fcc_id='SOV9080' | |||
== 3G modem support == | |||
* /etc/usb-modeswitch-x225s.conf | * /etc/usb-modeswitch-x225s.conf | ||
Line 21: | Line 38: | ||
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 |
Latest revision as of 10:04, 25 August 2014
NURDspace Project | |
---|---|
Participants | User:buzz |
Skills | Linux |
Status | Planning |
Niche | Software |
Purpose | Use in other project |
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