Re: USB to IrDA - Arkmicro

2012-12-21 Thread Markos
Em Sex, 2012-12-21 às 16:43 +1300, Chris Bannister escreveu:
 [Please don't top post, read:
 http://catb.org/jargon/html/T/top-post.html]
 

Sorry and thanks for the info.

I did not know that rule.

 On Thu, Dec 20, 2012 at 12:37:38PM -0200, Markos wrote:
  Dear Chris,
  
  This space appeared only in the copy of the email, it does not exist in
  the original file.
 
 ALWAYS copy'n'paste error messages and configuration file snippets! This
 is a great example of what happens when you don't!
 
  The problem is that the driver is not creating any device /dev/ttyUSB
 
 I have no experience with infrared USB devices, but you might want to
 start looking at udev rules.
 

I even tried to read about udev but found it very difficult to me. :^(

  The dmesg shows only:
  
   usb 3-1: new full speed USB device using uhci_hcd and address 3
  [13039.814371] usb 3-1: configuration #0 chosen from 1 choice
  [13039.814371] usb 3-1: config 0 descriptor??
  [13039.821299] usb 3-1: New USB device found, idVendor=18ec,
  idProduct=3118
  [13039.821306] usb 3-1: New USB device strings: Mfr=1, Product=3,
  SerialNumber=0
  [13039.821309] usb 3-1: Product: USB TO IRDA 
  [13039.821313] usb 3-1: Manufacturer: ARKMICRO
  
  
  What do you suggest to make the driver to create the device /dev/ttyUSB?
 
 Is there ANY new files under /dev/ after plugging it in?
 IOW, why does it have to be /dev/ttyUSB ?
 

I found at http://blog.gmane.org/gmane.linux.irda.general/month=20070101

A message whith the same description of my converter and the response
informs that should be created, for this converter, a device /dev/ttyUSB

Manufaturer: ARKMICRO
Vendor Id: 18ec
Product Id: 3118
...
...The ARK3116 USB-to-serial adapter is supported by the kernel (at least with
the latest 2.6 ones), so all you need to do is compile the ARK3116 driver,
compile irtty-sir as well, and you're basically done: irattach /dev/ttyUSB0
should do the trick...

Also at http://ubuntuforums.org/archive/index.php/t-1962929.html

A message show that this converter creates a /dev/ttyUSB
...
kernel: [ 375.720348] usb 3-2: ark3116 converter now attached to ttyUSB0
...

The desktop which with I intend to use this converter is being used in
the laboratory for data acquisition and running Lenny. 

Because that will be difficult to update the kernel or distribution (eg
Squeeze) so I'll try to download the driver ark3116.c, edit the source
code, including the VendorID and Productid, then recompile and load.

I believe it will be a less risky procedure. 

I was in doubt how to do that but I found some information on the links

http://www.linuxquestions.org/questions/showthread.php?p=2184457)

http://avr.auctionant.de/ark3116_linux_driver/index.html

I hope that works

Thanks again for your attention,
Markos
www.c2o.pro.br

 -- 
 If you're not careful, the newspapers will have you hating the people
 who are being oppressed, and loving the people who are doing the 
 oppressing. --- Malcolm X
 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1356100458.3685.23.ca...@malgas.petrobras.biz



Re: USB to IrDA - Arkmicro

2012-12-21 Thread Chris Bannister
On Fri, Dec 21, 2012 at 12:34:18PM -0200, Markos wrote:
 Em Sex, 2012-12-21 às 16:43 +1300, Chris Bannister escreveu:
  Is there ANY new files under /dev/ after plugging it in?
  IOW, why does it have to be /dev/ttyUSB ?
  
 
 I found at http://blog.gmane.org/gmane.linux.irda.general/month=20070101
 
 A message whith the same description of my converter and the response
 informs that should be created, for this converter, a device /dev/ttyUSB

Ahh, OK.

 Manufaturer: ARKMICRO
 Vendor Id: 18ec
 Product Id: 3118
 ...
 ...The ARK3116 USB-to-serial adapter is supported by the kernel (at least with
 the latest 2.6 ones), so all you need to do is compile the ARK3116 driver,
 compile irtty-sir as well, and you're basically done: irattach /dev/ttyUSB0
 should do the trick...

Mmmm, On Wheezy:
root@tal:~# locate ark3116
/lib/modules/3.2.0-4-686-pae/kernel/drivers/usb/serial/ark3116.ko

 The desktop which with I intend to use this converter is being used in
 the laboratory for data acquisition and running Lenny. 

Lenny! So you have all the tool chain required to compile a more recent
kernel?

Good luck.

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121221172850.GA21978@tal



Re: USB to IrDA - Arkmicro

2012-12-20 Thread Markos
Dear Chris,

This space appeared only in the copy of the email, it does not exist in
the original file.

The problem is that the driver is not creating any device /dev/ttyUSB

The dmesg shows only:

 usb 3-1: new full speed USB device using uhci_hcd and address 3
[13039.814371] usb 3-1: configuration #0 chosen from 1 choice
[13039.814371] usb 3-1: config 0 descriptor??
[13039.821299] usb 3-1: New USB device found, idVendor=18ec,
idProduct=3118
[13039.821306] usb 3-1: New USB device strings: Mfr=1, Product=3,
SerialNumber=0
[13039.821309] usb 3-1: Product: USB TO IRDA 
[13039.821313] usb 3-1: Manufacturer: ARKMICRO


What do you suggest to make the driver to create the device /dev/ttyUSB?

Thanks for your attention,
Markos

Em Qui, 2012-12-20 às 20:06 +1300, Chris Bannister escreveu:
 On Wed, Dec 19, 2012 at 09:59:43AM -0200, Markos wrote:
  Hello,
  
  I'm trying to use an interface USB to IrDA Debian Lenny.
  
  I installed the packages usbutils and irda-utils and edited the file
  /etc/default/irda-utils
  
  ENABLE = true
  AUTOMATIC = true
  DISCOVERY = true
  DEVICE = / dev/ttyUSB0
 
   try removing the space!
  
  Starting IrDA service: irattachFailed to open device / dev/ttyUSB0: No
  such file or directory
 
 -- 
 If you're not careful, the newspapers will have you hating the people
 who are being oppressed, and loving the people who are doing the 
 oppressing. --- Malcolm X
 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1356014258.7923.27.ca...@malgas.petrobras.biz



Re: USB to IrDA - Arkmicro

2012-12-20 Thread Chris Bannister

[Please don't top post, read:
http://catb.org/jargon/html/T/top-post.html]

On Thu, Dec 20, 2012 at 12:37:38PM -0200, Markos wrote:
 Dear Chris,
 
 This space appeared only in the copy of the email, it does not exist in
 the original file.

ALWAYS copy'n'paste error messages and configuration file snippets! This
is a great example of what happens when you don't!

 The problem is that the driver is not creating any device /dev/ttyUSB

I have no experience with infrared USB devices, but you might want to
start looking at udev rules.

 The dmesg shows only:
 
  usb 3-1: new full speed USB device using uhci_hcd and address 3
 [13039.814371] usb 3-1: configuration #0 chosen from 1 choice
 [13039.814371] usb 3-1: config 0 descriptor??
 [13039.821299] usb 3-1: New USB device found, idVendor=18ec,
 idProduct=3118
 [13039.821306] usb 3-1: New USB device strings: Mfr=1, Product=3,
 SerialNumber=0
 [13039.821309] usb 3-1: Product: USB TO IRDA 
 [13039.821313] usb 3-1: Manufacturer: ARKMICRO
 
 
 What do you suggest to make the driver to create the device /dev/ttyUSB?

Is there ANY new files under /dev/ after plugging it in?
IOW, why does it have to be /dev/ttyUSB ?

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121221034300.GA7706@tal



USB to IrDA - Arkmicro

2012-12-19 Thread Markos
Hello,

I'm trying to use an interface USB to IrDA Debian Lenny.

I installed the packages usbutils and irda-utils and edited the file
/etc/default/irda-utils

ENABLE = true
AUTOMATIC = true
DISCOVERY = true
DEVICE = / dev/ttyUSB0
DONGLE = none
Setserial = 

When I connect the interface the command dmesg show:

usb 1-1: new full speed USB device using uhci_hcd and address 4
[ 2043.312223] usb 1-1: configuration #0 chosen from 1 choice
[ 2043.312223] usb 1-1: config 0 descriptor??
[ 2043.314623] usb 1-1: New USB device found, idVendor=18ec,
idProduct=3118
[ 2043.314629] usb 1-1: New USB device strings: Mfr=1, Product=3,
SerialNumber=0
[ 2043.314632] usb 1-1: Product: USB TO IRDA 
[ 2043.314635] usb 1-1: Manufacturer: ARKMICRO

Then I run 

modprobe ark3116

end dmesg show:

 usbserial: USB Serial support registered for ark3116
[ 2058.438743] usbcore: registered new interface driver ark3116
[ 3183.161936] CE: hpet increasing min_delta_ns to 15000 nsec

But when I run :

# /etc/init.d/irda-utils start

the message

Starting IrDA service: irattachFailed to open device / dev/ttyUSB0: No
such file or directory

Anyone have experience with this interface?

Thanks in advance for any help. 
Markos
www.c2o.pro.br


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1355918383.4072.8.ca...@malgas.petrobras.biz



Re: USB to IrDA - Arkmicro

2012-12-19 Thread Chris Bannister
On Wed, Dec 19, 2012 at 09:59:43AM -0200, Markos wrote:
 Hello,
 
 I'm trying to use an interface USB to IrDA Debian Lenny.
 
 I installed the packages usbutils and irda-utils and edited the file
 /etc/default/irda-utils
 
 ENABLE = true
 AUTOMATIC = true
 DISCOVERY = true
 DEVICE = / dev/ttyUSB0

try removing the space!
 
 Starting IrDA service: irattachFailed to open device / dev/ttyUSB0: No
 such file or directory

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121220070645.GA22808@tal



help needed with initial use of IrDa and LIRC

2012-03-16 Thread keitho
I have never used IR before, and I thought I'd try to use it on my old
Dell laptop. I simply want to be able to invoke commands using an
arbitrary remote.

I'm confused as to whether I should use IrDa or LIRC, or both. The man
pages and other docs I've read don't discuss the difference/relationship
between IrDa and LIRC.

Here's what I've done so far:

Went into the BIOS and made certain that the Infrared was turned on, set
it to COM2, Fast IR. Since it doesn't tell me, I assume that COM2 is 0x2f8
and IRQ3, which AFAIK is associated with ttyS1

Downloaded irda-utils.

At some point, not sure when, I noticed that on bootup I was getting this
message:

Loading saved-state of the serial devices. /dev/ttyS0 at I/O 0x3f8 (irq =
4) is a 16550A

I assume this is the physical RS-232 serial port on the back of the
laptop. Don't know why this message appears.

And this message: Skipping IrDa Service: irattach (not enabled) ... done

root@eve:~# irattach /dev/ttyS1 -s

I loaded the lircd daemon wth this command:

root@eve:~# lircd -p 0666

keith@eve:~$ lsmod | grep ir
irtty_sir  12797  2
sir_dev17229  1 irtty_sir
irda   78683  1 sir_dev
crc_ccitt  12331  1 irda

keith@eve:~$ sudo findchip -l
SMC
NSC
WINBOND

keith@eve:~$ sudo irdadump
01:48:02.173744 xid:cmd 273e72df   S=6 s=4 (14)
01:48:02.261632 xid:cmd 273e72df   S=6 s=5 (14)
01:48:02.349625 xid:cmd 273e72df   S=6 s=* eve hint=0400 [
Computer ] (19)
01:48:04.829637 xid:cmd 273e72df   S=6 s=0 (14)
01:48:04.917585 xid:cmd 273e72df   S=6 s=1 (14)
01:48:05.005635 xid:cmd 273e72df   S=6 s=2 (14)
01:48:05.093636 xid:cmd 273e72df   S=6 s=3 (14)
01:48:05.181627 xid:cmd 273e72df   S=6 s=4 (14)
01:48:05.269625 xid:cmd 273e72df   S=6 s=5 (14)
01:48:05.357631 xid:cmd 273e72df   S=6 s=* eve hint=0400 [
Computer ] (19)
01:48:07.837639 xid:cmd 273e72df   S=6 s=0 (14)
...etc

keith@eve:~$ uname -r
3.0.0-1-686-pae (Wheezy)

When I apt-get installed lirc, I got these messages:
No valid /etc/lirc/lircd.conf has been found..
Remote control support has been disabled..
Reconfigure LIRC or manually replace /etc/lirc/lircd.conf to enable..

Looking at the LIRC webpage I see that the remote that I had wanted to use
is not supported... it's a SONY RMT-CE100A

Reading some instructions over the web it seems I could use irrecord to
create a lircd.conf file for my remote, so I tried:

keith@eve:~/temp$ sudo irrecord ce100a

irrecord -  application for recording IR-codes for usage with lirc

Copyright (C) 1998,1999 Christoph Bartelmus(l...@bartelmus.de)

irrecord: could not get file information for /dev/lirc
irrecord: default_init(): No such file or directory
irrecord: could not init hardware (lircd running ? -- close it, check
permissions)

keith@eve:~/temp$ ps aux | grep lirc
root  4425  0.0  0.0   3380   384 ?Ss   22:11   0:00 lircd
keith 4539  0.0  0.1   3484   764 pts/0S+   22:14   0:00 grep lirc

So it seems I need to configure LIRC first, then use irrecord... but I am
unsure how to do that. Help?

Thanks,
Keith Ostertag


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/130b1efb6b43a0de6ac37dbc0d6a3a84.squir...@webmail.strucktower.com



Re: help needed with initial use of IrDa and LIRC

2012-03-16 Thread Tom Grace
On 16/03/12 14:59, kei...@strucktower.com wrote:
 I have never used IR before, and I thought I'd try to use it on my old
 Dell laptop. I simply want to be able to invoke commands using an
 arbitrary remote.
 
 I'm confused as to whether I should use IrDa or LIRC, or both. The man
 pages and other docs I've read don't discuss the difference/relationship
 between IrDa and LIRC.
 
It's been a while since I looked into this, so someone might prove me
wrong but as I understand it IrDA and general remote-control type IR are
different and incompatible. IrDA on a laptop is (as far as a PC in
concerned) a serial port, while an IR sender/receiver is a generic device.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f635ce4.9000...@deathbycomputers.co.uk



Re: help needed with initial use of IrDa and LIRC

2012-03-16 Thread Darac Marjal
On Fri, Mar 16, 2012 at 07:59:54AM -0700, kei...@strucktower.com wrote:
 I have never used IR before, and I thought I'd try to use it on my old
 Dell laptop. I simply want to be able to invoke commands using an
 arbitrary remote.
 
 I'm confused as to whether I should use IrDa or LIRC, or both. The man
 pages and other docs I've read don't discuss the difference/relationship
 between IrDa and LIRC.

IrDA is basically high-speed data transfer over Infrared. LIRC is a
daemon for talking to Infrared remote controls. Note that most remote
controls DON'T use IrDA, but rather the related CIR (Consumer Infrared).
It's a bit like the difference between a USB mouse and a USB hard drive,
both use USB, but different aspects of it.

 
 Here's what I've done so far:
 
 Went into the BIOS and made certain that the Infrared was turned on, set
 it to COM2, Fast IR. Since it doesn't tell me, I assume that COM2 is 0x2f8
 and IRQ3, which AFAIK is associated with ttyS1

Yes, COM2 (windows) is typically ttyS1 (unix).

 
 Downloaded irda-utils.

Not needed unless you're sending files by IR.

 
 At some point, not sure when, I noticed that on bootup I was getting this
 message:
 
 Loading saved-state of the serial devices. /dev/ttyS0 at I/O 0x3f8 (irq =
 4) is a 16550A
 
 I assume this is the physical RS-232 serial port on the back of the
 laptop. Don't know why this message appears.

This message appears due to the package setserial. It's not relevant to
us here.

 
 And this message: Skipping IrDa Service: irattach (not enabled) ... done
 
 root@eve:~# irattach /dev/ttyS1 -s
 
 I loaded the lircd daemon wth this command:
 
 root@eve:~# lircd -p 0666

OK. This shouldn't typically be necessary. /etc/init.d/lircd start
works fine

[cut]
 
 Looking at the LIRC webpage I see that the remote that I had wanted to use
 is not supported... it's a SONY RMT-CE100A

That's normal. There are thousands of remote controls. It's not uncommon
to have to make your own config.

 
 Reading some instructions over the web it seems I could use irrecord to
 create a lircd.conf file for my remote, so I tried:
 
 keith@eve:~/temp$ sudo irrecord ce100a
 
 irrecord -  application for recording IR-codes for usage with lirc
 
 Copyright (C) 1998,1999 Christoph Bartelmus(l...@bartelmus.de)
 
 irrecord: could not get file information for /dev/lirc
 irrecord: default_init(): No such file or directory
 irrecord: could not init hardware (lircd running ? -- close it, check
 permissions)
 
 keith@eve:~/temp$ ps aux | grep lirc
 root  4425  0.0  0.0   3380   384 ?Ss   22:11   0:00 lircd
 keith 4539  0.0  0.1   3484   764 pts/0S+   22:14   0:00 grep lirc
 
 So it seems I need to configure LIRC first, then use irrecord... but I am
 unsure how to do that. Help?

As the error message reports, you need top stop lircd first. Then run
irrecord (I think the reason is that both want direct access to your IR
port), this will produce a file that you can use as /etc/lirc/lird.conf.
Next, check /etc/lirc/hardware.conf is suitable for you, then run
/etc/init.d/lircd start.


-- 
Darac Marjal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120316154839.ga15...@darac.org.uk



Can't run irrecord - WAS: help needed with initial use of IrDa and LIRC

2012-03-16 Thread keitho
 As the error message reports, you need to stop lircd first. Then run
 irrecord (I think the reason is that both want direct access to your IR
 port), this will produce a file that you can use as /etc/lirc/lird.conf.
 Next, check /etc/lirc/hardware.conf is suitable for you, then run
 /etc/init.d/lircd start.

Thanks Darac very much, that is helpful.

However, I still can't get irrecord to work. I get the same error messages
trying to run irrecord whether lircd is loaded or not.

Evidently I need to have the corrrect modules loaded first. If I
understand the manual correctly (I may not) I need both the lirc_dev and
lirc_sir modules loaded before I can use irrecord.

When I try to manually load them I get these errors:

keith@eve:~$ sudo modprobe lirc_dev
keith@eve:~$ sudo modprobe lirc_sir
[  165.360107] lirc_register_driver: dev pointer not filled in!
[  165.360195] lirc_sir: init_chrdev() failed.
FATAL: Error inserting lirc_sir
(/lib/modules/3.0.0-1-686-pae/kernel/drivers/staging/lirc/lirc_sir.ko):
Input/output error

I have tried this approach after changing the COM port assignment in the
BIOS from COM2-COM3-COM4 with the same results.

Googling I see a bug report that _appears_ to be relevant in a Ubuntu bug
list for LIRC- #912251:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/912251

Can anyone shed some light on this? I am also using an old Dell Latitude
laptop (as in bug#912251 above).

Thanks,
Keith Ostertag





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/a8c73fddb4ddc8a5cc1bbf5141ccca46.squir...@webmail.strucktower.com



Re: IrDA Samsung SGH-v200 i Debian

2008-07-27 Thread Hubert Lautenszleger
Zle napisalem.
Pakiet Openobex ale komenda do wysylania i odbioru to ircp.

Sorry i pozdrawiam
hubert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



IrDA Samsung SGH-v200 i Debian

2008-07-26 Thread £ukasz
Witam.
Chciałbym płączyc telefon Samsung SGH-v200 przez IrDE na laptopie Toshiba. Po 
instalacji irda-utils wykonuje

irattach /dev/ttyS1 -s

a 

cat /proc/net/irda/discovery

daje mi

nickname: SAMSUNG SGH-V200 hint:xxx ,sadr:,dadr:x

czyli niby wszytko ok. problem a tym ze nie wiem jak przesylac dane pomiwdzy 
komputeram a telefonem. Programy ktore testowalem wammu,bitpim,gnokii nie moga 
znalezc urzadzenia.
Czy ktos moglby mi pomoc znalezc rozwiazanie?

Pozdrawiam
Lukasz






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IrDA Samsung SGH-v200 i Debian

2008-07-26 Thread Hubert Lautenszleger
Dnia sobota, 26 lipca 2008 20:59, £ukasz napisał:
[...]
 czyli niby wszytko ok. problem a tym ze nie wiem jak przesylac dane
[...]

Dawno sie tym bawilem wiec tylko Cie pokieruje.
Potrzebujesz openobex. Tam chyba byla (jest) irftp.
Reszta w manualu.

Pozdrawiam.
Hubert Lautenszleger


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: HP48SX, kermit et IRDA

2006-11-28 Thread Sébastien Kirche
At 19:01 on nov 26 2006, François Boisson said :

Salut,

 Et c'est un échec retentissant. Je n'arrive pas à savoir si le pbm
 vient de l'interface infra rouge (qui marche par ailleurs pour mon
 téléphone portable) ou de la HP48SX
 
 Merci de tout retour.

Comme tu ne semble pas avoir trop de succès, je te fais part de mon
expérience avec une HP48G et HP48GX; cependant je ne me suis jamais
servi du port infrarouge pour transmettre mais je transfère via
(g)kermit et le câble de liaison.

Je me suis fait 2 scripts vite faits pour ne pas tout me retaper à
chaque fois :
,[ hpsend ]
| #!/bin/bash
| 
| HP48=/dev/ttyS0
| 
| gkermit $HP48 $HP48 -i -s $*
`

,[ hpreceive ]
| #!/bin/bash
| 
| HP48=/dev/ttyS0
| 
| gkermit $HP48 $HP48 -i -r $*
`

HTH.
-- 
Sébastien Kirche


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: HP48SX, kermit et IRDA

2006-11-28 Thread François Boisson
Le Tue, 28 Nov 2006 14:25:07 +0100
Sébastien Kirche [EMAIL PROTECTED] a écrit:

 At 19:01 on nov 26 2006, François Boisson said :
 
 Salut,
 
  Et c'est un échec retentissant. Je n'arrive pas à savoir si le pbm
  vient de l'interface infra rouge (qui marche par ailleurs pour mon
  téléphone portable) ou de la HP48SX
  
  Merci de tout retour.
 
 Comme tu ne semble pas avoir trop de succès, je te fais part de mon
 expérience avec une HP48G et HP48GX; cependant je ne me suis jamais
 servi du port infrarouge pour transmettre mais je transfère via
 (g)kermit et le câble de liaison.
 
 Je me suis fait 2 scripts vite faits pour ne pas tout me retaper à
 chaque fois :
 ,[ hpsend ]
 | #!/bin/bash
 | 
 | HP48= 
 | 
 | gkermit $HP48 $HP48 -i -s $*
 `
 
 ,[ hpreceive ]
 | #!/bin/bash
 | 
 | HP48=/dev/ttyS0
 | 
 | gkermit $HP48 $HP48 -i -r $*
 `
 

Ça ne marche pas, je n'ai pas d'interface série sur mon portable ni de
cable. J'ai essayé de remplacer /dev/ttyS0 par /dev/ircomm0 mais ça
coince... Merci tout de même.

François Boisson


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



HP48SX, kermit et IRDA

2006-11-26 Thread François Boisson
Bonjour,

Ma question sera brève: Quelqu'un a-t-il déjà réussi a utilisé kermit
pour communiquer sur le port infra rouge d'une HP48SX.

En gros je fais:

totoche:/tmp#  kermit
C-Kermit 7.0.196, 1 Jan 2000, for Linux
 Copyright (C) 1985, 2000,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/tmp/) C-Kermitset line /dev/ircomm0
(/tmp/) C-Kermitset baud 9600
/dev/ircomm0, 9600 bps
(/tmp/) C-KermitR

Et c'est un échec retentissant. Je n'arrive pas à savoir si le pbm
vient de l'interface infra rouge (qui marche par ailleurs pour mon
téléphone portable) ou de la HP48SX

