Debian Setup on Archos G9 tablet

From NURDspace
Revision as of 17:53, 12 August 2012 by Buzz (talk | contribs) (Created page with "{{Project |ProjectSkills=Linux |ProjectStatus=Planning |ProjectNiche=Software |ProjectPurpose=Use in other project }} Just documenting stuff i need ; * /etc/usb-modeswitch-x2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ;

  • /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"