Disable the hald?

On Sat, 10 Sep 2005, Tim Carlin wrote:

> I have a VScom USB-8COM (8 port USB to RS-232). This usb to serial box
> uses a FTDI chipset. I am running Fedora Core 4 (2.6.12-1.1447_FC4).
>
> With the 8COM connected I can only boot into single user mode. Runlevel
> 3 stops booting just after the message Starting: Hal [OK]. The ports
> appear to work fine even though the system hasn't "finished" booting. I
> can still ssh into the box and such.
>
> With the 8COM disconnected system boots normally. After booting, if I
> connect the 8COM the serial ports appear in /dev/ttyUSB* and again
> appear to work fine.
>
> Any ideas on how I can get the system to boot with the 8COM connected?
>
> Thanks,
>
> Tim
>
> [EMAIL PROTECTED] callerid]# lspci -v|grep USB
> 00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
> Controller (rev 1b) (prog-if 00 [UHCI])
>         Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
> 00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
> Controller (rev 1b) (prog-if 00 [UHCI])
>         Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
> 00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
> Controller (rev 1b) (prog-if 00 [UHCI])
>         Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
>
> from dmesg following a clean boot and then plugging in the 8COM:
> usb 1-1: new full speed USB device using uhci_hcd and address 2
> hub 1-1:1.0: USB hub found
> hub 1-1:1.0: 4 ports detected
> usb 1-1.1: new full speed USB device using uhci_hcd and address 3
> usb 1-1.2: new full speed USB device using uhci_hcd and address 4
> usb 1-1.3: new full speed USB device using uhci_hcd and address 5
> usb 1-1.4: new full speed USB device using uhci_hcd and address 6
> usbcore: registered new driver usbserial
> drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
> usbcore: registered new driver usbserial_generic
> drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
> drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI SIO
> drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI
> 8U232AM Compatible
> drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI
> FT232BM Compatible
> drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI
> FT2232C Compatible
> drivers/usb/serial/usb-serial.c: USB Serial support registered for
> USB-UIRT Infrared Tranceiver
> drivers/usb/serial/usb-serial.c: USB Serial support registered for
> Home-Electronics TIRA-1 IR Transceiver
> ftdi_sio 1-1.1:1.0: FTDI FT2232C Compatible converter detected
> usb 1-1.1: FTDI FT2232C Compatible converter now attached to ttyUSB0
> ftdi_sio 1-1.1:1.1: FTDI FT2232C Compatible converter detected
> usb 1-1.1: FTDI FT2232C Compatible converter now attached to ttyUSB1
> ftdi_sio 1-1.2:1.0: FTDI FT2232C Compatible converter detected
> usb 1-1.2: FTDI FT2232C Compatible converter now attached to ttyUSB2
> ftdi_sio 1-1.2:1.1: FTDI FT2232C Compatible converter detected
> usb 1-1.2: FTDI FT2232C Compatible converter now attached to ttyUSB3
> ftdi_sio 1-1.3:1.0: FTDI FT2232C Compatible converter detected
> usb 1-1.3: FTDI FT2232C Compatible converter now attached to ttyUSB4
> ftdi_sio 1-1.3:1.1: FTDI FT2232C Compatible converter detected
> usb 1-1.3: FTDI FT2232C Compatible converter now attached to ttyUSB5
> ftdi_sio 1-1.4:1.0: FTDI FT2232C Compatible converter detected
> usb 1-1.4: FTDI FT2232C Compatible converter now attached to ttyUSB6
> ftdi_sio 1-1.4:1.1: FTDI FT2232C Compatible converter detected
> usb 1-1.4: FTDI FT2232C Compatible converter now attached to ttyUSB7
> usbcore: registered new driver ftdi_sio
> drivers/usb/serial/ftdi_sio.c: v1.4.2:USB FTDI Serial Converters Driver
>
>  From /var/log/messages when attaching the 8COM after booting:
> ep 10 13:37:20 localhost kernel: usb 1-1: new full speed USB device
> using uhci_hcd and address 2
> Sep 10 13:37:20 localhost kernel: usb 1-1.1: new full speed USB device
> using uhci_hcd and address 3
> Sep 10 13:37:21 localhost kernel: usb 1-1.2: new full speed USB device
> using uhci_hcd and address 4
> Sep 10 13:37:21 localhost kernel: usb 1-1.3: new full speed USB device
> using uhci_hcd and address 5
> Sep 10 13:37:21 localhost kernel: usb 1-1.4: new full speed USB device
> using uhci_hcd and address 6
> Sep 10 13:37:24 localhost kernel: usbcore: registered new driver usbserial
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for Generic
> Sep 10 13:37:24 localhost kernel: usbcore: registered new driver
> usbserial_generic
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial Driver core v2.0
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for FTDI SIO
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for FTDI 8U232AM Compatible
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for FTDI FT232BM Compatible
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for FTDI FT2232C Compatible
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for USB-UIRT Infrared Tranceiver
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/usb-serial.c: USB
> Serial support registered for Home-Electronics TIRA-1 IR Transceiver
> Sep 10 13:37:24 localhost kernel: usb 1-1.1: FTDI FT2232C Compatible
> converter now attached to ttyUSB0
> Sep 10 13:37:24 localhost kernel: usb 1-1.1: FTDI FT2232C Compatible
> converter now attached to ttyUSB1
> Sep 10 13:37:24 localhost kernel: usb 1-1.2: FTDI FT2232C Compatible
> converter now attached to ttyUSB2
> Sep 10 13:37:24 localhost kernel: usb 1-1.2: FTDI FT2232C Compatible
> converter now attached to ttyUSB3
> Sep 10 13:37:24 localhost kernel: usb 1-1.3: FTDI FT2232C Compatible
> converter now attached to ttyUSB4
> Sep 10 13:37:24 localhost kernel: usb 1-1.3: FTDI FT2232C Compatible
> converter now attached to ttyUSB5
> Sep 10 13:37:24 localhost kernel: usb 1-1.4: FTDI FT2232C Compatible
> converter now attached to ttyUSB6
> Sep 10 13:37:24 localhost kernel: usb 1-1.4: FTDI FT2232C Compatible
> converter now attached to ttyUSB7
> Sep 10 13:37:24 localhost kernel: usbcore: registered new driver ftdi_sio
> Sep 10 13:37:24 localhost kernel: drivers/usb/serial/ftdi_sio.c:
> v1.4.2:USB FTDI Serial Converters Driver
>
> Some other possible clues in /var/log/messages from when the 8COM is
> connected during boot (this could also be some other spurious cruft):
>
> Sep 10 12:40:06 localhost kernel: usbcore: registered new driver ftdi_sio
> Sep 10 12:40:06 localhost kernel: drivers/usb/serial/ftdi_sio.c:
> v1.4.2:USB FTDI Serial Converters Driver
> Sep 10 12:40:59 localhost kernel: usb 1-1: USB disconnect, address 2
> Sep 10 12:40:59 localhost kernel: usb 1-1.1: USB disconnect, address 3
> Sep 10 12:40:59 localhost kernel: usb 1-1.2: USB disconnect, address 4
> Sep 10 12:40:59 localhost kernel: usb 1-1.3: USB disconnect, address 5
> Sep 10 12:40:59 localhost kernel: usb 1-1.4: USB disconnect, address 6
> Sep 10 12:41:17 localhost kernel: drivers/usb/serial/ftdi_sio.c: error
> from flowcontrol urb
> Sep 10 12:41:17 localhost kernel: drivers/usb/serial/ftdi_sio.c: Error
> from DTR LOW urb
> Sep 10 12:41:17 localhost kernel: drivers/usb/serial/ftdi_sio.c: Error
> from RTS LOW urb
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Linux-usb-users@lists.sourceforge.net
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users
>

--
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to