Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2000 01:02:37 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        mobile@freebsd.org
Subject:   Re: SONY Z505S
Message-ID:  <20000610010237.A94883@keltia.freenix.fr>
In-Reply-To: <Pine.BSF.4.20.0006091411480.11031-100000@localhost>; from n_hibma@calcaphon.com on Fri, Jun 09, 2000 at 02:12:41PM %2B0100
References:  <Pine.BSF.4.21.0006091425580.16649-100000@lanturn.kmost.express.ru> <Pine.BSF.4.20.0006091411480.11031-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Nick Hibma:
> The USB hub IOERROR is a strange. never seen that one before.

I'm also getting it since a few weeks ago. I have a Z505SX (almost the same as
the original poster's Z505S except that I have 128 MB and a PII/366 instead of
the Celeron/333).

On the 20th of May, I didn't get the message (current from mid-April):
-=-=-
May 20 19:20:44 sidhe /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller>port 0xfca0-0xfcbf irq 9 at device 7.2 on pci0
May 20 19:20:44 sidhe /kernel: usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
May 20 19:20:44 sidhe /kernel: usb0: USB revision 1.0
May 20 19:20:44 sidhe /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
May 20 19:20:44 sidhe /kernel: uhub0: 2 ports with 2 removable, self powered
-=-=-

The message appeared in my reboot on the 21st after upgrading to latest
current: 

-=-=-
May 21 01:33:45 sidhe /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller>
port 0xfca0-0xfcbf irq 9 at device 7.2 on pci0
May 21 01:33:45 sidhe /kernel: usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
May 21 01:33:45 sidhe /kernel: usb0: USB revision 1.0
May 21 01:33:45 sidhe /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
May 21 01:33:45 sidhe /kernel: uhub0: 2 ports with 2 removable, self powered
May 21 01:33:45 sidhe /kernel: uhub0: port 1 power on failed, IOERROR
May 21 01:33:45 sidhe /kernel: uhub0: port 2 power on failed, IOERROR
-=-=-

If I plug an USB mouse it works though. As for the USB floppy, see below.

-=-=-
Jun  9 16:27:55 sidhe moused: unable to open /dev/ums0: Device not configured
Jun  9 16:28:13 sidhe /kernel: ums0: Microsoft Microsoft IntelliMouse ® with IntelliEye, rev 1.10/1.00, addr 2, iclass 3/1
Jun  9 16:28:13 sidhe /kernel: ums0: 3 buttons and Z dir.
-=-=-

> > What don't work:
> >   Rockwell HCF 56K Speakerphone PCI Modem (by win 0x2f8 irq 9) WinModem ?

Will never work.

> >   USB Floppy drive

I got this running two months ago but now everytime I do a 
"camcontrol rescan 0" the machine freezes then reboots itself
automatically. I'll have to try it outside X to see if I get a message.

> >   IR port (by BIOS: address 3E8 irq 10 DMA 0 FIR base address 140)

I thought the serial port emulation would work but it doesn't.

> >   1394 Bus Controller

One of our japanese guy has a driver for that. Never tried it, having no
Firewire peripheral.

Here is my kernel config for reference.
-=-=-
# SIDHE
#
# Kernel config file (without PAO)
#
# $Id: //depot/sidhe/kernel/nSIDHE#7 $

machine         i386
cpu             I686_CPU
ident           SIDHE
maxusers        32

makeoptions     DEBUG=-g

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         UCONSOLE                #Allow users to grab the console
options         XSERVER                 # support for X server

options         KTRACE                  #ktrace(1) syscall trace support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores

options         NETGRAPH

options         SOFTUPDATES
options         NO_F00F_HACK

options         PSM_RESETAFTERSUSPEND
options         PCIC_RESUME_RESET

options         DDB
options         INVARIANTS
options         INVARIANT_SUPPORT

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

options         INET6                   #IPv6 communications protocols
options         IPSEC                   #IP security
options         IPSEC_ESP               #IP security (crypto; define w/
options         IPSEC_IPV6FWD           #IP security tunnel for IPv6

device  isa
device  pci

# Floppy drives
device  fdc0    at isa? port IO_FD1 irq 6 drq 2
device          fd0     at fdc0 drive 0

# ATA and ATAPI devices
device          ata
device          atadisk
device          atapicd
device          atapifd
options         ATA_STATIC_ID           #Static device numbering
options         ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices

device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1
device          psm0    at atkbdc? irq 12
device          vga0    at isa?
pseudo-device   splash
device          sc0     at isa?
options         SC_HISTORY_SIZE=500

device          npx0    at isa? port IO_NPX irq 13

device          apm0    at isa? flags 0x31 # Advanced Power Management

# PCCARD (PCMCIA) support
device  card
device          pcic0   at card?
device          pcic1   at card?

# Serial (COM) ports
device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
# IR port in serial port emulation
device          sio2    at isa? port IO_COM3 irq 5

device          fxp

device          pcm0

# SCSI stuff for USB floppies
#
device          scbus
device          da
device          pass

# USB drivers
device          uhci
device          usb
device          ugen

pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   tun     2       # Packet tunnel
pseudo-device   pty     64      # Pseudo-ttys (telnet etc)
pseudo-device   gzip            # Exec gzipped a.out's

pseudo-device   bpf 4   #Berkeley packet filter

# for IPv6
pseudo-device   gif     4               #IPv6 and IPv4 tunneling
pseudo-device   faith   1               #for IPv6 and IPv4 translation
-=-=-
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000610010237.A94883>