Debian Setup on Archos G9 tablet: Difference between revisions

From NURDspace
(Created page with "{{Project |ProjectSkills=Linux |ProjectStatus=Planning |ProjectNiche=Software |ProjectPurpose=Use in other project }} Just documenting stuff i need ; * /etc/usb-modeswitch-x2...")
 
No edit summary
Line 6: Line 6:
}}
}}
Just documenting stuff i need ;
Just documenting stuff i need ;
== 3G modem support ==


* /etc/usb-modeswitch-x225s.conf
* /etc/usb-modeswitch-x225s.conf

Revision as of 22:51, 23 October 2012

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 ;

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"