Merci de tout retour.

François Boisson


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



irda-utils et lirc

2006-08-23 Thread fabrice régnier

salut à tous ;)

Depuis quelques jours et malgré les nombreux howto, je bataille dur avec 
le port infrarouge de mon laptop. Je voudrai utiliser une 
télécommande... Donc lirc est fait pour moi. La question: est-ce que 
j'ai besoin d'installer le package irda-utils  pour faire fonctionner 
lirc ? (je pense que non).


Dans ce cas, dans le .config, je ne pense pas avoir besoin de, ni 
CONFIG_IRDA, ni de CONFIG_SERIAL_8250. Quelqu'un peut t-il confirmer ?


merci et a+

f.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et

Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: irda-utils et lirc

2006-08-23 Thread Sylvain Sauvage
Mercredi 23 août 2006, 15:03:34 CEST, fabrice régnier a écrit :
 
 salut à tous ;)

'soir,
 
 Depuis quelques jours et malgré les nombreux howto, je bataille dur
 avec le port infrarouge de mon laptop. Je voudrai utiliser une 
 télécommande... Donc lirc est fait pour moi. La question: est-ce que 
 j'ai besoin d'installer le package irda-utils  pour faire fonctionner 
 lirc ? (je pense que non).

Je crois me souvenir qu'irda-utils n'est pas nécessaire (mais utile pour
certains tests).

 Dans ce cas, dans le .config, je ne pense pas avoir besoin de, ni 
 CONFIG_IRDA, ni de CONFIG_SERIAL_8250. Quelqu'un peut t-il confirmer ?

CONFIG_SERIAL_8250, je ne sais pas, mais CONFIG_IRDA sûrement.

lirc, c'est deux choses :
- des modules pour certains matériels IRDA, série, USB... ;
- un ensemble de logiciels pour gérer des E/S par ces matériels.

Le port infrarouge de ton portable peut être géré par un module du
noyau : il devrait au moins l'être par l'IrPORT, en SIR (serial IR :
vitesse limitée mais suffisante pour une télécommande (mon expérience
perso confirme)). 

Pour faire utiliser une télécommande, tu dois d'abord faire fonctionner
le matériel (compiler/charger les bons modules). Ensuite, on configure
lirc.

-- 
 Sylvain Sauvage


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



IrDA und ThinkPad R51

2006-08-08 Thread Sebastian Niehaus
Hallo,

ich bekomme es nicht hin, eine IrDA-Verbindung zwischen Handy und
Laptop aufzubauen. Beim Handy (Siemens M65) ist IrDA eingschaltet und
funktioniert grundsätzlich.


Die Konfiguration habe ich etwa entsprechend
http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA#Serial_IR_.28SIR.29http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA#Serial_IR_.28SIR.29
vorgenommen, mit Debian Sarge und Kernel 2.6.15 aus Backports.org

Das Modul ircomm_tty lädt nicht von alleine, nach einem modprobe
ircomm_tty ergibt sich folgendes Bild:

,
| crystalline:/home/niehaus# lsmod | grep ^ir
| ircomm_tty 33608  0
| ircomm 19940  1 ircomm_tty
| irtty_sir   7776  2
| irda  16  4 ircomm_tty,ircomm,irtty_sir,sir_dev
`

Die Datei /etc/default/irda-utils nach dpkg-reconfigure irda-utils: 

,
| # Set your startup settings for irattach, the IrDA-daemon, here.
| 
| # Set this to 'false' if you do not need to start irattach. Otherwise set it
| # to 'true'.
| ENABLE=true
| 
| # Set discovery mode which usually is a good idea for finding other devices.
| DISCOVERY=true
| 
| # Set IRDA device to access (e.g. /dev/ttyS1 or irda0).
| # In case of irda0, the proper module for FIR-mode has to be set in
| # /etc/modutils/irda-utils (2.4) or /etc/modprobe.d/irda-utils (2.6)
| DEVICE=/dev/ttyS1
| 
| # Set dongle type, e.g. none, tekram, esi, actisys, actisys+, ep7211, girbil,
| # litelink, airport, old_belkin, mcp2120, act200l, ma600). You do not need
| # a dongle for FIR mode.
| DONGLE=none
| 
| # Set the serial device to quiet with setserial. This is only useful on some
| # machines in FIR-mode, so most people should leave it blank. See
| # README.Debian for more information.
| SETSERIAL=
`

irdadump zeigt etwas, aber nur den eigenen Rechner:

,
| crystalline:/home/niehaus# irdadump
| 18:57:50.920974 xid:cmd 24057fce   S=6 s=0 (14)
| 18:57:51.011047 xid:cmd 24057fce   S=6 s=1 (14)
| 18:57:51.101139 xid:cmd 24057fce   S=6 s=2 (14)
| 18:57:51.190701 xid:cmd 24057fce   S=6 s=3 (14)
| 18:57:51.281049 xid:cmd 24057fce   S=6 s=4 (14)
| 18:57:51.370873 xid:cmd 24057fce   S=6 s=5 (14)
| 18:57:51.460680 xid:cmd 24057fce   S=6 s=* crystalline hint=0400 [ 
Computer ] (27)
| 18:57:53.920424 xid:cmd 24057fce   S=6 s=0 (14)
| 18:57:54.010484 xid:cmd 24057fce   S=6 s=1 (14)
| 18:57:54.100597 xid:cmd 24057fce   S=6 s=2 (14)
| 18:57:54.190347 xid:cmd 24057fce   S=6 s=3 (14)
| 18:57:54.280479 xid:cmd 24057fce   S=6 s=4 (14)
`


Hat jemand eine Idee, wie ich weiterkommen kann? 


TIA, 


Sebastian 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: IrDA und ThinkPad R51

2006-08-08 Thread Frank Dietrich
Hi Sebastian,

Sebastian Niehaus [EMAIL PROTECTED] wrote:
ich bekomme es nicht hin, eine IrDA-Verbindung zwischen Handy und
Laptop aufzubauen. Beim Handy (Siemens M65) ist IrDA eingschaltet und
funktioniert grundsätzlich.

Ob ich wirklich einen Tipp liefern kann weiß ich nicht. Hab hier auch
das Problem. Wenn ich den Treiber für den normalen seriellen Port mit
rmmod entferne dann klappt es. Ist für mich akzeptabel, da ich selten
was serielles verwende.

Frank
-- 
Pls wrt in prpr englsh so we cn undrstnd wht ur tlkng abt.



Re: IrDA und ThinkPad R51

2006-08-08 Thread Sebastian Niehaus
Frank Dietrich [EMAIL PROTECTED] writes:

 Hi Sebastian,

 Sebastian Niehaus [EMAIL PROTECTED] wrote:
ich bekomme es nicht hin, eine IrDA-Verbindung zwischen Handy und
Laptop aufzubauen. Beim Handy (Siemens M65) ist IrDA eingschaltet und
funktioniert grundsätzlich.

 Ob ich wirklich einen Tipp liefern kann weiß ich nicht. Hab hier auch
 das Problem. Wenn ich den Treiber für den normalen seriellen Port mit
 rmmod entferne dann klappt es. 

Naja, in dem Kernel sind die seriellen Dinge fest einkompiliert und
ich bin jetzt ganz froh, nicht Kernel neu zu bauen.

,
| crystalline:/home/niehaus# grep SERIO /boot/config-2.6.15-1-686
| CONFIG_SERIO=y
| CONFIG_SERIO_I8042=y
| CONFIG_SERIO_SERPORT=m
| CONFIG_SERIO_CT82C710=m
| CONFIG_SERIO_PARKBD=m
| CONFIG_SERIO_PCIPS2=m
| CONFIG_SERIO_LIBPS2=y
| CONFIG_SERIO_RAW=m
`




Ich habe es aber mal mit dem setserial-Aufruf aus
http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA#Linux_2.6_kernel_config_2
versucht. Danach hat irdadump nichteinmal mehr die eigenen
Meldungen angezeigt.


Danke dennoch,


Sebastian


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: IRDA-Verbindung zum Mobiltelefon

2006-05-02 Thread Wolf Wiegand
Hallo Frank,

erst mal Danke für Deine Bemühungen.

Frank Dietrich wrote:

 Was ich bei mir aber schon festgestellen musste. Sobald der
 Treiber für normale serielle Unterstützung geladen ist wird der
 IR-Port vom Modul nicht mehr gefunden. Falls Du also keine serielle
 Schnittstelle mehr am Notebook hast und das Modul nicht anderweitig
 brauchst, versuch es mal mit deaktiviertem.

Das brachte auch keine Besserung.

 Habe ich aktiviert und bin jetzt mal der Anleitung von
 http://thinkwiki.org/wiki/How_to_make_use_of_IrDA gefolgt, was mir
 aber auch nicht geholfen hat:
 
 Hast Du auch die Einstellungen für Deinen Kernel vorgenommen?

Ich habe 2.6.17-rc3 im Einsatz und die Einträge übernommen, die im
Abschnitt für Debian für /etc/modprobe.d/irda-utils und
/etc/modules.conf aufgeführt sind.

 Gibt es denn bei Dir das entsprechende /dev/ttySx Device?

Die Device-Files gibt es natürlich, es steckt aber nichts dahinter:

# cat /dev/ttyS*
cat: /dev/ttyS0: No such device or address
cat: /dev/ttyS1: No such device or address
cat: /dev/ttyS2: No such device or address
cat: /dev/ttyS3: No such device or address
cat: /dev/ttyS4: No such device or address

Ich denke, dass irgendeine Einstellung in /etc/modutils/irda-utils oder
/etc/modprobe.d/irda-utils falsch ist - nur welche?

Schönen Gruß,

Wolf
-- 
An meinem Hochzeitstag bringe ich niemanden um. (Mickey/Natural Born Killers)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: IRDA-Verbindung zum Mobiltelefon

