public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] udev und Palm
@ 2005-07-11 18:04 Markus Rennings
  2005-07-13  0:51 ` Markus Rennings
  2005-07-13  6:19 ` Thomas Buntrock
  0 siblings, 2 replies; 11+ messages in thread
From: Markus Rennings @ 2005-07-11 18:04 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]

Hallo,

ich wollte gestern meinen Palm (Handspring Visor) mal wieder syncen (wollte 
Plucker mal testen). Jedoch werden die entsprechenden Devices nicht mehr 
angelegt. Meine udev-rule funktioniert also nicht mehr ;-( Im Syslog erhalte 
ich beim Versuch des Hotsyncs folgende Einträge:

| kernel: usb 4-1: new full speed USB device using uhci_hcd and address 2
| kernel: usbcore: registered new driver usbserial 
| kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0 
| kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for 
Handspring Visor / Palm OS 
| kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for 
Sony Clie 3.5 
| kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for 
Sony Clie 5.0 
| kernel: usb 4-1: Handspring Visor / Palm OS: port 1, is for Generic use 
| kernel: usb 4-1: Handspring Visor / Palm OS: port 2, is for HotSync use 
| kernel: usb 4-1: Handspring Visor / Palm OS: Number of ports: 2 
| kernel: visor 4-1:1.0: Handspring Visor / Palm OS converter detected 
| kernel: usb 4-1: Handspring Visor / Palm OS converter now attached to 
ttyUSB0 
| kernel: usb 4-1: Handspring Visor / Palm OS converter now attached to 
ttyUSB1 
| kernel: usbcore: registered new driver visor 
| kernel: drivers/usb/serial/visor.c: USB HandSpring Visor / Palm OS driver 
v2.1 
| kernel: usb 4-1: USB disconnect, address 2 
| kernel: visor ttyUSB0: Handspring Visor / Palm OS converter now disconnected 
from ttyUSB0 
| kernel: visor ttyUSB1: Handspring Visor / Palm OS converter now disconnected 
from ttyUSB1 
| kernel: visor 4-1:1.0: device disconnected 

Tja, und das war es dann... ;-(
Hier mal meine Rule:

| BUS="usb-serial", SYSFS{dev}="188:1", NAME="%k", SYMLINK="pilot usb/%k", 
OPTIONS="last_rule"

Andere USB-Geräte (Zip, Digikam) funktionieren weiterhin (allerdings laufen 
diese ja auch über usb-storage...)

Any hints?

TIA
Ciao,
Markus
-- 
Follow the next example to install Wanderlust as an XEmacs package.
$ vi Makefile
   -- http://www.gohome.org/wl/doc/wl_5.html

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-11 18:04 [gentoo-user-de] udev und Palm Markus Rennings
@ 2005-07-13  0:51 ` Markus Rennings
  2005-07-13  6:19 ` Thomas Buntrock
  1 sibling, 0 replies; 11+ messages in thread
From: Markus Rennings @ 2005-07-13  0:51 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

Hallo,

Am Montag, 11. Juli 2005 20:04 schrieb ich:

> [über Probleme bei der Erstellung meiner Palm-device-nodes per udev]

Habe mal ein wenig weiter probiert, und immer nich keine Lösung. Was mir noch 
aufgefaleln ist, ich bekomme bei `udevinfo` auf 
"/sys/class/tty/ttyUSB1" (welches ja laut syslog auch entsprechend erstellt 
wird) nur folgende Ausgabe:

|device '/sys/class/tty/ttyUSB1' has major:minor 188:1
|  looking at class device '/sys/class/tty/ttyUSB1': 
|  SUBSYSTEM=="tty"
|  SYSFS{dev}=="188:1"
|
|follow the "device"-link to the physical device: 
|couldn't open device directory 

Besonders stört mich hier die letzte Zeile. Abgesehen davon, daß eigentlich 
viel mehr Informationen erscheinen müssten, wie z. B. {idVendor}.
Ich kann leider nicht genau sagen, wann es zum letzten Mal funktionierte, da 
es irgendwann im Februar war... :-( Aber jetzt würde ich den Palm gerne 
wieder nutzen...

TIA
Ciao,
Markus

-- 
Man muss die Tatsachen kennen, bevor man sie verdrehen kann.
   (Mark Twain)

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-11 18:04 [gentoo-user-de] udev und Palm Markus Rennings
  2005-07-13  0:51 ` Markus Rennings
@ 2005-07-13  6:19 ` Thomas Buntrock
  2005-07-13 20:19   ` Markus Rennings
  1 sibling, 1 reply; 11+ messages in thread
From: Thomas Buntrock @ 2005-07-13  6:19 UTC (permalink / raw
  To: gentoo-user-de

Markus Rennings wrote:
dann... ;-(
> Hier mal meine Rule:
> 
> | BUS="usb-serial", SYSFS{dev}="188:1", NAME="%k", SYMLINK="pilot usb/%k", 
> OPTIONS="last_rule"
> 

Hi,

Ich habe folgende Regel und sie funktioniert:

BUS="usb", SYSFS{product}="Palm Handheld", SYMLINK="pilot"

PS: Ich habe nen m500.

Thomas
-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-13  6:19 ` Thomas Buntrock
@ 2005-07-13 20:19   ` Markus Rennings
  2005-07-14 22:20     ` Ace Dahlmann
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Rennings @ 2005-07-13 20:19 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

Hallo,

Am Mittwoch, 13. Juli 2005 08:19 schrieb Thomas Buntrock:
>
> Ich habe folgende Regel und sie funktioniert:
>
> BUS="usb", SYSFS{product}="Palm Handheld", SYMLINK="pilot"

Danke, hilft aber leider auch nicht (natürlich vorher angepasst ;-) ).
Wie gesagt, meine Regel hat im Februar auch noch funktioniert. Aber auch wenn 
ich meineRegel ganz entferne, bekomme ich kein Device angelegt...:-( In 
"/proc/bus/usb/devices" habe ich allerdings folgendes von meinem Handspring 
nach betätigen des HotSync-Buttons):

| T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 16 Spd=12  MxCh= 0
| D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs=  1 
| P:  Vendor=082d ProdID=0100 Rev= 1.00 
| S:  Manufacturer=Handspring Inc 
| S:  Product=Handspring Visor 
| C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA 
| I:  If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=00 Driver=visor 
| E:  Ad=81(I) Atr=02(Bulk) MxPS=  16 Ivl=0ms 
| E:  Ad=01(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms 
| E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms 
| E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms 

TIA
Ciao,
Markus
-- 
A: Weil es die Lesbarkeit des Textes verschlechtert.
Q: Warum ist TOFU so schlimm?
A: TOFU
F: Was ist das groesste Aergerniss im Usenet?

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-13 20:19   ` Markus Rennings
@ 2005-07-14 22:20     ` Ace Dahlmann
  2005-07-14 23:52       ` Markus Rennings
  0 siblings, 1 reply; 11+ messages in thread
From: Ace Dahlmann @ 2005-07-14 22:20 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Hi!

On Wed, 13 Jul 2005 22:19:09 +0200
Markus Rennings <news@rennings.net> wrote:

> Wie gesagt, meine Regel hat im Februar auch noch funktioniert.

In welcher Datei hast Du die Regel denn angelegt?

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\                        - against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html

[-- Attachment #2: . --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-14 22:20     ` Ace Dahlmann
@ 2005-07-14 23:52       ` Markus Rennings
  2005-07-15  0:56         ` Ace Dahlmann
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Rennings @ 2005-07-14 23:52 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

Hallo,

Am Freitag, 15. Juli 2005 00:20 schrieb Ace Dahlmann:

> > Wie gesagt, meine Regel hat im Februar auch noch funktioniert.
> In welcher Datei hast Du die Regel denn angelegt?

 -rw-r--r--  1 root root 1098 Jul 13 22:13 /etc/udev/rules.d/10-local.rules

Andere Rules in dieser Datei werden anstandslos (und richtig) abgearbeitet. 
Daran kann (/sollte) es also nicht liegen.

Ciao,
Markus
-- 
42

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-14 23:52       ` Markus Rennings
@ 2005-07-15  0:56         ` Ace Dahlmann
  2005-07-15  1:07           ` Markus Rennings
  0 siblings, 1 reply; 11+ messages in thread
From: Ace Dahlmann @ 2005-07-15  0:56 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]

Hi!

On Fri, 15 Jul 2005 01:52:14 +0200
Markus Rennings <news@rennings.net> wrote:

> Andere Rules in dieser Datei werden anstandslos (und richtig)
> abgearbeitet. Daran kann (/sollte) es also nicht liegen.

Hmm,... dann kann es das nicht sein.

Also der Inhalt meiner local rules sieht so aus:

# Palm m515
BUS="usb",SYSFS{serial}="0123456789",NAME="pilot",OWNER="root",GROUP="tty",MODE="0666"

KERNEL="ttyUSB[01]*",  NAME="tts/USB%n", GROUP="usb",MODE="0666"

Versuch's doch mal mit der serial Deines Gerätes, vielleicht funzt das.

Achso, und im übrigen lege ich das Device mit 0666 an, 0660 - wie es
standardmäßig angelegt wird - klappt bei mir nicht. Vielleicht ist es
das.

Im übrigen ist das da oben die User-Lösung. Du musst also ferner Deinen
User in die usb Gruppe packen.

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\                        - against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-15  0:56         ` Ace Dahlmann
@ 2005-07-15  1:07           ` Markus Rennings
  2005-07-15  2:25             ` Ace Dahlmann
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Rennings @ 2005-07-15  1:07 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

Hallo,

Am Freitag, 15. Juli 2005 02:56 schrieb Ace Dahlmann:
> [...]
> Also der Inhalt meiner local rules sieht so aus:
>
> # Palm m515
> BUS="usb",SYSFS{serial}="0123456789",NAME="pilot",OWNER="root",GROUP="tty",
>MODE="0666"
>
> KERNEL="ttyUSB[01]*",  NAME="tts/USB%n", GROUP="usb",MODE="0666"
>
> Versuch's doch mal mit der serial Deines Gerätes, vielleicht funzt das.

Wird mir zur Zeit nirgends angezeigt. Dürfte aber auch nichts bringen, da mir 
das device auch nicht angelegt wird, wenn ich meine rule (für den Handspring) 
komplett deaktiviere.

> Achso, und im übrigen lege ich das Device mit 0666 an, 0660 - wie es
> standardmäßig angelegt wird - klappt bei mir nicht. Vielleicht ist es
> das.

Nein, damit die Rechte zum tragen kämen, müsste das device bereits angelegt 
sein.

Ciao,
Markus
-- 
Oxymoron: Microsoft Works
   (Volker Gringmuth in desd)

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-15  1:07           ` Markus Rennings
@ 2005-07-15  2:25             ` Ace Dahlmann
  2005-07-15 14:08               ` Markus Rennings
  0 siblings, 1 reply; 11+ messages in thread
From: Ace Dahlmann @ 2005-07-15  2:25 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]

Hi!

On Fri, 15 Jul 2005 03:07:01 +0200
Markus Rennings <news@rennings.net> wrote:

> Wird mir zur Zeit nirgends angezeigt. Dürfte aber auch nichts
> bringen, da mir das device auch nicht angelegt wird, wenn ich meine
> rule (für den Handspring) komplett deaktiviere.

Achso. Hmm, komisch, eigentlich sieht es bei Dir doch so als, als würde
es angelegt werden:

Meins sieht so aus, wenn ich auf den Sync-Knopf drücke:

usb 1-1: new full speed USB device using uhci_hcd and address
visor 1-1:1.0: Handspring Visor / Palm OS converter detected
usb 1-1: Handspring Visor / Palm OS converter now attached to ttyUSB0
usb 1-1: Handspring Visor / Palm OS converter now attached to ttyUSB1

Sieht also fast genauso aus. *grübel*

Hmm, und in /dev/ kommt ganz sicher nirgends irgendwo was dazu? - z.B.
in /dev/tts/ ?

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\                        - against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-15  2:25             ` Ace Dahlmann
@ 2005-07-15 14:08               ` Markus Rennings
  2005-07-15 20:13                 ` Ace Dahlmann
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Rennings @ 2005-07-15 14:08 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

Hallo,

Am Freitag, 15. Juli 2005 04:25 schrieb Ace Dahlmann:

> Achso. Hmm, komisch, eigentlich sieht es bei Dir doch so als, als würde
> es angelegt werden:

Wie gesagt, das einzige, was angelegt wird ist ein (zu) kurzer Eintrag 
unter /sys/class/tty/ttyUSB{0,1}

> Hmm, und in /dev/ kommt ganz sicher nirgends irgendwo was dazu? - z.B.
> in /dev/tts/ ?

/dev/tts existiert weder vor, noch während, noch nach dem 
Hotsync-Versuch... :-(

Ich habe den Visor grade noch mal an meinen W2k-Rechner gehangen (und die 
entsprechende Software installiert) - und dort funktioniert das Gerät 
einwandfrei. Also ist der Handspring in Ordnung...

Ciao,
Markus

PS: Welcher Versionen verwendest du von: udev (058), kernel-sources 
(gentoo-sources-2.6.12-r4), ...
-- 
Bei Össies und Süddeutschen ist "Stehen" eine Fortbewegungsart.
Sie haben ein derartig verqueres Zeitgefühl, daß sie die Erdbewegung spüren.
   -- Lutz Donnerhacke in dasr

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user-de] udev und Palm
  2005-07-15 14:08               ` Markus Rennings
@ 2005-07-15 20:13                 ` Ace Dahlmann
  0 siblings, 0 replies; 11+ messages in thread
From: Ace Dahlmann @ 2005-07-15 20:13 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

Hallo,

On Fri, 15 Jul 2005 16:08:23 +0200
Markus Rennings <news@rennings.net> wrote:

> PS: Welcher Versionen verwendest du von: udev (058), kernel-sources 
> (gentoo-sources-2.6.12-r4), ...

das sind bei mir exakt die gleichen Versionen.

Leider gehen mir die Ideen aus. :-(

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\                        - against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-07-15 20:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-11 18:04 [gentoo-user-de] udev und Palm Markus Rennings
2005-07-13  0:51 ` Markus Rennings
2005-07-13  6:19 ` Thomas Buntrock
2005-07-13 20:19   ` Markus Rennings
2005-07-14 22:20     ` Ace Dahlmann
2005-07-14 23:52       ` Markus Rennings
2005-07-15  0:56         ` Ace Dahlmann
2005-07-15  1:07           ` Markus Rennings
2005-07-15  2:25             ` Ace Dahlmann
2005-07-15 14:08               ` Markus Rennings
2005-07-15 20:13                 ` Ace Dahlmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox