EeePc

aus ThiesenWiki, der freien Wissensdatenbank

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Asus EeePC

I got a new toy...

Essentials

  • CTRL-ALT+ T gets you a uxterm

Customization

Edited /etc/apt/sources.list to have

deb http://http.us.debian.org/debian/ sarge main contrib non-free
deb http://http.us.debian.org/debian/ etch main contrib non-free


which gave me essential stuff like ssh-askpass (enabled ssh-agent via /etc/X11/Xsession.options) and wvdial.


Installed Firefox 3 ( More or less: get bin build from mozilla, get a gtk 2.10 deb and install it in /opt, clean ~/.mozilla ... works. Flash doesn't atm. )

Mobile Internet

Works for my NOKIA 6300 for German Vodafone, connected via USB:

Install wvdial via apt (sources above)

   user@minihal:~: cat /etc/wvdial.conf
   [Dialer Defaults]
   Init1 = ATZ
   #Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
   Init2 = ATZ+CSQ
   Init3 = AT+CGDCONT=1,"IP","web.vodafone.de"
   Modem Type = USB Modem
   Baud = 460800
   New PPPD = yes
   Modem = /dev/ttyACM0
   ISDN = 0
   Phone = *99***1#
   Password = A
   Username = B 
   Stupid Mode = 1
'Persönliche Werkzeuge