2006-04-30 Thread Frank Dietrich
Hallo Wolf,

Wolf Wiegand [EMAIL PROTECTED] wrote:
kann mir jemand einen Tipp geben, wo ich anfangen soll, wenn ich eine
IRDA-Verbindung zu meinem Telefon aufbauen will?

Bin zwar auch nicht _der_ Experte, aber kann Dir zumindest meine
Erkenntnisse mitteilen.

Irgendwie finde ich dazu keine anständige Dokumentation. 

Scheint wohl daran zu liegen, das sich die ganzen Hersteller nicht
wirklich auf was einheitliches einigen konnten/wollten.

CONFIG_IRDA=y
CONFIG_IRCOMM=y
CONFIG_IRTTY_SIR=y
CONFIG_IRPORT_SIR=y
CONFIG_USB_IRDA=y

1. was für einen IR Port nutzt Du denn (vermute mal einen der per USB
angesteckt wird)
2. es gibt zwei Übertragungsmodi SIR und FIR, welchen
unterstützt Dein Port
3. aktiviere doch mal CONFIG_IRDA_DEBUG im Kernel, vllt sieht man
dann schon was nicht richtig will

Frank
-- 
Jeder Mensch bereitet uns auf irgend eine Art Vergnügen.
Der eine, wenn er ein Zimmer betritt,
der andere, wenn er es verlässt.



Re: IRDA-Verbindung zum Mobiltelefon

2006-04-30 Thread Wolf Wiegand
Hallo,

Frank Dietrich wrote:

 Scheint wohl daran zu liegen, das sich die ganzen Hersteller nicht
 wirklich auf was einheitliches einigen konnten/wollten.

In der letzte Mail vergessen: Es handelt sich um ein Nokia 6111.

 1. was für einen IR Port nutzt Du denn (vermute mal einen der per USB
 angesteckt wird)

Es ist ein in mein Notebook eingebauter IR-Port, der müsste doch
eigentlich als als serielles Device zur Verfügung stehen, oder? Bei
lsusb wird er zumindest nicht angezeigt.

 2. es gibt zwei Übertragungsmodi SIR und FIR, welchen
 unterstützt Dein Port

Lt. thinkwiki.org wird FIR unterstützt.

 3. aktiviere doch mal CONFIG_IRDA_DEBUG im Kernel, vllt sieht man
 dann schon was nicht richtig will

Habe ich aktiviert und bin jetzt mal der Anleitung von
http://thinkwiki.org/wiki/How_to_make_use_of_IrDA gefolgt, was mir aber
auch nicht geholfen hat:

/etc/modprobe.d/irda-utils:

alias tty-ldisc-11 irtty-sir
alias char-major-161 ircomm-tty
alias irda0 nsc-ircc
options dongle_id=0x09 io=0x2f8 irq=3 dma=3

lsmod:

nsc_ircc   17324  0 
irtty_sir   6080  2 
sir_dev12908  1 irtty_sir
ircomm_tty 29128  2 
ircomm 16196  1 ircomm_tty

dmesg:

IrCOMM protocol (Dag Brattli)
ircomm_tty_attach_cable()
ircomm_tty_ias_register()
sirdev_get_instance - ircomm0
irtty_open - ircomm0: irda line discipline opened
irlap_change_speed(), setting speed to 9600
nsc-ircc, Found chip at base=0x02e
nsc-ircc, driver loaded (Dag Brattli)
IrDA: Registered device irda1
nsc-ircc, Found dongle: HP HSDL-1100/HSDL-2100

Sagt Dir das irgendwas?

Schönen Gruß,

Wolf (ich will doch nur den Debian-Swirl als Logo aufspielen :-)
-- 
Büroschimpfwort des Tages: Leitzluder - Kollege, dessen Sozialkontakte einzig 
aus den Gesprächen mit einsamen Aktenordnern bestehen. (Sven-Lukas Müller)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: IRDA-Verbindung zum Mobiltelefon

2006-04-30 Thread Frank Dietrich
Hallo Wolf,

Wolf Wiegand [EMAIL PROTECTED] wrote:
Frank Dietrich wrote:
 Scheint wohl daran zu liegen, das sich die ganzen Hersteller nicht
 wirklich auf was einheitliches einigen konnten/wollten.
In der letzte Mail vergessen: Es handelt sich um ein Nokia 6111.

Dann kann ich Dir vielleicht etwas mehr helfen. Ich nutze hier einen
Notebook mit einem Nokia 6110 und übetrage die Daten mit gnokii.

Was ich bei mir aber schon festgestellen musste. Sobald der
Treiber für normale serielle Unterstützung geladen ist wird der
IR-Port vom Modul nicht mehr gefunden. Falls Du also keine serielle
Schnittstelle mehr am Notebook hast und das Modul nicht anderweitig
brauchst, versuch es mal mit deaktiviertem.

Habe ich aktiviert und bin jetzt mal der Anleitung von
http://thinkwiki.org/wiki/How_to_make_use_of_IrDA gefolgt, was mir
aber auch nicht geholfen hat:

Hast Du auch die Einstellungen für Deinen Kernel vorgenommen?

dmesg:

IrCOMM protocol (Dag Brattli)
ircomm_tty_attach_cable()
ircomm_tty_ias_register()
sirdev_get_instance - ircomm0
irtty_open - ircomm0: irda line discipline opened
irlap_change_speed(), setting speed to 9600
nsc-ircc, Found chip at base=0x02e
nsc-ircc, driver loaded (Dag Brattli)
IrDA: Registered device irda1
nsc-ircc, Found dongle: HP HSDL-1100/HSDL-2100

So wie es scheint wird alles korrekt gefunden.

Aber probiere das mal mit dem Modul für den seriellen Port aus. Hier
[1] wird genau dieses Problem für ein anderes Notebook, aber selber
Chip, auch erwähnt.
Gibt es denn bei Dir das entsprechende /dev/ttySx Device?

Frank

[1] http://tuxmobil.org/asus_l3800c_e.html
-- 
If it ain't broken, don't fix it!



IRDA-Verbindung zum Mobiltelefon

2006-04-29 Thread Wolf Wiegand
Hallo,

kann mir jemand einen Tipp geben, wo ich anfangen soll, wenn ich eine
IRDA-Verbindung zu meinem Telefon aufbauen will? Irgendwie finde ich
dazu keine anständige Dokumentation. Was ich bisher probiert habe (mehr
Stochern im Nebel als alles andere):

#~ irattach /dev/ircomm0 -s
#~ cat /proc/net/irda/discovery 
IrLMP: Discovery log:

#~

irdadump gibt auch nichts zurück, /dev/ttyS* sind keinem Gerät
zugeordnet Ich meine, alle nötigen Kerneloptionen aktiviert zu haben:

CONFIG_IRDA=y
CONFIG_IRCOMM=y
CONFIG_IRTTY_SIR=y
CONFIG_IRPORT_SIR=y
CONFIG_USB_IRDA=y

$~ dmesg | grep -i ir | grep -iv irq
usbcore: registered new driver irda-usb
USB IrDA support registered
IrCOMM protocol (Dag Brattli)

An der Hardware liegt es nicht, mit Windows funktioniert der Zugriff.

tia,

Wolf
-- 
Büroschimpfwort des Tages: E-mail-Exorzist - Kollege, bei dem die gesamte 
Elektropost verloren geht. (Sven-Lukas Müller)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Compiling Sigmatel USB/IRDA software

2006-04-03 Thread Noble, Stephen R.



Hi,

I'm having a similar 
problem with making the Atmelwlandiver. It seems that URB_ASYNC_UNLINK is 
not necessary/supported in 2.6.xx. I can't find any mention of it anywhere 
of importance in the source code. In Atmelwlandiver, if the linux version 
is 2.4, then URB_ASYNC_UNLINK is defined, otherwise URB_ASYNC_UNLINK . 
However, although URB_ASYNC_UNLINK exists in 2.4, it is not in 2.6. I 
think I'm going to comment out the definition, or add one to the usb 
header. Haven't decided yet which is better.

Steve 
Noble


Re: IrDA i Nokia 6310i

2006-03-10 Thread Czyż Marek
Title: Wiadomość






Activer Irda sur mon portable [RESOLU]

2006-03-05 Thread giggz
Bonjour la liste,

j'avais posté en janvier 2006 pour demander de l'aide pour activer
l'Irda sur mon portable :

Slt la liste,

j'essaye d'activer la port infrarouge de mon portable (ss sid avec
dernier noyau). Apparemment j'ai un port qui supporte le FIR. J'ai
regardé sous window$ et le gestionnaire de périphériques me marque:
sur Intel(R) 82801DBM LPC Interface Controller - 24CC

un lspci me donne cette ligne ci :
ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge
(rev 03)

je suppose qu'il y a correspondance...
dans le noyau j'ai activé l'irda et installé irda-utils. évidemment
je me suis retrouvé bloqué à la configuration de irda-utils, car il
demande le module natif à charger...je n'ai aucune idée de celui qui
convient. Je les ai essayé un à un. certains ne se chargent pas : il
me reste dc les choix possibles suivants :
IrDA USB dongles
SigmaTel STIr4200 bridge
Toshiba Type-O IR Port
VLSI 82C147 SIR/MIR/FIR
VIA VT8231/VT1211 SIR/MIR/FIR

auriez vous déjà réussi à faire fonctionner ce type de port
infrarouge??? merci de me répondre

Guillaume

Bon j'ai résolu le pb :

En SIR :
on configure irda-utils en série avec par exemple /dev/ttyS1
on charge les modules :
crc_ccitt
irda
sir_dev
irtty_sir

En FIR :
mon module c'est nsc_ircc. Il ne se charge pas seul! en effet un
modprobe nsc_ircc ne suffit pas. Il y a en effet un conflit avec le
driver 8250 qui active les ports série (si j'ai bien compris...). Soit
on se débrouille pour modifier l'ordre de chargement des modules
(nsc_ircc avant 8250), soit (comme moi) on a 8250 en dur et dc on doit
utiliser setserial : je charge automatiquement (/etc/modules) les 2
modules : irda, crc_ccitt. Ensuite tout est ds la configuration de
irda-utils. On configure irda-utils en natif avec irda0. (on doit
pouvoir passer des options; chez moi ça fonctionne ss). Par contre il
faut utiliser setserial : SETSERIAL=/dev/ttyS1 uart none port 0 irq 0

Voilà j'ai bien un irda0 et le service irda-utils qui tourne et qui
cherche...

En espérant que ça puisse servir à qqn
Bon we
Giggz


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Activer Irda sur mon portable

2006-01-22 Thread giggz
Bon je me réponds à moi-même :
ds le paquet irda-utils (qui est le paquet qui gère l'irda en
instable), on trouve la commande findchip qui permet de déterminer son
chipset FIR.
De mon côté il ne me renvoie rien (en root), j'en déduie que le
driver pour mon FIR n'est pas encore développé.
apparemment j'obtiens une interface irda0 avec le driver série
irtty...je vais m'en contenter.

Bon we
Giggz



Re: Activer Irda sur mon portable

2006-01-22 Thread François Boisson
Le 22 Jan 2006 02:35:32 -0800
giggz [EMAIL PROTECTED] a écrit:

 Bon je me réponds à moi-même :
 ds le paquet irda-utils (qui est le paquet qui gère l'irda en
 instable), on trouve la commande findchip qui permet de déterminer son
 chipset FIR.
 De mon côté il ne me renvoie rien (en root), j'en déduie que le
 driver pour mon FIR n'est pas encore développé.
 apparemment j'obtiens une interface irda0 avec le driver série
 irtty...je vais m'en contenter.
 

Ce findchip m'a l'air douteux, j'ai fait marcher l'Irda de mon Toshiba
à taton en utilisant finalement le Dongle «esi». Cependant findchip
indique que dalle.

lspci donne
:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge
(rev 02)

(pourquoi serait l'interface IRDA?). Les modules chargés sont les
suivants:

esi  736   1 (autoclean)
irtty   5504   2 (autoclean)
irda   79724   0 (autoclean) [esi irtty]

L'ensemble marche parfait avec un Philips 362 dans les deux sens en
utilisant irobex_palm3.

François Boisson


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Activer Irda sur mon portable

2006-01-22 Thread giggz
Cool, un retour d'expérience!

pour le ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface
Bridge (rev 03), j'ai pensé que c'était le fameux port infrarouge par
comparaison avec ce que me donnait window$ et aussi par ce que c'est la
seule ligne que je n'ai pas encore identifiée dans mon lspci...

bon je n'ai pas encore pu tester si ça fonctionne, mais avec les
modules suivant chargés :
irtty_sir   6272  0
sir_dev16300  1 irtty_sir
irda  107576  1 sir_dev
crc_ccitt   2176  1 irda

et irda-utils d'installer, j'ai un irda0 de créer et une recherche
permanente de nouveaux périphériques infrarouges.

J'essayrai plus tard les 'dongles même si je n'ai pas compris ce que
c'était...atteins ttu une vitesse de transfert correct avec???

ah oui, une autre question : comment savoir sur quel /dev/ttySX,
l'infrarouge se trouve???

merci
Giggz



Re: Activer Irda sur mon portable

2006-01-22 Thread François Boisson
Le 22 Jan 2006 05:09:07 -0800
giggz [EMAIL PROTECTED] a écrit:

 Cool, un retour d'expérience!
 
 pour le ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface
 Bridge (rev 03), j'ai pensé que c'était le fameux port infrarouge par
 comparaison avec ce que me donnait window$ et aussi par ce que c'est la
 seule ligne que je n'ai pas encore identifiée dans mon lspci...
 
 bon je n'ai pas encore pu tester si ça fonctionne, mais avec les
 modules suivant chargés :
 irtty_sir   6272  0
 sir_dev16300  1 irtty_sir
 irda  107576  1 sir_dev
 crc_ccitt   2176  1 irda
 
 et irda-utils d'installer, j'ai un irda0 de créer et une recherche
 permanente de nouveaux périphériques infrarouges.
 
 J'essayrai plus tard les 'dongles même si je n'ai pas compris ce que
 c'était...atteins ttu une vitesse de transfert correct avec???
 
 ah oui, une autre question : comment savoir sur quel /dev/ttySX,
 l'infrarouge se trouve???

A vrai dire, j'ai changé de portable Mardi, et ai essayé le transfert
hier. Je n'ai pas vraiment bien compris. Pour comprendre l'usage des
outils, j'ai utilisé cette page

http://www.indidea.org/gael/fr/irda-linux-nokia.php

J'ai mis /dev/ttyS1 complètement au pif et je ne crois pas que
irobex_palm3 s'en serve. En fait, mes grandes chox ont été
L'apparition /dev/irda0 dans /sbin/ifconfig après le
/etc/init.d/irda-utils start 

puis l'apparition de mon téléphone dans

 /proc/net/irda/discovery 

lorsque je le met devant le port infra rouge et en attente de
connexion. Mes options dans /etc/defaults/irda-utils sont
ENABLE=true
DISCOVERY=true
DEVICE=/dev/ttyS1
DONGLE=esi
SETSERIAL=

Pour faire un transfert, je lance bêtement 
irobex_palm3 (paquet openobex-apps) et j'ordonne le transfert depuis le
téléphone. Réciproquement, pour envoyer un fichier, je met le téléphone
en réception et je fais «irobex_palm3 fichier» et yop, ça marche. Le
transfert d'une image 60K se fait en 5s environ mais je penses que
c'est surtout la connexion/déconnexion qui prend du temps.

François Boisson


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Activer Irda sur mon portable

2006-01-22 Thread Jean-Damien Durand
On Sunday 22 January 2006 14:50, François Boisson wrote:
 Pour faire un transfert, je lance bêtement
 irobex_palm3 (paquet openobex-apps) et j'ordonne le transfert depuis le
 téléphone.

Pour le protocole IrOBEX j'ai aussi utilise avec success:
en ligne de commande: obexftp
en graphique: obextool, et l'url obex://irda/ dans konqueror (tres pratique 
pour du copier/coller!).

Sinon il y a aussi les classiques du genre xgnokii et wammu pour acceeder a 
des choses plus specifiques - ils marchent ou pas c'est selon ./.. Chez moi 
c'etait pas fameux.

A+, JD.



Activer Irda sur mon portable

2006-01-21 Thread giggz
Slt la liste,

j'essaye d'activer la port infrarouge de mon portable (ss sid avec
dernier noyau). Apparemment j'ai un port qui supporte le FIR. J'ai
regardé sous window$ et le gestionnaire de périphériques me marque:
sur Intel(R) 82801DBM LPC Interface Controller - 24CC

un lspci me donne cette ligne ci :
ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge
(rev 03)

je suppose qu'il y a correspondance...
dans le noyau j'ai activé l'irda et installé irda-utils. évidemment
je me suis retrouvé bloqué à la configuration de irda-utils, car il
demande le module natif à charger...je n'ai aucune idée de celui qui
convient. Je les ai essayé un à un. certains ne se chargent pas : il
me reste dc les choix possibles suivants :
IrDA USB dongles
SigmaTel STIr4200 bridge
Toshiba Type-O IR Port
VLSI 82C147 SIR/MIR/FIR
VIA VT8231/VT1211 SIR/MIR/FIR

auriez vous déjà réussi à faire fonctionner ce type de port
infrarouge??? merci de me répondre

Guillaume



usb-irda sweex dongle to connect to palm

2006-01-14 Thread Mario Frasca
hi everybody,

I'm trying to connect my palm to my linux box via a sweex usb-irda dongle.
my computer has no true serial ports so I cannot connect the palm to the
box directly via a serial port.

I remember I had done it in the past, but I never wrote a script for it
and I don't manage to get it to work again.  maybe when it worked I was on
kernel 2.4...  can't remember.

my system is:
Linux 2.6.11-powerpc #1 Fri May 13 15:47:19 CEST 2005 ppc GNU/Linux

I modprobed irda and it does complete successfully, but my /dev/ttyUSBx
are not attachable via irattach (says the device does not exist).

if I modprobe usbserial and attach to /dev/ttyS1 (S0 being the internal
modem), the box completely freezes.

(I don't think it is a specific iMac question, but I'm crossposting to
that newsgroep as well)

any hints?

thanks,
Mario


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Incapaz de levantar el irda

2006-01-01 Thread ChEnChO
Buenas lista, antes de nada, Feliz Año 2007 xDD

Tengo un portatil hp pavilion zt3000 y tiene su correspondiente
sistema de infrarrojos, pero soy incapaz de hacerlo funcionar. Tengo
un dongle usb que si que funciona, pero el integrado no. Este es el
error que me aparece.

found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227
smsc_superio_flat(): fir: 0x7d0, sir: 0x3e8, dma: 03, irq: 3, mode: 0x0e
smsc_ircc_present: can't get sir_base of 0x3e8
found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227
smsc_superio_flat(): fir: 0x7d0, sir: 0x3e8, dma: 03, irq: 3, mode: 0x0e
smsc_ircc_present: can't get sir_base of 0x3e8
found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227
smsc_superio_flat(): fir: 0x7d0, sir: 0x3e8, dma: 03, irq: 3, mode: 0x0e
smsc_ircc_present: can't get sir_base of 0x3e8

Y no se como darle esa sir_base o encontrarla al módulo... uso un
kernel 2.6.14-4

Gracias
--
... may the source be with you...



Irda i sterowanie pilotem

2005-10-07 Thread Mikołaj Menke

Witam!
Kupiłem sobie port irda na płytę główną Abit BE6-II. Pokombinowałem 
trochę z pakietami i doszedłem do tego, że po uruchomieniu irattach na 
porcie miga mi czerwona dioda. Teraz chciałbym móc np. sterować pilotem 
xmms. Niestety nic mi się nie udaje. Wreszcie doszedłem do tego, żeby 
zabrać się za lirc. Instalacja poszła gładko, ale moduł lirc-serial nie 
udaje się załadować również po wykonaniu komendy setserial /dev/ttyS1 
uart none. Komunikat brzmi:


/lib/modules/2.4.27-2-686/misc/lirc_serial.o: 
/lib/modules/2.4.27-2-686/misc/lirc_serial.o: unresolved symbol 
lirc_unregister_plugin
/lib/modules/2.4.27-2-686/misc/lirc_serial.o: 
/lib/modules/2.4.27-2-686/misc/lirc_serial.o: unresolved symbol 
lirc_register_plugin


Poza tym zauważyłem, że dopóki lirc działa to naciskanie przycisków 
pilota wywołuje w syslogu irlap_state_ndm(), media busy!. Gdy go 
(lirc) wyłączę, komunikat ustaje.
System to Debian Etch, kernel 2.4.27-2-686. Przeszukałem google, ale 
porady w nim zawarte doprowadzają mnie tylko do lirc, którego nie mogę 
uruchomić.

Z góry dziękuję za pomoc.

--
http://www.miki.z.pl miki(AT)z.pl
Gadu-gadu: 2128279 Mobile: +48607345846 IRC: `miki`
Linux Registered User # 285966
bikeWorld.pl Team


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: tv-karte mit irda

2005-09-12 Thread Markus Raab
Alexander Jede wrote:

 Hallo Leute,
 ich habe eine TV-Karte von Typhoon PCI Capture Tv Card mit dem saa7134
 chipsatz.
 An der Karte ist zusätzlich noch ein Anschluss für einen
 Infrarotempfänger.
 Die TV-Karte läuft einwandfrei.
 Mein Problem ist der Infrarotempfänger. Ich würde in gerne mit der
 mitgelieferten Fernbedienung nutzen.

Funktioniert bei mir einwandfrei:
http://www.markus-raab.org/Howtos/Hardware/lirc%20tvkarte

 Es wurden, laut lsmod, das modul ir_comm geladen und ich kann auch
 schon die Lautstärke regeln. Aber was muss ich tun, damit ich auch die
 restlichen Knöpfe nutzen kann?

Steht in der o.g. Doku. Mit kde willst du khotkeys bzw. die einzelnen
Apps Shortcuts umkonfigurieren.

mfg Markus

-- 
http://www.markus-raab.org | Wir leben in einem gefährlichen Zeitalter: 
  -o)  | Der Mensch beherrscht die Natur, bevor er
