pgf Tux's lil' helper

Joined: 26 Dec 2004 Posts: 121 Location: Toronto, Ontario
|
Posted: Tue Jan 11, 2005 12:42 am Post subject: Palm hotsync problem with Gentoo 2.6.9 on a Toshiba Tecra |
|
|
I have not been able to get hotsync working since I upgraded from WinXP/Redhat to a pure Gentoo 2.6.9 system. It used to work so I know the IR port is (or was) okay. As far as I can tell I have all the necessary modules loaded:
Code: |
# lsmod
Module Size Used by
irtty_sir 6016 2
sir_dev 13612 1 irtty_sir
arc4 1792 1
ieee80211_crypt_wep 3780 1
radeon 124900 2
irda 115644 1 sir_dev
crc_ccitt 1920 1 irda
yenta_socket 18176 0
pcmcia_core 54596 1 yenta_socket
ipw2100 134724 0
firmware_class 7680 1 ipw2100
ieee80211 32164 1 ipw2100
ieee80211_crypt 4168 2 ieee80211_crypt_wep,ieee80211
radeonfb 52008 0
i2c_algo_bit 8456 1 radeonfb
cfbcopyarea 3840 1 radeonfb
cfbimgblt 2944 1 radeonfb
cfbfillrect 3584 1 radeonfb
i2c_core 18960 2 radeonfb,i2c_algo_bit
snd_intel8x0m 14920 1
snd_intel8x0 28584 1
snd_ac97_codec 67280 2 snd_intel8x0m,snd_intel8x0
snd_mpu401_uart 6144 1 snd_intel8x0
snd_rawmidi 19748 1 snd_mpu401_uart
pci_hotplug 10244 0
e100 30312 0 [permanent]
|
I have done the setserial and irattach:
Code: |
# setserial /dev/ttyS0
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
# irattach /dev/ttyS0 -s
|
Code: |
# cat /proc/net/irda/irlap
irlap0 state: LAP_NDM
device name: irda0, hardware name: ttyS0
caddr: 0xc0, saddr: 0xb6eedf23, daddr: 0x000000
win size: 0, win: 0, line capacity: 0, bytes left: 0
tx queue len: 0 win queue len: 0 rbusy: FALSE mbusy: FALSE
retrans: 0 vs: 0 vr: 0 va: 0
qos bps maxtt dsize winsize addbofs mintt ldisc comp
tx 9600 0 64 1 12 0 0
rx 9600 0 64 1 12 0 0
|
irdump shows my laptop sending, but nothing from the palm device when I start the sync. I noticed that there is no irda device in /dev, and now I wonder if I have run into yet another udev problem. |
|