GPRS/EDGE
03:00.1 Serial controller: Broadcom Corporation: Unknown device 4333 (rev 03)
sám se nadetekuje jako ttySxx:
dmesg | grep -B 1 tty:
PCI: Enabling device 0000:03:00.1 (0000 -> 0001)
ttyS4 at I/O 0x4000 (irq = 10) is a 16550A
urpmi wvdial
/etc/wvdial.conf pro T-mobile, bez PINu:
[Dialer Defaults] Modem = /dev/ttyS4 Baud = 57600 Init1 = ATZ+CFUN=1 Init2 = AT+CGDCONT=1,"IP","internet" Phone = *99***1# Idle Seconds = 0 Username = a Password = b
Možné problémy:
1) wvdial vrací hlášku +CME ERROR: 11
= SIM chce zadat PIN, vypnout pozadavek na PIN na SIM
2) modem nekomunikuje - hlášky v logu: LSR safety check engaged!
= v debianu pomohlo dpkg-reconfigure setserial
z možností uložení konfigurace vybrat "kernel"
Wi-Fi
přes ndiswrapper:
http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation
drivery na cd:
/Eng/GTMM/Setup/Windows/inf/gtwl5a.inf
/Eng/GTMM/Setup/Windows/System32/gtwl5.sys
ndiswrapper -i gtwl5a.inf
ndiswrapper -l
depmod -a
modprobe ndiswrapper
v logu se objevi neco jako:
wlan0: ndiswrapper ethernet device 00:0c:e3:20:fa:9d using driver gtwl5a, configuration file 14E4:4325:1931:0004.5.conf
load ndiswrapper automatically when the wlan0 interface is used:
ndiswrapper -m
do /etc/modules nebo /etc/modprobe.preload přidat:
ndiswrapper