Kernel 2.6.13  /\  | gelernt hat, sich selbst zu beherrschen. 
on a i686 _\_v | -- Schweitzer, Albert  


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



tv-karte mit irda

2005-09-10 Thread Alexander Jede
Hallo Leute,
ich habe eine TV-Karte von Typhoon PCI Capture Tv Card mit dem saa7134
chipsatz.
An der Karte ist zusätzlich noch ein Anschluss für einen
Infrarotempfänger.
Die TV-Karte läuft einwandfrei.
Mein Problem ist der Infrarotempfänger. Ich würde in gerne mit der
mitgelieferten Fernbedienung nutzen.
Es wurden, laut lsmod, das modul ir_comm geladen und ich kann auch schon
die Lautstärke regeln. Aber was muss ich tun, damit ich auch die
restlichen Knöpfe nutzen kann?
Ich habe mit google leider keine Infos zu meinem Problem gefunden. Da
ist meist die Rede von USB-Dongles.
Hat jemand damit irgendwelche Erfahrung oder kennt jemand nen How-to?
(Und das irda-how-to hab ich schon überflogen)

mfg Alex


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: tv-karte mit irda

2005-09-10 Thread Claus Malter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alexander Jede schrieb:
 Hallo Leute,

Servus,

 Hat jemand damit irgendwelche Erfahrung oder kennt jemand nen How-to?
 (Und das irda-how-to hab ich schon überflogen)

Kann das Programm lirc nicht die Fernbedienung sehr individuell
erkennen? Ich kenn mich nicht so gut damit aus, aber meine Fernbedienung
einst, habe ich mit lirc zum Laufen gebracht.

 mfg Alex

Claus

- --
Claus Malter [EMAIL PROTECTED]
ICQ: 105226435
Web: http://freakempire.de
GnuPG-ID: 0xC252C3D0 http://wwwkeys.de.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDIyHVrWcftsJSw9ARAgdOAJ9YqqBISofQh3nK5HjJhC/xN7tEhwCgr8vv
A014iYNG6nm+UZtcuqu69NI=
=EzXA
-END PGP SIGNATURE-


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



GSM et Irda : transfert image / son / ....

2005-05-16 Thread Bulot Grégory
Bonjour, 

Quelqu'un sait-il comment faire pour récupérer les Photos (éventuellement, 
déposer des sons) sur un Gsm Siemens C65

J'ai irda-tools et scmxx (http://www.hendrik-sattler.de/scmxx), d'installé

j'arrive à récupérer mon carnet d'adresse, mais j'y perds les catégories de N° 
(Perso, Gsm, mail, Fax,...)

mais je comprends pas comment récupérer les photos prises avec, au pif, j'ai 
essayé ceci :
scmxx -d /dev/ircomm0 --get --binary --mem=bmp --slot=0 050511_142142.jpg
(plus variante, sans le nom de fichiers, autre slot, --mem=jpg)

Accessing device /dev/ircomm0...done
Using ISO-8859-15 as system character set.
OK, a modem device is present.
Detected SIEMENS C65
Slot 0...
Error on reading from device: Connexion terminée par expiration du délai 
d'attente



Re: debain /unstable irda

2005-04-25 Thread Dinesh Krishnan
i have lost a driver or an usb infrared cord.so i request u to send me a drive for that.model MA-620
Mobile Action Technology Inc.

Yahoo! India Matrimony: Find your life partner
online.

HP DeskJet 340 IRDA

2005-02-19 Thread Stephan Oy
Hallo zusammen!

Das ist mein erstes Posting hier, seid gegrüßt.

Zu meinem Problem: Vor mir steht hier ein kleiner Tintenstrahl-Drucker
von HP, ein DeskJet 340 (s/w, oder nach Patronenwechsel auch Farbe).
Parallel angeschlossen funktioniert er recht problemlos. Zum Drucken
verwende ich CUPS mit dem Foomatic/pcl3-Treiber.
Zum Drucker gibt es einen InfraRot-Adapter, der direkt auf den
Centronix-Stecker am Drucker passt. Leider lässt er sich damit nicht zum
Drucken überreden. Der Drucker wird nach einem
irattach /dev/ttyS1 -s
in /proc/net/irda/discovery angezeigt. Schickt man einen Druckauftrag an
/dev/irlpt0 (CUPS-Testseite) und nimmt irdadump zur Hand, sieht man
auch, das sie miteinander sprechen. Scheinbar handeln sie aber alle
Nase lang die Verbindung neu aus.
In dem Fall hier haben sie die Verbindung gerade verloren, handeln neu
aus und reden dann wieder. Allerdings kommt irgendwann wieder ein
Aushandeln (nach meinem laienhaften Verständnis):

20:40:35.055270 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:35.555207 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:36.055110 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:36.555045 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:37.054956 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:37.554880 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:38.054804 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:38.554728 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:41.111352 xid:cmd 3466335d   S=6 s=0 (14) 
20:40:41.201325 xid:cmd 3466335d   S=6 s=1 (14) 
20:40:41.286334 xid:rsp 3466335d  3644 S=6 s=1 DeskJet 340
hint=0800 [ Printer ] (27) 20:40:41.291309 xid:cmd 3466335d  
S=6 s=2 (14) 20:40:41.381297 xid:cmd 3466335d   S=6 s=3 (14) 
20:40:41.471284 xid:cmd 3466335d   S=6 s=4 (14) 
20:40:41.561267 xid:cmd 3466335d   S=6 s=5 (14) 
20:40:41.651265 xid:cmd 3466335d   S=6 s=* mirelle hint=8c04 [
Computer Printer IrCOMM ] (24) 20:40:41.651543 snrm:cmd ca=fe pf=1
3466335d  3644 new-ca=a6 LAP QoS: Baud Rate=115200bps Max
Turn Time=500ms Data Size=2048B Window Size=7 Add BOFS=0 Min Turn
Time=5000us Link Disc=12s (32) 20:40:42.178200 snrm:cmd ca=fe pf=1
3466335d  3644 new-ca=a6 LAP QoS: Baud Rate=115200bps Max
Turn Time=500ms Data Size=2048B Window Size=7 Add BOFS=0 Min Turn
Time=5000us Link Disc=12s (32) 20:40:42.722110 snrm:cmd ca=fe pf=1
3466335d  3644 new-ca=a6 LAP QoS: Baud Rate=115200bps Max
Turn Time=500ms Data Size=2048B Window Size=7 Add BOFS=0 Min Turn
Time=5000us Link Disc=12s (32) 20:40:42.835112 ua:rsp ca=a6 pf=1
3466335d  3644 LAP QoS: Baud Rate=115200bps Max Turn
Time=500ms Data Size=512B Window Size=1 Add BOFS=2 Min Turn Time=0us
Link Disc=12s (31) 20:40:42.838099 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:42.854100 rr:rsp  ca=a6 pf=1 nr=0 (2) 
20:40:42.855121 i:cmd   ca=a6 pf=1 nr=0 ns=0 LM slsap=23 dlsap=00
CONN_CMD (6) 20:40:43.355997 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:43.376982 rr:rsp  ca=a6 pf=1 nr=0 (2) 
20:40:43.378034 i:cmd   ca=a6 pf=1 nr=0 ns=0 LM slsap=23 dlsap=00
CONN_CMD (6) 20:40:43.398306 rr:rsp  ca=a6 pf=1 nr=1 (2) 
20:40:43.399052 rr:cmd  ca=a6 pf=1 nr=0 (2) 
20:40:43.898936 rr:cmd  ca=a6 pf=1 nr=0 (2) 

Irgendwann scheint eine der Drucker dann aufzugeben, er schaltet
einfach ab ohne gedruckt zu haben. Bleibt noch zu erwähnen, dass das
Drucken per Infrarot unter Win2k funktioniert hat. Irda unter Linux geht
eigentlich auch: ich habe auf ein Siemens S55 per ObexFTP zugegriffen.

Nun die Frage: Hat es schonmal jemand geschafft, diesen oder einen
ähnlichen Drucker unter Linux per InfraRot zu verwenden?


Zur Ausstattung meines Notebooks:
Debian testing,  Kernel-Version ist 2.6.8 (selber kompiliert)
Cups v1.1.23 (Stable Release, Binaries: easysw.com).
Irda module sind: irda, ircomm, ircomm-tty, irtty-sir und sir-dev
Im BIOS steht FIR für IRDA eingestellt.


Gruß an alle und Danke für Eure Hilfe
Stephan Oy



Re: irda p å en Acer Aspire 1353lc

