Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85168 - [2.4] kernel module visor are not support Palm Zire 31
Summary: [2.4] kernel module visor are not support Palm Zire 31
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-13 21:57 UTC by Nickolay L. Selikhov
Modified: 2005-04-01 04:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nickolay L. Selikhov 2005-03-13 21:57:15 UTC
... 
Mar 11 08:25:37 manjaknb hub.c: new USB device 00:1d.1-2, assigned address 3 
Mar 11 08:25:37 manjaknb usb.c: USB device 3 (vend/prod 0x830/0x61) is not 
claimed by any active driver. 
Mar 11 08:25:40 manjaknb usb.c: USB disconnect on device 00:1d.1-2 address 3 

I'm try set parameters directly to module:
# echo "options visor vendor=0x830 product=0x61" > /etc/modules.d/palm 
# modules-update 

but:
# modprobe usbserial 
# modprobe vizor 


...
Mar 11 08:25:37 manjaknb hub.c: new USB device 00:1d.1-2, assigned address 3 
Mar 11 08:25:37 manjaknb usb.c: USB device 3 (vend/prod 0x830/0x61) is not 
claimed by any active driver. 
Mar 11 08:25:40 manjaknb usb.c: USB disconnect on device 00:1d.1-2 address 3 



Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
I can't get: Sync/Install

Expected Results:  
I need connect my Palm device to Workstation

# emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.4.28 i686)
=================================================================
System uname: 2.4.28 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -mcpu=pentium4 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acl alib alsa apm avi berkdb bitmap-fonts bzlib cdr crypt ctype
cups divx4linux dvd dvdr emu10k1 encode esd fam flac foomaticdb fortran gd gdbm
gif gnome gpm gtk gtk2 gtkhtml iconv imagemagick imap imlib ipv6 java jpeg
kdelibwww linguas_ru mad mikmod motif mpeg ncurses nls nvidia ogg oggvorbis
openalopengl orbit oss pam pdflib perl png pnp posix ppd python qt quicktime
readlinesamba scanner sdl shared slang sockets sox spell ssl svga tcltk tcpd
tiff truetype unicode usb xml xml2 xmms xosd xpm xsl xv xvid zlib
video_cards_nvidia"
Comment 1 Nickolay L. Selikhov 2005-03-14 21:52:41 UTC
May be this link may help:
http://home.t-online.de/home/hburde/linux_zire.html

You are need place kernel-patch in portage tree for "visor" module or write this message to kernel developers.

1-st solution very easy, but 2-nd is correctly.

Thank you,
With best regards,
Nickolay
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2005-04-01 04:35:17 UTC
This device is supported by default in 2.6. Is there anything preventing you from switching?
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-04-01 04:54:45 UTC
Alternatively this patch will help:

http://www.reactivated.net/patches/linux-kernel/2.4.30/visor-zire31.patch

Submitted upstream.