PDA

View Full Version : need help with getting on net and infrared detection



fi
11-21-2004, 10:44 AM
hi i have a HP pavilion zt3000 and i just started with knoppix 3.2 and i have a built in modem in my laptop and when i try to go on the net it says my modem is busy so i can't go on the net. and i was also wondering if anyone knows how to get knoppix to pick up my infrared port so i can use it. i don't know a whole lot bout comps either so simple help would be good. thank you

probono
11-22-2004, 07:26 PM
Hi,

the first step is to find out which infrared chip your computer has built in. To find out, enter

findchip

You can use the results to search on goole, in this forum or ask more specifically again.

For my VAIO, I have:
NSC,PC87338,11.2,0x398,0x3e8,0x3e8,10,0,1,0,1
and I can get it to work with:


# for Sony VAIO
setserial /dev/ttyS2 irq 10 port 0x3e8

# this is fot FIR to work, don't use this for SIR
setserial /dev/ttyS2 uart none

# to use the FIR driver
modprobe nsc-ircc dongle_id=0x09

# brings up irda0 network device
irattach irda0 -s

# The following devices are in range:
cat /proc/net/irda/discovery

Greetings,
probono

ivansaez
01-07-2005, 02:13 PM
the first step is to find out which infrared chip your computer has built in. To find out, enter

findchipWhen is infrared (IRDA) going to be totally plug-and-play in knoppix? (I don't want to mess with drivers)
Anyone working on this?
I'd like to be able to insert the knoppix CD, get to the desktop and be able to send and receive files from my IRDA phone directly from konqueror. Is that already possible?
Do you know any distro that has IRDA plug-and-play?
Come on guys MSWin has IRDA plug-and-play please don't like behind that piece of crap!
How may I help to get there?

neddie
02-13-2005, 06:13 PM
I'm trying this on a Dell Inspiron 510m, and I've made sure the IR is enabled in the BIOS settings (disabled by default). However when I run findchip it comes up with nothing.
According to XP it's got an "SMC IrCC Fast Infrared Port", but even when I do "findchip -dv SMC" it just says "wrong chip".

In dmesg it says "ttyS01 at 0x02f8 (irq=3) is a 16550A", but when I try a modprobe it fails saying possibly the IO or IRQ settings are wrong...

By the way, you mention dongle_id, I assume you only need that if you're using an adaptor to the serial port, not a built-in IR sensor?