2004-12-09 Thread Henrik Lindström
On Tue, Nov 02, 2004 at 11:18:02PM +0100, Christian wrote:
 Hejsan.
 
 Jag har försökt få igång den inbyggda irporten på min laptop nu ett tag.
 Målet är att kunna synca min T610 med laptopen.
 
 Men jag kan inte få det att funka. Jag har kommit så långt att jag får
 igång porten, men jag kan inte pinga något. Jag är helt fast. 
 
 vid uppstart av datorn säger dmesg:
 
 Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing
 enabled
 ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
 sirdev_get_instance - ttyS1
 irtty_open - ttyS1: irda line discipline opened
 irlap_change_speed(), setting speed to 9600
 
 och när jag kör irdadump säger dmesg:
 
 sirdev_put_instance
 irtty_close - ttyS1: irda line discipline closed
 sirdev_get_instance - ttyS1
 irtty_open - ttyS1: irda line discipline opened
 irlap_change_speed(), setting speed to 9600
 
 ifconfig irda0 säger:
 
 irda0 Link encap:IrLAP  HWaddr 90:00:00:00  
   UP RUNNING NOARP  MTU:2048  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:8 
   RX bytes:0 (0.0 b)  TX bytes:23192 (22.6 KiB)
 
 
 Någon som har något förslag på hur jag ska få det att fungera?
 
 Tacksam för svar.
 
 
 
 -- 
 Christian [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Hej...

Detta är nog inte till någon vidare hjälp, men skaffa en blåtandsadapter
istället för ir som är lite halvsunk, dlinks funkar klockrent under
linux och är relativt billig.



irda på en Acer Aspire 1353lc

2004-11-02 Thread Christian
Hejsan.

Jag har försökt få igång den inbyggda irporten på min laptop nu ett tag.
Målet är att kunna synca min T610 med laptopen.

Men jag kan inte få det att funka. Jag har kommit så långt att jag får
igång porten, men jag kan inte pinga något. Jag är helt fast. 

vid uppstart av datorn säger dmesg:

Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing
enabled
ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
sirdev_get_instance - ttyS1
irtty_open - ttyS1: irda line discipline opened
irlap_change_speed(), setting speed to 9600

och när jag kör irdadump säger dmesg:

sirdev_put_instance
irtty_close - ttyS1: irda line discipline closed
sirdev_get_instance - ttyS1
irtty_open - ttyS1: irda line discipline opened
irlap_change_speed(), setting speed to 9600

ifconfig irda0 säger:

irda0 Link encap:IrLAP  HWaddr 90:00:00:00  
  UP RUNNING NOARP  MTU:2048  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:8 
  RX bytes:0 (0.0 b)  TX bytes:23192 (22.6 KiB)


Någon som har något förslag på hur jag ska få det att fungera?

Tacksam för svar.



-- 
Christian [EMAIL PROTECTED]



debain /unstable irda

2004-05-17 Thread Gernot Sadlo
Hallo,

###
Debian (unstable)
###

habe hier ein Dongle von Mobile Action Technology, Inc. MA-620 USB
Infrared Adapter.


Dieses wird auch von hotplug erkannt und eingebunden.

lsusb zeigt.
Bus 002 Device 001: ID :
Bus 001 Device 003: ID 0df7:0620 Mobile Action Technology, 
Inc. MA-6 20 USB Infrared Adapter


Bei einem Versuch mein 6220 Handy anzusprechen (via gammu
oder gnokii) zu Connecten schlägt logischerweise fehl da...

irdadump es auch nicht erkennt.

19:18:03.391504 xid:cmd d8f1a1cc   S=6 s=0 (14)
19:18:03.481485 xid:cmd d8f1a1cc   S=6 s=1 (14)
19:18:03.571471 xid:cmd d8f1a1cc   S=6 s=2 (14)
19:18:03.661459 xid:cmd d8f1a1cc   S=6 s=3 (14)
19:18:03.751443 xid:cmd d8f1a1cc   S=6 s=4 (14)
19:18:03.841429 xid:cmd d8f1a1cc   S=6 s=5 (14)
19:18:03.931417 xid:cmd d8f1a1cc   S=6 s=* debian hint=0400 [
Computer ] (22) 

Hmm, habe mittels irattach /dev/ttyUSB0 -s und die Rechte auf 666 gesetzt.

Das Modul MA600_sir (Kernel 2.6.5) ist geladen und auch pl2303, dazu noch
irtty_usb, usbserial usw.

Habe ich evt. was vergessen?

-- 
 
gernot


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



irda port funktioniert nicht

2004-04-03 Thread Tobias Krais
Liebe Liste,

leider funktioniert bei mir mal wieder ein Gert nicht. Ich habe eine
schnelle Infrarot-Schnittstelle in meinem Notebook, bekomme aber mit
irdadump keinen Output. Im Windoof funktioniert das Gert tadellos. Ich
benutze der Kernel 2.4.24. 
Meine /etc/irda.conf lautet:

IRDADEV=/dev/ttyS1
DISCOVERY=-s
ENABLE=yes

Im Kernel sind folgende Module drin:

bash-2.05b# lsmod | grep ir
irnet  18092   0  (unused)
ppp_generic20836   0  [irnet]
irlan  39452   0  (unused)
irport  7592   0  (unused)
irtty   8608   2
ircomm-tty 33696   0  (unused)
ircomm 14604   0  [ircomm-tty]
irda  157280   0  [irnet irlan irport irtty ircomm-tty
ircomm]

Kann mir jemand einen Tipp geben? Ich komme nicht mehr weiter.

Danke im voraus!

Grssle, Tobias



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Probleme beim Compilieren der IrDA-Utils-0.9.15

2004-02-02 Thread Michael . Reiss
Hallo,

ich habe ein Problem, wenn ich make all der IrDA-Utils-0.9.15 mache:
am Ende bricht er mit folgenden Fehlermeldungen ab:

netbuf.h:40: glib.h. No such file or directory
make[3]: *** [irdadump.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive-am] Error 2

Woran liegt das denn??
Ich benutze Debian Woody R2, die glib-1.2 hab ich mit Hilfe von dselect installiert.

Kann mir da jemand helfen??
Vielen Dank

Michael





-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Probleme beim Compilieren der IrDA-Utils-0.9.15

2004-02-02 Thread Joerg Rieger
On Mon, Feb 02, 2004 at 11:39:55AM +0100, [EMAIL PROTECTED] wrote:
 ich habe ein Problem, wenn ich make all der IrDA-Utils-0.9.15 mache:
 am Ende bricht er mit folgenden Fehlermeldungen ab:
 
 netbuf.h:40: glib.h. No such file or directory
 make[3]: *** [irdadump.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive-am] Error 2
 
 Woran liegt das denn??
 Ich benutze Debian Woody R2, die glib-1.2 hab ich mit Hilfe von dselect installiert.

auch libglib1.2-dev?

-- 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Probleme beim Compilieren der IrDA-Utils-0.9.15

2004-02-02 Thread Michael . Reiss
Zitiere Joerg Rieger [EMAIL PROTECTED]:

 On Mon, Feb 02, 2004 at 11:39:55AM +0100, [EMAIL PROTECTED]
 wrote:
  ich habe ein Problem, wenn ich make all der IrDA-Utils-0.9.15 mache:
  am Ende bricht er mit folgenden Fehlermeldungen ab:
 
  netbuf.h:40: glib.h. No such file or directory
  make[3]: *** [irdadump.o] Error 1
  make[2]: *** [all-recursive] Error 1
  make[1]: *** [all-recursive-am] Error 2
 
  Woran liegt das denn??
  Ich benutze Debian Woody R2, die glib-1.2 hab ich mit Hilfe von dselect
 installiert.

 auch libglib1.2-dev?


Ja, die libglib1.2-dev ist auch installiert 








-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Known compatible USB-Irda adapters?

2004-01-25 Thread Todd Pytel
After much troubleshooting, it now seems clear that the serial connector
on my Palm has died. So I'm planning to go with IR instead. I've found
some pages that suggest that most adapters should work fine, but product
listings at retailers don't really give any specifics as to chipsets and
such. Does anyone have any pointers as to known-good USB/Irda adapters?

-- 
Todd Pytel


Signature attached
PGP Key ID 77B1C00C


pgp0.pgp
Description: PGP signature


Re: Controlando con bluetooth/irDa

2004-01-02 Thread R Leon
yo lo que he usado es un programa que sirve para detectar codigo de un control 
remoto infrarrojo cualquiera mediante un sencillo circuito que se conecta a el 
puerto serial  http://www.lirc.org/


otra cosa que he usado (mas complicado) es recibir la señal IR del control 
remoto y convertirla a señal de teclado mediante un microcontrolador, en este 
caso no importa el sistema operativo ya que solo usas el teclado, incluso 
algunas veces los dejeo conectados los dos (mi circuito y el teclado) y 
funcionan ambos aunque no creo que sea muy recomendable


saludos

Ghe Rivero wrote:

Hola gente!
Hace tiempo vi a un tipejo realizando una presentación con OO.o, pero
lo q más me llamó la atención es que para desplazar las transparencias,
lo hacía a través de una especie de mando a distancia por lo que no
tenía que tocar para nada el portatil y quedaba bastante chulo. Alguien
conoce o tiene experiencia con estos aparatejos? Con qué suelen
funcionar, bluetooth, irda? Thx

Ghe Rivero





Controlando con bluetooth/irDa

2004-01-01 Thread Ghe Rivero
Hola gente!
Hace tiempo vi a un tipejo realizando una presentación con OO.o, pero
lo q más me llamó la atención es que para desplazar las transparencias,
lo hacía a través de una especie de mando a distancia por lo que no
tenía que tocar para nada el portatil y quedaba bastante chulo. Alguien
conoce o tiene experiencia con estos aparatejos? Con qué suelen
funcionar, bluetooth, irda? Thx

Ghe Rivero


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: Controlando con bluetooth/irDa

2004-01-01 Thread Knil
El Viernes 02 Enero 2004 02:50, Ghe Rivero escribió:
 Hola gente!
   Hace tiempo vi a un tipejo realizando una presentación con OO.o, pero
 lo q más me llamó la atención es que para desplazar las transparencias,
 lo hacía a través de una especie de mando a distancia por lo que no
 tenía que tocar para nada el portatil y quedaba bastante chulo. Alguien
 conoce o tiene experiencia con estos aparatejos? Con qué suelen
 funcionar, bluetooth, irda? Thx

   Ghe Rivero

Pues veras... Aparentemente y segun lo que yo e visto en bastantes 
presentaciones es que el aparatito ese es del Video Proyector.. y no de la 
LapTop... 

Debo decir que cada ves que rentabamos el Video Proyector era con PowerPoint y 
nunca vi a un tipo usando SoftwareLibre... asi que me hace suponer que es el 
Video Proyector el que se comunica con PowerPoint... 

No e utilizado Las presentaciones de OO.. Pero supongo que debe de funcionar 
con el mismo principio...

Otra cosa.. No estoy al Tanto de que tan bien funcionan los Video Proyectores 
en Linux... El tipo de la presentacion usaba OO en Win..??



-- 
/-Martin O-/
   Debian SID - KDE 3.2
Kernel 2.6
hoy, mas ignorante que ayer




Re: Controlando con bluetooth/irDa

2004-01-01 Thread Ghe Rivero
On Fri, 2004-01-02 at 22:36, Knil wrote:
 Otra cosa.. No estoy al Tanto de que tan bien funcionan los Video Proyectores 
 en Linux... El tipo de la presentacion usaba OO en Win..??

SuSe + KDE para ser exactos

Ghe Rivero



signature.asc
Description: This is a digitally signed message part


IRDA

2003-09-26 Thread Simon Tod
I'm trying to use the IRDA port on my personal laptop
to communicate with my work laptop (Windows 2K) via
IRDA. I've read through the IRDA HowTo and using
irattach got the port apparently operational - putting
the two devices in proximity the Windows box picks up
the connection and the command irdump on the Linux box
appears to suggest something's happening... but trying
to transfer files from the Windows box and I've no
idea how to even try and transfer files from the Linux
box.
Many thanks


=
---
Simon Tod
[EMAIL PROTECTED]


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: USB2.0 and IRDA on IBM ThinkPad T40

2003-09-20 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Es Dissabte 20 Setembre 2003 20:14, en Fallen_Angel va escriure:
 Hi,

 this notebook works great with linux, but there are few problems.

 I tried to use a USB 2.0 Harddisk on it and it runs with the ehci driver
 on the new kernel 2.4.22 with 400KByte/sec it's not fast, should make up
 to 8MByte/sec.

 Also IRDA doesn't work for me, anyone fixed this problems
I don't know about it, but at http://www.linux-on-laptops.com/ibm.html I've 
found 3 pages concerning to the T40 laptop and 4 about T40p laptop  ;)

- -- 
  Joan Tur. Eivissa-Spain
Jabber, Yahoo  AIM: quini2k
www.ClubIbosim.org
Linux: usuari registrat 190.783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/bNdiok8j9RhtetwRAhxbAKCE8CTTZUTE6eKdlU1yu1ox8TdIWwCcD3r0
0jcXctP6suwo1f6rjQFne7U=
=kBD0
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: irda auf Toshiba Satelite 5200-701 DANKE!

2003-09-18 Thread Peter Kuechler
Hallo!

Danke an alle Helfer zu diesem Thema!
Es funktioniert jetzt tatsächlich. Allerdings hat es nur durch einen Mix der 
verschiedenen Anleitungen funktioniert. Wenn ich mich stur an eine der 
Anleitungen gehalten habe, dann hat es nicht funktioniert (egal bei welcher 
Anleitung)

Hier der Vollständigkeit halber mein Vorgehen, so wie es (bei mir) 
funktioniert. Ich setze vorraus, das alle benötigten Kernelmodule vorhanden 
sind, Kernelversion ist 2.4.22 (Vanilla):

ircomm-tty 22528   0  (autoclean)
ircomm  8744   0  (autoclean) [ircomm-tty]
smc-ircc7520   1 
irport  5416   1  [smc-ircc]
irda   98160   0  [ircomm-tty ircomm smc-ircc irport]

Die Datei /etc/modutils/irda sieht so aus:
---start--
alias tty-ldisc-11 irtty
# The following is for new kernel.
alias char-major-161 ircomm-tty

# To be able to attach some dongles
alias irda-dongle-0 tekram
alias irda-dongle-1 esi
alias irda-dongle-2 actisys
alias irda-dongle-3 actisys
alias irda-dongle-4 girbil
alias irda-dongle-5 litelink
alias irda-dongle-6 airport
alias irda-dongle-7 old_belkin

# FIR device drivers.
# options smc-ircc ircc_irq= ircc_dma=
# alias irda0 smc-ircc
# options toshoboe max_baud=
# alias irda0 toshoboe
# options w83977af_ir io= io2= irq= qos_mtt_bits=
# alias irda0 w83977af_ir
options smc-ircc ircc_dma=3 ircc_irq=3

pre-install smc-ircc /usr/local/sbin/tosh5100-smcinit
alias irda0 smc-ircc

# To use the NSC driver on a Thinkpad laptop: uncomment the following:
# options nsc-ircc dongle_id=0x09
# alias irda0 nsc-ircc
---stop--
1.)Man sieht hier, das ich bei options smc-ircc nicht alle Parameter angegeben 
habe. Da ich mit allen Parametern Probleme hatte habe ich es so versucht und 
es hat funktioniert. Frag mich bitte keiner warum:-)
2.) Ich habe hier das Initialisierungsprogram tosh5100-smcinit verwendet. In 
einer anderen Anleitung gibt es noch ein toshsat1800-irdasetup. Das läuft 
zwar auch durch, benutzt aber ander Werte für DMA, IRQ usw., aber mit diesen 
anderen Werten hat es nicht funktioniert.
3.) Nach dem ändern dieser Datei den Aufruf update-modules nicht vergessen;-)

Die Datei /etc/irda.conf sieht so aus:
---start--
#irda.conf Version: 1.0
IRDADEV=irda0
DONGLE=none # specify dongle type
DISCOVERY=-s
ENABLE=yes # if you do not need to start irattach, set no
---stop--
So, das wars an Konfiguration.

Wenn man jetzt /etc/init.d/irda start aufruft, dann wird irda gestartet.
Danach kann man z.B. minicom -s aufrufen. In miniocm setzt man dann die 
Schnittstelle auf /dev/ircomm0. Dadurch werden automatisch die Module
ircomm-tty und ircomm geladen. Ich konnte danach mir den normale AT-Befehlen 
auf mein Siemens S35 zugreifen.

Interessant wird es allerdings erst mit dem Program scmxx. Damit kann man 
praktisch alles aus dem Handy auslesen was drinn ist;-)

Ich hoffe zwei Sachen:
Einmal, das ihr mir die lange Mail hier verzeiht, zum anderen, das ich 
vieleicht einem Leidensgenossen damit helfen kann:-)

Danke nochmal an alle Helfer,


-- 

mfg

Peter Küchler 



--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: irda auf Toshiba Satelite 5200-701 DANKE!

2003-09-18 Thread Martin Heinrich
Hi,

super das es doch noch geklappt hat! 

Gruss.
Martin


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-15 Thread Andre Kalus
On Sun, 14 Sep 2003 23:33:56 +0200, Robert Rakowicz wrote:


 das meinte ich nicht. Ich kann in meiner gericom in BIOS SIR oder FIR
 einstellen. Unter Linux /mit meinem Compi) tut es nur wenn SIR
 eingestellt ist.

Das BIOS vom Gericom X5 ist spartanisch - IRDA kann nur enabled oder
disabled werden. Habe ich jetzt mal disabled - gleiches Ergebnis: Linux
erkennt IRDA trotzdem, alles wie gehabt, keine anderen Devices gefunden.


 PS: Gibt es einen freien News-Server, der diese Gruppe vorhält und
 Posten erlaubt?
 
 Keine Ahnung. Was gefehlt Dir an der ML nicht?
 
Ich habe unter Mails lieber nur wirkliche Mails. Newsgruppen verwende
ich einen eigenen Newsreader - da lese ich dann nur das, was mich
interessiert.
Bei einer solch aktiven Gruppe wie dieser wäre es mir auch zu
anstrengend, alle Nachrichten herunterzuladen - bin nur über ISDN drin.

Habe jetzt was gefunden: www.gmane.org; dies ist jetzt mein erstes
Posting, mal sehen, ob es läuft.

Viele Grüße
Andre


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-14 Thread Martin Heinrich
 IRDA-Howto und ähnliches gelesen. Hat irgendjemand noch Ideen?

 Vielen Dank

 Andre
Hi Andre,

würd dich erstmal auf http://www.linux-on-laptops.com/ verweisen.
Die Seiten haben mir nach langem Probieren auch geholfen.
Viel Spass beim probieren... hab hier heut bis um 1 gebastelt bis alles 
lief! :-D

Gruss
Martin


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



irda auf Toshiba Satelite 5200-701

2003-09-14 Thread Peter Kuechler
Hallo!

Ich habe hier ein gut laufendes SID mit Kernel 2.4.22 auf einem Toshiba 
Satelite 5200-701. Jetzt brauch ich auch noch die irda-Schnittstelle und 
bekomme sie nicht zum laufen.

