Debian Setup on Archos G9 tablet: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 6: Line 6:
}}
}}
Just documenting stuff i need ;
Just documenting stuff i need ;
== Random Links ==
* 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


== 3G modem support ==
== 3G modem support ==

Revision as of 03:56, 10 January 2013

NURDspace Project
link=File:{{{Name}}}.jpg
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;

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"