Kann mir jemand sagen, ob und wie ich sie zum Leben erwecken kann?
Nach 3 Stunden Google habe ich nur einen Hinweis gefunden, das es 
funktionieren soll, aber leider nichts weiter führendes:-(

Hat jemand ein paar Tips für mich?

-- 

mfg

Peter Küchler 



--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: irda auf Toshiba Satelite 5200-701

2003-09-14 Thread Kai Lindenberg
Hi Peter,

Am Sonntag, 14. September 2003 11:16 schrieb Peter Kuechler:

 Ich habe hier ein gut laufendes SID mit Kernel 2.4.22 auf einem
 Toshiba Satelite 5200-701. Jetzt brauch ich auch noch die
 irda-Schnittstelle und bekomme sie nicht zum laufen.

 Kann mir jemand sagen, ob und wie ich sie zum Leben erwecken
 kann? Nach 3 Stunden Google habe ich nur einen Hinweis gefunden,
 das es funktionieren soll, aber leider nichts weiter führendes:-(

die Seite http://newsletter.toshiba-tro.de/main/ kennst du?

Insbesondere für dich ist vielleicht 
http://newsletter.toshiba-tro.de/main/main/MachineInfoAus.php?os=1machine=357devices=6d_typ=207
interessant.

Ich habe ein ToshSat5000-201, mit dem gleichen IrDA-Chip, leider 
funktioniert es bei mir nicht.
Vielleicht hast du mehr Glück.

Kai



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: irda auf Toshiba Satelite 5200-701

2003-09-14 Thread Martin Heinrich
 Ich habe ein ToshSat5000-201, mit dem gleichen IrDA-Chip, leider
 funktioniert es bei mir nicht.
 Vielleicht hast du mehr Glück.

 Kai
Die Seite die vielleicht euer Leben verändern wird:
http://www.janerob.com/rob/ts5100/irda.html

also wenns bei meinem 2410-404er geklappt hat geh ich stark davon aus dass das 
bei Euch nur nen Klacks ist... :-D
ansonsten www.linux-on-laptops.com anschauen. Die is echt gut.

Gruss
Martin


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: irda auf Toshiba Satelite 5200-701

2003-09-14 Thread Kai Lindenberg
Hi Martin,

Am Sonntag, 14. September 2003 12:15 schrieb Martin Heinrich:
  Ich habe ein ToshSat5000-201, mit dem gleichen IrDA-Chip,
  leider funktioniert es bei mir nicht.
  Vielleicht hast du mehr Glück.

 Die Seite die vielleicht euer Leben verändern wird:
 http://www.janerob.com/rob/ts5100/irda.html

 also wenns bei meinem 2410-404er geklappt hat geh ich stark davon
 aus dass das bei Euch nur nen Klacks ist... :-D
 ansonsten www.linux-on-laptops.com anschauen. Die is echt gut.

Vielen Dank, ich habe es ausprobiert, aber leider ist auf dem 5000er 
eine andere ISA-Bridge als auf dem 5100er, die nicht unterstützt 
wird.

Kai



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: irda auf Toshiba Satelite 5200-701

2003-09-14 Thread Martin Heinrich
On Sunday 14 September 2003 14:12, Kai Lindenberg wrote:
 Hi Martin,

 Am Sonntag, 14. September 2003 12:15 schrieb Martin Heinrich:
   Ich habe ein ToshSat5000-201, mit dem gleichen IrDA-Chip,
   leider funktioniert es bei mir nicht.
   Vielleicht hast du mehr Glück.
 
  Die Seite die vielleicht euer Leben verändern wird:
  http://www.janerob.com/rob/ts5100/irda.html
 
  also wenns bei meinem 2410-404er geklappt hat geh ich stark davon
  aus dass das bei Euch nur nen Klacks ist... :-D
  ansonsten www.linux-on-laptops.com anschauen. Die is echt gut.

 Vielen Dank, ich habe es ausprobiert, aber leider ist auf dem 5000er
 eine andere ISA-Bridge als auf dem 5100er, die nicht unterstützt
 wird.

 Kai

Das ist doof, schade...

Ciao Martin



--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-14 Thread Robert Rakowicz
Andre Kalus [EMAIL PROTECTED] writes:

Hi,

 Hallo,
 
 ich bekomme Irda auf meinem Laptop (Gericom X5, Via-Chipsatz) einfach nicht zum 
 Laufen (Kernel 2.6.0-test1 bis test 5). Zuerst habe ich es mit den SIR-Treibern 
 versucht:
 
 modprobe serial
 modprobe irtty-sir
 irattach /dev/ttyS0 -s
 
 Sieht vom Log recht gut aus...
[...]

hast Du im BIOS es auch entsprechend eingetragen?

P.S. Deine Zeilen sind viel zu lang ;(

Pozdrawiam/Gruß/Regards
Robert Rakowicz

-- 
Robert Rakowicz
E-Mail: [EMAIL PROTECTED]
URL:www.rjap.de


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-14 Thread Andre Kalus
On Sun, 14 Sep 2003 22:10:10 +0200, Robert Rakowicz wrote:

 Andre Kalus [EMAIL PROTECTED] writes:
 Sieht vom Log recht gut aus...
 [...]
 
 hast Du im BIOS es auch entsprechend eingetragen?

Im BIOS ist IRDA aktiviert. Windoof kann auch damit umgehen - das hasse
ich - Windoof kann was, was ich mit Linux nicht tun kann :-(((

 
 P.S. Deine Zeilen sind viel zu lang ;(

Danke, ich stelle es erschreckt fest. In meinem Mail-Prog
(Sylpheed-Claws) ist das Wrapping korrekt; habe jetzt Smartwrapping aus,
mal sehen ob es besser ist.

Viele Grüße Andre

PS: Gibt es einen freien News-Server, der diese Gruppe vorhält und 
Posten erlaubt?


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-14 Thread Andre Kalus
On Sun, 14 Sep 2003 08:10:08 +0200, Martin Heinrich wrote:

 IRDA-Howto und ähnliches gelesen. Hat irgendjemand noch Ideen?

 
 würd dich erstmal auf http://www.linux-on-laptops.com/
 verweisen. Die Seiten haben mir nach langem Probieren auch geholfen.

Leider kannte ich sowohl die Seite als auch alle Berichte zum X5
bereits, aber trotzdem danke.

 Viel Spass beim probieren... hab hier heut bis um 1 gebastelt bis
 alles lief! :-D
 
Ja, wenn es dann nach dem Basteln läuft, ist es gut. Leider läuft es
nach jetzt vielen Stunden basteln immer noch nicht...

Viele Grüße
Andre


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Irda-Probleme

2003-09-14 Thread Robert Rakowicz
Andre Kalus [EMAIL PROTECTED] writes:

 On Sun, 14 Sep 2003 22:10:10 +0200, Robert Rakowicz wrote:
 
  Andre Kalus [EMAIL PROTECTED] writes:
  Sieht vom Log recht gut aus...
  [...]
  
  hast Du im BIOS es auch entsprechend eingetragen?
 
 Im BIOS ist IRDA aktiviert. Windoof kann auch damit umgehen - das hasse
 ich - Windoof kann was, was ich mit Linux nicht tun kann :-(((

das meinte ich nicht. Ich kann in meiner gericom in BIOS SIR oder FIR
einstellen. Unter Linux /mit meinem Compi) tut es nur wenn SIR eingestellt ist.
 
  
  P.S. Deine Zeilen sind viel zu lang ;(
 
 Danke, ich stelle es erschreckt fest. In meinem Mail-Prog
 (Sylpheed-Claws) ist das Wrapping korrekt; habe jetzt Smartwrapping aus,
 mal sehen ob es besser ist.

Das habe ich leider auch festellen müssen :(. Ich habe meiner Mutter
Compi gemacht und die hat mir jetzt eine (erste) Mail geschickt. Tja
alles viel zu lang obwohl ich im Sylpheed es entsprechend eingetragen habe.

 PS: Gibt es einen freien News-Server, der diese Gruppe vorhält und 
 Posten erlaubt?

Keine Ahnung. Was gefehlt Dir an der ML nicht?

Pozdrawiam/Gruß/Regards
Robert Rakowicz

-- 
Robert Rakowicz
E-Mail: [EMAIL PROTECTED]
URL:www.rjap.de


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Irda-Probleme

2003-09-13 Thread Andre Kalus
Hallo,

ich bekomme Irda auf meinem Laptop (Gericom X5, Via-Chipsatz) einfach nicht zum Laufen 
(Kernel 2.6.0-test1 bis test 5). Zuerst habe ich es mit den SIR-Treibern versucht:

modprobe serial
modprobe irtty-sir
irattach /dev/ttyS0 -s

Sieht vom Log recht gut aus...

Sep 14 02:02:35 renate kernel: Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing 
disabled
Sep 14 02:02:35 renate kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 14 02:02:53 renate kernel: sirdev_get_instance - ttyS0
Sep 14 02:02:53 renate kernel: irtty_open - ttyS0: irda line discipline opened
Sep 14 02:02:54 renate irattach: executing: 'echo renate  /proc/sys/net/irda/devname'
Sep 14 02:02:54 renate irattach: executing: 'echo 1  /proc/sys/net/irda/discovery'
Sep 14 02:02:54 renate irattach: Starting device irda0
Sep 14 02:02:54 renate kernel: irlap_change_speed(), setting speed to 9600

... leider werden bei einem irdadump keine anderen Devices gefunden (nur der Computer 
selber).

Verwende ich die neuen Via-FIR-Treiber, scheitert es bereits beim Initialisieren:

setserial /dev/ttyS0 uart none
rmmod serial
irattach irda0 -s

wobei irda0 ein alias von via_ircc ist. Das ergibt folgenden Fehler:

Sep 14 02:01:01 renate irattach: executing: '/sbin/modprobe irda0'
Sep 14 02:01:01 renate irattach: + FATAL: Module via_ircc already in kernel.
Sep 14 02:01:01 renate irattach: Trying to load module irda0 exited with status 1
Sep 14 02:01:01 renate irattach: executing: 'echo renate  /proc/sys/net/irda/devname'
Sep 14 02:01:01 renate irattach: executing: 'echo 1  /proc/sys/net/irda/discovery'
Sep 14 02:01:01 renate irattach: Starting device irda0
Sep 14 02:01:01 renate irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 14 02:01:01 renate irattach: Stopping device irda0
Sep 14 02:01:01 renate irattach: ioctl(SIOCGIFFLAGS): No such device
Sep 14 02:01:01 renate irattach: exiting ...


IRDA-Howto und ähnliches gelesen. Hat irgendjemand noch Ideen?

Vielen Dank

Andre


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Irda (smc) Palm m515

2003-09-08 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hallo!

I've got both a Palm m515 and a laptop with a FIR irda hardware (SMC).  I've 
read the IrDA-howto but it doesn't seem to be up to date  8-(

Anyone there using IrDA under linux???

Here's my lsmod and dmesg output:
- -
Module  Size  Used byNot tainted
smc-ircc7046   0  (unused)
irport  5000   0  [smc-ircc]
irda   93148   0  [smc-ircc irport]
- -
found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227
SMC IrDA Controller found
 IrCC version 2.0, firport 0x230, sirport 0x3f8 dma=3, irq=4
IrDA: Registered device irda0
- -

TIA  ;)
- -- 
  Joan Tur. Eivissa-Spain
Jabber, Yahoo  AOL: quini2k
www.ClubIbosim.org
Linux: usuari registrat 190.783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/XMm7ok8j9RhtetwRAkfuAJoDi1XqadzvFOjsR14K33mxXQpB+QCdGgqv
wPvzAbDwlf5Gsy46T6TIXhM=
=Bm5j
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Irda - Infrarot meldet dauernd Fehler

2003-03-31 Thread Malte Giere
Hallo,
ich habe vor einiger Zeit an meinem Notebook Irda Unterstuetzung in den
Kernel gepackt, mich erkundigt, was ich benoetige um die Fotos von einem
Handy abzurufen, und die Pakete installiert.
Unter anderem sollte er sich melden, wenn er ein ein Infrarot Geraet
findet.
Das lief aber nicht und geriet in Vergessenheit.

Nun habe ich gerade das Notebook gestartet und, obwohl kein infrarot
geraet in der Naehe ist, meldet er andauernd:
Virtual device irlan0 asks to queue packet!

Ein weiser Mensch sagte auf der Cebit zu mir, Google wuesste viel.
Doch dazu kann selbst das Orakel nicht viel sagen, die einzigen
vernuenftigen Seiten sind nicht mehr existent, bzw. laden einfach mal
nicht.

Ich bin von Gentoo umgestiegen und habe das apt-* System noch nicht ganz
verstanden, so bekomme ich die Meldung einfach nicht weg. ( Ich gehe von
einem falschen Paket aus...)

Kann mir jemand helfen, vielleicht mit einem nuetzlichen Link?

Danke,
Malte


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



irda linux - WinCE PocketPC2002

2003-03-27 Thread Vincent Poirriez

Bonjour,

 je suis entrain d'essayer de configurer le prt irda de mon Thinkpad T23
pour pouvoir causer avec un PDA sous WinCE PocketPC2002.

 J'ai installé les packages irda-tools, irda-common et recompilé un noyau avec 
les modules
irda.

J'ai trouvé un how-to un peu vieux, qui ne m'aide pas.

 Quelqu'un saurais-t-l faire.

A oui, je suis avec un  noyau 2.4.18

 Un des pb est que je ne sais pas quel choix faire quand j'installe le paquet 
irda-common

Merci de toute aide.
-- 
courriel: [EMAIL PROTECTED]  
tel: (33)[0]3 27 51 19 53 
Université de Valenciennes et du Hainaut-Cambrésis - Le Mont Houy
F-59313 Valenciennes cedex 9 - FRANCE
http://www.univ-valenciennes.fr/LAMIH/ROI/poirriez



IrDA - ppp-Connection via Mobile Phone

2003-02-27 Thread Dieter Schoppitsch
Hi all,

I would like to etablish a ppp-connection via IrDA-port and 
my mobile phone to my ISP.
But what works via serial cable - lacks on my knowledge about IrDA.

dmesg shows the entry: IrDA (tm) Protocols for Linux-2.2

I need a IrDA-device for an entry in pppconfig.
But I don't have a device entry which shows something like ircom.

What's missing? What do I have to do? 

TIA
Dieter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



synching palm via irda port

2003-01-07 Thread Geoff Crompton
  Hi everyone,

  Has anyone got any pointers on synching a Palm IIIxe via a IR port on
a laptop? I've got the ircomm kernel modules loaded, and I've tried
specifying the /dev/ircomm0 device with pilot-xfer, but there doesn't
seem to be any action.

  Thanks
  Geoff Crompton


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [2. Versuch] IrDA und gnokii - GELOEST

2002-09-05 Thread Thomas Watz

Marcus Jodorf schrieb am Montag, 2. September 2002 17:45:

 
 Also, wer noch einen Hinweis hat, oder mir auch sagen kann, daß
 wenigstens meine IrDA Konf. stimmt, sollte sich nicht zurückhalten.
 
 Ich kann dort zumindest keinen Fehler entdecken. Sieht bei mir auf dem
 Laptop praktisch genauso aus (nur halt ohne Dongle und gnokii) und mein
 S45 kann ich problemlos so nutzen.
 Falls Du per minicom mit dem Telefon kommunizieren kannst, dann ist das
 ziemlich sicher ein gnokii Problem.

Hallo,

das Problem ist gelöst. Es lag daran, daß die gnokii Konfigurationsdatei 
gnokiirc es nicht verträgt, wenn man inline Kommentare einsetzt, also z.B.

model = 8210   # 6210

Nach dem Entfernen aller Kommentare aus gnokiirc läuft alles perfekt. 
Leider ist dieser Fehler noch nicht mal den gnokii Entwickleren auf der ML 
aufgefallen, obwohl ich meine gnokiirc ca. 4x gepostet habe. :-(
Hat mich viel Nerven und etliche Wochen gekostet. Man soll's nicht glauben.

Vielen Dank für Eurer Mitdenken

Thomas

-- 
God said: tar xvzf universe.tar.gz - and the Universe was!



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [2. Versuch] IrDA und gnokii

2002-09-02 Thread Thomas Watz

Robert Rakowicz schrieb am Sonntag, 1. September 2002 23:56:

 Thomas Watz [EMAIL PROTECTED] writes:
[...]
 Ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum Laufen
 zu bringen und bin bisher gescheitert. Vielleicht kann mir hier der ein
 oder andere noch einen Tipp geben. Bin zwar auch auf der gnokii ML, aber
 dort haben mir die Tipps noch nicht weitergeholfen. Da benutzt keiner
 Debian, scheint's :-(
 
 [..]
 
 ich sehe hier niergends womit Du Probleme hast. Was willst Du genau
 machen und was geht dabei nicht ?

Tja, ich würde gerne gnokii und mein 8210 über IrDA zusammenbringen. Über 
ein Kabel geht das auch problemlos.

IMHO habe ich alles eingestellt, was einzustellen war und IMHO läuft die 
Irdaverbindung auch so wie sie soll. Nur eben nicht mit gnokii. Für mich 
habe ich jetzt daraus geschlossen, daß gnokii eben irgendein Problem hat 
die Verbindung herzustellen, auf der ML wird da aber nicht weiter 
eingegangen.
Jetzt dachte ich, daß vielleicht hier einer gnokii über IrDA benutzt und 
mir noch einen Tipp geben kann.
Ansonsten ziehe ich mir jetzt ab und zu das Neueste gnokii aus dem CVS und 
versuche es erneut, außerdem lese ich die gnokii ML.

Also, wer noch einen Hinweis hat, oder mir auch sagen kann, daß wenigstens 
meine IrDA Konf. stimmt, sollte sich nicht zurückhalten.

Danke, Thomas
-- 
God said: tar xvzf universe.tar.gz - and the Universe was!



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [2. Versuch] IrDA und gnokii

2002-09-02 Thread Robert Rakowicz

Thomas Watz [EMAIL PROTECTED] writes:

Hi,

 Robert Rakowicz schrieb am Sonntag, 1. September 2002 23:56:
 
  Thomas Watz [EMAIL PROTECTED] writes:
 [...]
  Ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum Laufen
  zu bringen und bin bisher gescheitert. Vielleicht kann mir hier der ein
  oder andere noch einen Tipp geben. Bin zwar auch auf der gnokii ML, aber
  dort haben mir die Tipps noch nicht weitergeholfen. Da benutzt keiner
  Debian, scheint's :-(
  
  [..]
  
  ich sehe hier niergends womit Du Probleme hast. Was willst Du genau
  machen und was geht dabei nicht ?
 
 Tja, ich würde gerne gnokii und mein 8210 über IrDA zusammenbringen. Über 
 ein Kabel geht das auch problemlos.
 
 IMHO habe ich alles eingestellt, was einzustellen war und IMHO läuft die 
 Irdaverbindung auch so wie sie soll. Nur eben nicht mit gnokii. Für mich 
 habe ich jetzt daraus geschlossen, daß gnokii eben irgendein Problem hat 
 die Verbindung herzustellen, auf der ML wird da aber nicht weiter 
 eingegangen.
 Jetzt dachte ich, daß vielleicht hier einer gnokii über IrDA benutzt und 
 mir noch einen Tipp geben kann.
 Ansonsten ziehe ich mir jetzt ab und zu das Neueste gnokii aus dem CVS und 
 versuche es erneut, außerdem lese ich die gnokii ML.
 
 Also, wer noch einen Hinweis hat, oder mir auch sagen kann, daß wenigstens 
 meine IrDA Konf. stimmt, sollte sich nicht zurückhalten.

also da ich immer nicht weiß was Du machen willst versuche ich mal es zu
erraten. Du willst z.B das Adressbuch auslesen, richtig ? Muß das
überhaupt mit gnokii über irda gehen ? Ich meine das zumindest einige
Funktionen dem Datenkabel vorbehalten bleiben (in verbindung mit
gnokii). Es durfte kein Problem sein über irda z.B ins Internet zu gehen
da es im Gerät ein normales Modem sich befindet. Welche Version hast
Du im Einsatz ?

Pozdrawiam/Gruß/Regards
Robert Rakowicz
-- 
Robert Rakowicz
E-Mail: [EMAIL PROTECTED]
URL:www.rjap.de


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [2. Versuch] IrDA und gnokii

2002-09-02 Thread Thomas Watz

Robert Rakowicz schrieb am Montag, 2. September 2002 17:39:
 [...]
  Ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum
  Laufen zu bringen und bin bisher gescheitert. Vielleicht kann mir hier
  [..]
 also da ich immer nicht weiß was Du machen willst versuche ich mal es zu
 erraten. Du willst z.B das Adressbuch auslesen, richtig ? Muß das
 überhaupt mit gnokii über irda gehen ? Ich meine das zumindest einige
 Funktionen dem Datenkabel vorbehalten bleiben (in verbindung mit
 gnokii). Es durfte kein Problem sein über irda z.B ins Internet zu gehen
 da es im Gerät ein normales Modem sich befindet. Welche Version hast
 Du im Einsatz ?

Hallo Robert,

o.k. jetzt weiß ich, was Du meinst :-)

Also, ich möchte mittels gnokii (bzw. eigentlich xgnokii) das Telefonbuch 
verwalten, meine SMS'se lesen, schreiben, empfangen und ggf. den Kalender 
und die Termine (falls das schon geht). Das Ganze soll über IrDA laufen, da 
das über Kabel ein ziemliches Gefuddel ist (Gerät aus, Akku raus, Stecker 
rein, Akku rein, Gerät an :-| Und das Ganze wieder rückwärts :-| ).

Aber: ich komme noch nicht mal in gnokii rein. Hier ein Output mit der 
Option --enable-debug.

gamma:/home/thomas# gnokii --identify
GNOKII Version 0.5.0pre
Opened configuration file /root/.gnokiirc
Added new section global
Adding key/value port//dev/ircomm0
Adding key/value model/8210
Adding key/value initlength/default
Adding key/value connection/irda#serial
Adding key/value bindir//usr/sbin/
Adding key/value serial_baudrate/56100 #115200
Adding key/value use_locking/no
Serial device: opening device /dev/ircomm0
Serial port speed 56100 not supported!
Serial device: setting speed to 115200
Serial device: setting RTS to low and DTR to high
Getting phone info (old way)...
Message sent: 0xd1 / 0x0005
00 01 00 03 00  |
The fbus stream is out of sync - expected 0x0c, got  0
SM_Block Retry - 0
Message sent: 0xd1 / 0x0005
00 01 00 03 00  |
The fbus stream is out of sync - expected 0x0c, got  0
SM_Block Retry - 1
Message sent: 0xd1 / 0x0005
00 01 00 03 00  |
The fbus stream is out of sync - expected 0x0c, got  0
SM_Block Retry - 2
Telephone interface init failed: Command timed out. Quitting.

Und da ich obiges nicht deuten kann, dachte ich es könnte mir vielleicht 
jemand sagen, ob wenigstens die IrDA Konf. stimmt (IMHO stimmt die nämlich 
und ich weiß eben nichts mehr daran zu drehen).

Meine Software-Version des Handys ist 5.16 (die Neuste ist 5.31). Ich 
bemühe mich ein Fasherkabel zu bekommen, um das zu ändern, aber momentan 
muß ich damit leben. Es ist allerdings nicht auszuschließen, daß es daran 
liegen könnte.

Thomas
-- 
God said: tar xvzf universe.tar.gz - and the Universe was!



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [2. Versuch] IrDA und gnokii

2002-09-01 Thread Robert Rakowicz

Thomas Watz [EMAIL PROTECTED] writes:

Hi,

 Hallo,
 habe das schon mal gepostet (ohne Antworten). Hat wirklich keiner eine 
 Idee. Nehme jede noch so kleine Idee als Anstoß gerne an.
 Thomas
 
 Ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum Laufen zu 
 bringen und bin bisher gescheitert. Vielleicht kann mir hier der ein oder 
 andere noch einen Tipp geben. Bin zwar auch auf der gnokii ML, aber dort 
 haben mir die Tipps noch nicht weitergeholfen. Da benutzt keiner Debian, 
 scheint's :-(
 
[..]

ich sehe hier niergends womit Du Probleme hast. Was willst Du genau
machen und was geht dabei nicht ?

Pozdrawiam/Gruß/Regards
Robert Rakowicz
-- 
Robert Rakowicz
E-Mail: [EMAIL PROTECTED]
URL:www.rjap.de


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




[2. Versuch] IrDA und gnokii

2002-08-31 Thread Thomas Watz

Hallo,
habe das schon mal gepostet (ohne Antworten). Hat wirklich keiner eine 
Idee. Nehme jede noch so kleine Idee als Anstoß gerne an.
Thomas

Ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum Laufen zu 
bringen und bin bisher gescheitert. Vielleicht kann mir hier der ein oder 
andere noch einen Tipp geben. Bin zwar auch auf der gnokii ML, aber dort 
haben mir die Tipps noch nicht weitergeholfen. Da benutzt keiner Debian, 
scheint's :-(

Stand:

Nokia 8210 und Actisys IR220L+ (serieller Dongle) läuft an COM1.
Unter Win98 kann ich damit arbeiten, d.h. prinzipiell funktioniert die 
Kommuniktion.

BS: Debian testing/unstable-Mix mit Kernel 2.4.19

Die geladenen Kernelmodule:

gamma:/home/thomas# lsmod
Module  Size  Used byNot tainted
ircomm-tty 30144   0  (autoclean)
ircomm 13180   0  (autoclean) [ircomm-tty]
irtty   7296   2  (autoclean)
serial 44128   1  (autoclean)
actisys 1408   1
irda  138060   1  [ircomm-tty ircomm irtty actisys]

Meine Kernel-Konfiguration:

#
# IrDA (infrared) support
#
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
CONFIG_IRPORT_SIR=m

#
# Dongle support
#
CONFIG_DONGLE=y
# CONFIG_ESI_DONGLE is not set
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
# CONFIG_GIRBIL_DONGLE is not set
# CONFIG_LITELINK_DONGLE is not set
# CONFIG_OLD_BELKIN_DONGLE is not set

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m

Installierte Programme:

gamma:/home/thomas# dpkg --list irda
||/ Name  Version   
Description
+++-=-=
ii  irda-common   0.9.14-18 
IrDA management utilities
ii  irda-tools0.9.14-18 
IrDA handling tools

Konfiguration von irda-common:

gamma:/home/thomas# cat /etc/irda.conf
#irda.conf Version: 1.0
IRDADEV=/dev/ttyS0
DONGLE=actisys+
DISCOVERY=-s
ENABLE=yes # if you do not need to start irattach, set no

Erkennung angschlossener Geräte:

gamma:/home/thomas# irdadump
08:20:18.011305 xid:cmd 485437f3   S=6 s=0 (14)
08:20:18.101302 xid:cmd 485437f3   S=6 s=1 (14)
08:20:18.191301 xid:cmd 485437f3   S=6 s=2 (14)
08:20:18.281304 xid:cmd 485437f3   S=6 s=3 (14)
08:20:18.371302 xid:cmd 485437f3   S=6 s=4 (14)
08:20:18.461304 xid:cmd 485437f3   S=6 s=5 (14)
08:20:18.461291 xid:rsp 485437f3  0942 S=6 s=4 Nokia 8210 hint=b125 [ 
PnP Modem Fax Telephony IrCOMM IrOBEX ] (27)
08:20:18.551302 xid:cmd 485437f3   S=6 s=* gamma hint=0400 [ 
Computer ] (21)

8 packets received by filter

und:
gamma:/home/thomas# cat /proc/net/irda/discovery
IrLMP: Discovery log:

nickname: Nokia 8210, hint: 0xb125, saddr: 0x485437f3, daddr: 0x2341

Der Status der seriellen Schnittstellen:

gamma:/home/thomas# setserial -bg /dev/ttyS*
/dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
/dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A

Die Konfiguration von gnokii:

gamma:/home/thomas# cat ~/.gnokiirc
[global]
port = /dev/ircomm0
#port = /dev/ttyS0
model = 8210
initlength = 1#default
connection = irda#serial
bindir = /usr/sbin/
#serial_baudrate = 115200
use_locking = no


Und schließlich der Aufruf von gnokii:

gamma:/home/thomas# gnokii --identify
/usr/bin/gnokii
GNOKII Version 0.4.3
Telephone interface init failed! Quitting.

und der Aufruf mit xgnokii:

gamma:/home/thomas# exit
exit
thomas@gamma:~$ xgnokii
GSM/FBUS init failed!
GSM/FBUS init failed!
GSM/FBUS init failed!
GSM/FBUS init failed!
[...]


Während der gnokii-Aufrufe wandelt sich das IrDA Symbol im 8210 von 
blinkend in nicht-blinkend, d.h. es ist wohl ein Kontakt da!?

Der Aufruf mit minicom bringt auch einen Kontakt über ircomm0. AT-OK ist 
möglich.

gamma:/etc/minicom# cat minirc._dev_ircomm0
# Machine-generated file - use minicom -s to change parameters.
pr port /dev/ttyS0
pu baudrate 115200
pu bits 8
pu parity   N
pu stopbits 1


Vielleicht kann mir noch einer einen weiteren Tipp geben? Die Entwickler 
haben wohl auch 8210 mit IrDA am Laufen, allerdings mit Mainboardadaptern.

Vielen Dank

Thomas
-- 
God said: tar xvzf universe.tar.gz - and the Universe was!



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




IrDA, gnokii und 8210

2002-08-25 Thread Thomas Watz

Hallo,
ich versuche seit einiger Zeit mein 8210 mit gnokii über IrDA zum Laufen zu 
bringen und bin bisher gescheitert. Vielleicht kann mir hier der ein oder 
andere noch einen Tipp geben. Bin zwar auch auf der gnokii ML, aber dort 
haben mir die Tipps noch nicht weitergeholfen. Da benutzt keiner Debian, 
scheint's :-(

Stand:

Nokia 8210 und Actisys IR220L+ (serieller Dongle) läuft an COM1.
Unter Win98 kann ich damit arbeiten, d.h. prinzipiell funktioniert die 
Kommuniktion.

BS: Debian testing/unstable-Mix mit Kernel 2.4.19

Die geladenen Kernelmodule:

gamma:/home/thomas# lsmod
Module  Size  Used byNot tainted
ircomm-tty 30144   0  (autoclean)
ircomm 13180   0  (autoclean) [ircomm-tty]
irtty   7296   2  (autoclean)
serial 44128   1  (autoclean)
actisys 1408   1
irda  138060   1  [ircomm-tty ircomm irtty actisys]

Meine Kernel-Konfiguration:

#
# IrDA (infrared) support
#
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
CONFIG_IRPORT_SIR=m

#
# Dongle support
#
CONFIG_DONGLE=y
# CONFIG_ESI_DONGLE is not set
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
# CONFIG_GIRBIL_DONGLE is not set
# CONFIG_LITELINK_DONGLE is not set
# CONFIG_OLD_BELKIN_DONGLE is not set

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m

Installierte Programme:

gamma:/home/thomas# dpkg --list *irda*
||/ Name  Version   
Description
+++-=-=
ii  irda-common   0.9.14-18 
IrDA management utilities
ii  irda-tools0.9.14-18 
IrDA handling tools

Konfiguration von irda-common:

gamma:/home/thomas# cat /etc/irda.conf
#irda.conf Version: 1.0
IRDADEV=/dev/ttyS0
DONGLE=actisys+
DISCOVERY=-s
ENABLE=yes # if you do not need to start irattach, set no

Erkennung angschlossener Geräte:

gamma:/home/thomas# irdadump
08:20:18.011305 xid:cmd 485437f3   S=6 s=0 (14)
08:20:18.101302 xid:cmd 485437f3   S=6 s=1 (14)
08:20:18.191301 xid:cmd 485437f3   S=6 s=2 (14)
08:20:18.281304 xid:cmd 485437f3   S=6 s=3 (14)
08:20:18.371302 xid:cmd 485437f3   S=6 s=4 (14)
08:20:18.461304 xid:cmd 485437f3   S=6 s=5 (14)
08:20:18.461291 xid:rsp 485437f3  0942 S=6 s=4 Nokia 8210 hint=b125 [ 
PnP Modem Fax Telephony IrCOMM IrOBEX ] (27)
08:20:18.551302 xid:cmd 485437f3   S=6 s=* gamma hint=0400 [ 
Computer ] (21)

8 packets received by filter

und:
gamma:/home/thomas# cat /proc/net/irda/discovery
IrLMP: Discovery log:

nickname: Nokia 8210, hint: 0xb125, saddr: 0x485437f3, daddr: 0x2341

Der Status der seriellen Schnittstellen:

gamma:/home/thomas# setserial -bg /dev/ttyS*
/dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
/dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A

Die Konfiguration von gnokii:

gamma:/home/thomas# cat ~/.gnokiirc
[global]
port = /dev/ircomm0
#port = /dev/ttyS0
model = 8210
initlength = 1#default
connection = irda#serial
bindir = /usr/sbin/
#serial_baudrate = 115200
use_locking = no


Und schließlich der Aufruf von gnokii:

gamma:/home/thomas# gnokii --identify
/usr/bin/gnokii
GNOKII Version 0.4.3
Telephone interface init failed! Quitting.

und der Aufruf mit xgnokii:

gamma:/home/thomas# exit
exit
thomas@gamma:~$ xgnokii
GSM/FBUS init failed!
GSM/FBUS init failed!
GSM/FBUS init failed!
GSM/FBUS init failed!
[...]


Während der gnokii-Aufrufe wandelt sich das IrDA Symbol im 8210 von 
blinkend in nicht-blinkend, d.h. es ist wohl ein Kontakt da!?

Der Aufruf mit minicom bringt auch einen Kontakt über ircomm0. AT-OK ist 
möglich.

gamma:/etc/minicom# cat minirc._dev_ircomm0
# Machine-generated file - use minicom -s to change parameters.
pr port             /dev/ttyS0
pu baudrate         115200
pu bits             8
pu parity           N
pu stopbits         1


Vielleicht kann mir noch einer einen weiteren Tipp geben? Die Entwickler 
haben wohl auch 8210 mit IrDA am Laufen, allerdings mit Mainboardadaptern.

Vielen Dank

Thomas
-- 
God said: tar xvzf universe.tar.gz - and the Universe was!



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




IrDA und Softmodem von PowerBook G4

2002-05-05 Thread Dieter Schuster

Tach auch!

Ich habe hier ein PowerBook G4 2. Generation, also die mit dem
USB-Softmodem. Darauf laeuft woody. Bis auf IrDA und das Softmodem
laeuft alles. Hat jemand ein vergleichbares Geraet, bei dem das eine
oder das andere laeuft?

Dieter

-- 
Registrierter Linux Benutzer #186360 - GnuPG Key-ID: FDE465C9

Nichts ist wie es scheint, alles ist erlaubt!



msg07358/pgp0.pgp
Description: PGP signature


Re: IRda

2002-02-10 Thread J.A.Serralheiro
do you have it enabled in bios ?


On Fri, 8 Feb 2002, Pedro Quaresma de Almeida wrote:

 Hi
 
 I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
 kernel 2.4.4) but without any sucess:
 
 It seems that the port it is not recognized by the system.
 
 Can you help me. Thank you.
 
 -- 
 
 Pedro Quaresma de Almeida
 e-mail: [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



IRda

2002-02-08 Thread Pedro Quaresma de Almeida
Hi

I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
kernel 2.4.4) but without any sucess:

It seems that the port it is not recognized by the system.

Can you help me. Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



RE: IRda

2002-02-08 Thread Brooks R. Robinson
| I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
| kernel 2.4.4) but without any sucess:
|
| It seems that the port it is not recognized by the system.

Okay, I'll go for the standard questions...

1) Do you have the IR enabled in the BIOS?
2) Do you have IrDA (infrared) support compiled/modules into/for your
kernel?




RE: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
Brooks R. Robinson writes:
  | I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
  | kernel 2.4.4) but without any sucess:
  |
  | It seems that the port it is not recognized by the system.
  
  Okay, I'll go for the standard questions...
  
  1) Do you have the IR enabled in the BIOS?

I think so (I will verify that anyway after sending this message), I
have a dual machine Linux/Win32 and I am almost shure that I already
used the IrDA port under Win32. 

  2) Do you have IrDA (infrared) support compiled/modules into/for your
  kernel?
  

I read the Linux Infrared HOWTO and I've tried to follow it:

pcporta16:/usr/src/kernel-source-2.4.4# make xconfig 

and then:

IrDA support
 IrDA subsystem support y
 irLAN protocol y
 irNet protocol y
 Ultra protocol y
 IrDA protocol options  y
 Cache last LSAPy
 Debug Information  y

IrDA Device drivers
 SIR
 IrTTY  y
 IrPORT y
 FIR   
 SMC IrCC   y

But, it seems that the IrDA device it is there

pcporta16:~# dmesg | grep tty
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!


pcporta16:~# cat /proc/net/irda/discovery 
IrLMP: Discovery log:


pcporta16:~# cat /proc/devices 
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  6 lp
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
 36 netlink
 81 video_capture
108 ppp
128 ptm
136 pts
162 raw
180 usb
254 pcmcia

Block devices:
  2 fd
  3 ide0
 22 ide1

...

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



[xe3] Re: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] writes:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Hi,
  
  On Fri, Feb 08, 2002 at 05:36:36PM +, Pedro Quaresma de Almeida wrote:
   pcporta16:~# dmesg | grep tty
   ttyS00 at 0x03f8 (irq = 4) is a 16550A
   ttyS1: LSR safety check engaged!
   ttyS1: LSR safety check engaged!
  
  Well, a `dmesg | grep tty` gives me the following:
  ttyS00 at 0x03f8 (irq = 4) is a 16550A
  ttyS01 at 0x02f8 (irq = 3) is a 16550A
  

I have turned on the SIR Irda device on the BIOS and now I also have

ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A

But I still do not have anything in

pcporta16:~# cat /proc/net/irda/discovery 
IrLMP: Discovery log:

and I am still unable to use the printer (HP 6MP)

at /dev/irlpt0 

-- 
At\'e breve

Pedro Quaresma
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351+ 239 791 181



[xe3] Re: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] writes:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Hi,
  
  On Fri, Feb 08, 2002 at 08:29:52PM +, Pedro Quaresma de Almeida wrote:
   [EMAIL PROTECTED] writes:
 On Fri, Feb 08, 2002 at 05:36:36PM +, Pedro Quaresma de Almeida 
   wrote:
  pcporta16:~# dmesg | grep tty
  ttyS00 at 0x03f8 (irq = 4) is a 16550A
  ttyS1: LSR safety check engaged!
  ttyS1: LSR safety check engaged!
 
 Well, a `dmesg | grep tty` gives me the following:
 ttyS00 at 0x03f8 (irq = 4) is a 16550A
 ttyS01 at 0x02f8 (irq = 3) is a 16550A
   
   I have turned on the SIR Irda device on the BIOS and now I also have
   
   ttyS00 at 0x03f8 (irq = 4) is a 16550A
   ttyS01 at 0x02f8 (irq = 3) is a 16550A
   
   But I still do not have anything in
   
   pcporta16:~# cat /proc/net/irda/discovery 
   IrLMP: Discovery log:
   
   and I am still unable to use the printer (HP 6MP)
   
   at /dev/irlpt0 
  
  ps axfwu | grep irattach must give you a process.
  
pcporta16:/home/pedro# ps axfwu | grep irattach
root   214  0.0  0.1  1304  496 ?S20:48   0:00 
/usr/sbin/irattach irda 0 -s

  Is cat /proc/sys/net/irda/discovery 1?

yes

  
  What does irdadump show?
  

Nothing :(

pcporta16:/home/pedro# irdadump 

0 packets received by filterAfter a Control-C

-- 
At\'e breve

Pedro Quaresma
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351+ 239 791 181



IrDA

2002-01-27 Thread Javier Carranza
Qué hay compañeros?

Expongo mi problema: tengo un notebook en casa, un Airis HP-4403
con puerto infrarrojos -IR LED- He cargado los módulos irda, ircomm,
ircomm-tty e irport. El soporte IrDA se ve que funciona bien, pero el
problema llega a la hora de configurar un ratón que tengo en casa. Con
su receptor en el PS/2 funciona perfectamente con el driver imps2, pero
ese mismo driver no puedo cargarlo evidentemente al intentarlo hacer
interactuar con el IR LED del portatil ( /dev/ttyS1 ). He probado con
todos los drivers para puerto serie y algunos funcionan mejor que otros,
pero en general con bastante imprecisión :( He mirado por ahí varios
how-to's, pero bueno, el problema creo que no está ya en el protocolo
irda sino en el gpm. ¿Alguna idea?

Saludos,y gracias de antemano
__

Javier Carranza [EMAIL PROTECTED] aka {Trunks}
Debian GNU/Linux 3.0 (sid)  Linux 2.4.17 i686
-Linux Registered User #226685


signature.asc
Description: This is a digitally signed message part


irda

2001-12-04 Thread pokryfka


czesc

$findchip

Found NSC PC87338 Controller at 0x398, DevID=0x0b, Rev. 2
SIR Base 0x2f8, FIR Base 0x2f8
IRQ = 3, DMA = 0
Enabled: yes, Suspended: no
UART compatible: yes
Half duplex delay = 0 us


#modprobe  nsc-ircc io=0x398

odpowiedz z dmesg:
 localhost kernel: nsc-ircc, Found chip at base=0x398
 localhost kernel: nsc-ircc, Wrong chip version 08


#modprobe nsc-ircc io=2f8

odpowiedz dmesg:
 localhost kernel: nsc-ircc, Found chip at base=0x398
 localhost kernel: nsc-ircc, driver loaded (Dag Brattli)
 localhost kernel: nsc_ircc_open(), can't get iobase of 0x2f8


najgorze jest to ze ok pol roku temu bez problemu calosc skonfigurowalem
(ifconfig pokazywal mi urzadzenie irda0) tylko ze wowoczas 
irdy nie potrzebowalem i od tamtej pory nie wkompilowywalem jej obslugi do jadra
no a teraz mam problemy...

jakies sugestie?

michal



PSION MX Workabout IrDA conect to debian.

2001-11-26 Thread raspa

Hi,

I have a debian POTATO working in a Notebook.

I would like to when i printing a document in my Psion MX WorkAbout(print
in a IrDA port), debian take the information in IrDA port and print this.

How to configure debian to work with this configuration?

How Many people can configure a MX Workabout to print in IrDA port? (in
other email list nothing of people respond my question. ;( )

Please help my!!

Thanks in Advance.

Juan Monzón ([EMAIL PROTECTED]) /
-/
Que sería de la música electrónica sin las películas porno.
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former

visita -- http://www.0z0ne.com

P.D. Sorry for my English. ;)



RE: Problemas con el paquete irda-common

2001-11-23 Thread Cordero Corro Reynaldo
Me respondo a mí mismo (con mi mecanismo ;)

Esto es tan raro que no puede ser otra cosa que un bug del paquete
Debian

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=irda-commonarchive=yes
repeatmerged=yes

1. Editar /etc/init.d/irmanager, poner DONTRUN_DAEMON a 1
2. dpkg --configure -a

Y suave como la seda...

Un saludito a la lista.

-Mensaje original-
De: Cordero Corro Reynaldo 
Enviado el: miércoles, 21 de noviembre de 2001 14:18
Para: debian-user-spanish@lists.debian.org
Asunto: Problemas con el paquete irda-common


Ejecutando dselect tras pasarme a sid me aparece un 
Broken Optional packages in section misc tal que:
C-- Opt misc  irda-common  0.9.5-2  0.9.14-14  IrDA management 
utilities

y que no puedo ni instalar ni quitar (pulsando + o -)
en la opción de Selección, ya que cuando voy a la opción
de Instalar (por ejemplo, con la intención de remove)
me da el error:

Removing irda-common ...
Stopping IrDA Manager: dpkg: error processing irda-common (--remove):
 subproces pre-removal script returned error exit status 1
Stopping irmanager...
Stopping IrDA Manager: dpkg: error while cleaning up:
 subprocess post-instalation script returned error exit status 1
Errors were encountered while processing:
 irda-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

y luego

Instalation script returned error exit status 100.
--
He probado a descargar el módulo irda con rmmod irda,
por si acaso, pero da igual.

A ver si alguien me da una pista. (Gracias :)

PD: También he tratado de forzar la eliminación desde dpkg
y ni flowers.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]





Problemas con el paquete irda-common

2001-11-21 Thread Cordero Corro Reynaldo
Ejecutando dselect tras pasarme a sid me aparece un 
Broken Optional packages in section misc tal que:
C-- Opt misc  irda-common  0.9.5-2  0.9.14-14  IrDA management utilities

y que no puedo ni instalar ni quitar (pulsando + o -)
en la opción de Selección, ya que cuando voy a la opción
de Instalar (por ejemplo, con la intención de remove)
me da el error:

Removing irda-common ...
Stopping IrDA Manager: dpkg: error processing irda-common (--remove):
 subproces pre-removal script returned error exit status 1
Stopping irmanager...
Stopping IrDA Manager: dpkg: error while cleaning up:
 subprocess post-instalation script returned error exit status 1
Errors were encountered while processing:
 irda-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

y luego

Instalation script returned error exit status 100.
--
He probado a descargar el módulo irda con rmmod irda,
por si acaso, pero da igual.

A ver si alguien me da una pista. (Gracias :)

PD: También he tratado de forzar la eliminación desde dpkg
y ni flowers.



Irda on Gericom under 2.4.x

2001-10-08 Thread Thomas Winischhofer

Hi,

I have the following problem regarding Irda on my Gericom Webshox
(obviously identical to Clevo 2700C):

Using 2.4.10 (and 2.4.9, no difference) I get the irda system working
using the irda-over-tty system (not using irport and/or FIR, see below).

However, connecting to my mobile phone using pppd works good - until I
hang up (no matter whether I use kppp's Disconnect or the poff script)
- the result is that the system hangs. I have to switch the machine off.

This effect does not occure if I move the phone out of the IR range (and
hang up manually). pppd in this case tries to reconnect (I set it to
PERSIST), but the system does, however, not die.

I installed everything exactly according to the HOWTO's ... I think this
is proven by the fact that I can connect; discovery works etc. It's just
the hang-up.

Using the IRPORT driver causes the system to hang as soon as the driver
gets initialised. FIR does not work on my maching, supposedly because it
uses an unknown FIR chipset.

Has anybody experienced a similar problem?

I will submit my config's on request.

Thomas



-- 
Thomas Winischhofer
Vienna/Austria  Check it out: 
mailto:[EMAIL PROTECTED]  *** http://www.webit.com/tw
ICQ# 63288080



Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
On Wed, Aug 22, 2001 at 10:33:24PM +0200, thomas wrote:
  I used make menuconfig and configured the kernel by hand (having read
  the configuration from the old 2.2.18 config), was it wrong?
  Does oldconfig makes some magic conversions from old version of
  configfile?
 
 It only works from 2.Y.x - 2.Y.x anyway (not 2.2.x - 2.4.x) afaik (you
 could try it out though). I think the problem might be the old 2.2.18
 kernel to 2.4.9 upgrade. 

Well, does it mean that reading the old .config file during the make
menuconfig can break something? (eg. some important config options may
become unavailable or the setting to chose from may get currupted?)
I upgraded many times  2.0.x-2.0.y, 2.0-2.2, and 2.0.x-2.0.y that way
and it allways worked perfectly (after the further review and manual
corrections).
Certainly some options were not used in newer kernels, and some new options
were introduced so even if I just read the old .config and write it back,
the new .config was different.

I have compared the original .config file from 2.4.9 (generated by make
menuconfig just after unpacking the archive, and saved without editing any
options)with my own upgraded from 2.2.18. AFAIK There were no corrupted
options...

BTW. This is the section with IrDA related options:

CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
CONFIG_SERIAL_EXTENDED=y
# CONFIG_SERIAL_MANY_PORTS is not set
CONFIG_SERIAL_SHARE_IRQ=y
CONFIG_SERIAL_DETECT_IRQ=y
# CONFIG_SERIAL_MULTIPORT is not set
# CONFIG_HUB6 is not set
# CONFIG_SERIAL_NONSTANDARD is not set

# IrDA (infrared) support
#
CONFIG_IRDA=m
CONFIG_IRLAN=m
# CONFIG_IRNET is not set
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y
CONFIG_IRDA_OPTIONS=y
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#
CONFIG_IRTTY_SIR=m
CONFIG_IRPORT_SIR=m
# CONFIG_DONGLE is not set
# CONFIG_USB_IRDA is not set
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR is not set

 But since you upgraded all important packages
 (like modutils etc.) from the url you mentioned i'm kinda clueless.
 Maybe sth. went wrong. Pls check if lsmod -V gives 2.4.6 or higher.

lsmod -V
lsmod version 2.4.6

 Does everything work if you boot the old kernel again?

I can not check it because I have changed my filesystem e2fs-reiserfs
so it can not work with old 2.2.18 any more :-(.
BTW. Reiserfs performs much better, wastes much less space and up to this
time appears to be power failure proof.

 If nothing helps then
 build 2.4.9 again, you probably missed sth. during the config.
 
I've quoted the IrDA related sections of my .config above.
It seems that everything is correct, but I may be wrong.
I was amused that using pilot-xfer causes loading of ircomm-tty and
ircomm modules but doesn't cause loading of neither irtty nor irport
modules. May be this is the reason of problems ???
I've tried to unload irda manually, and then load irtty and only then
run pilot-xfer. Unfortunately it didn't help anyway.

PS. I've decided to change the subject. I suppose that only a few people
know what pilot-xfer is. Probably IrDA is much more popular...
-- 
Thanks  Regards,
  Wojciech M. Zabolotny
http://www.ise.pw.edu.pl/~wzab  -- [EMAIL PROTECTED]

http://www.debian.org  Linux - free OS for free people!



IMPORTANT HINT Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
Hi All,

I just stated that the reason is that the irattach is not running.
When I start it by hand with irattach /dev/ttyS1, everything works
correctly. But now I really don't know what is the correlation with
kernel upgrade =:-( ?
-- 
  Wojciech M. Zabolotny
http://www.ise.pw.edu.pl/~wzab  -- [EMAIL PROTECTED]

http://www.debian.org  Use Linux - an OS without trojan horses inside



INCOMPATIBILITY FOUND: Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
On Thu, Aug 23, 2001 at 12:47:11AM +0200, Wojciech Zabolotny wrote:
 Hi All,
 
 I just stated that the reason is that the irattach is not running.
 When I start it by hand with irattach /dev/ttyS1, everything works
 correctly. But now I really don't know what is the correlation with
 kernel upgrade =:-( ?

THIS IS associated with kernel upgrade. The real reason of my problems
is that irmanager does nor start. When I tried to run it by hand:
/etc/init.d/irmanager start it didn't start, and in the /var/log/daemon
I found:
Aug 23 00:56:10 wzab modprobe: modprobe: Can't locate module char-major-9

So it seems that the major number or IrDA devices has changed between 2.2.18
and 2.4.9

So I think, that the deb http://people.debian.org/~bunk/debian potato main 
collection should be suplemented with new version of irda-common package.
-- 
  Wojciech M. Zabolotny
http://www.ise.pw.edu.pl/~wzab  -- [EMAIL PROTECTED]

http://www.debian.org  Use Linux - save your data and time



  1   2   >