Re: NEC uPD 9210 USB controller not working, Could not map memory

From: Andrew Marks (atm_at_amrx.net)
Date: 12/11/03

  • Next message: Don Lewis: "Re: kernel pointer polka, possibly by mount_nfs"
    Date: Wed, 10 Dec 2003 22:25:53 -0800
    To: current@freebsd.org
    
    

    I widdled my kernel down to almost nothing and still had the same
    problem. With ehci, the controller is detected, but the exact same
    thing happens. Here is the kernel config I used:

    makeoptions KERNEL=USBTEST
    machine i386
    cpu I586_CPU
    ident USBTEST
    options SCHED_4BSD #4BSD scheduler
    options INET #InterNETworking
    options FFS #Berkeley Fast Filesystem
    options SOFTUPDATES #Enable FFS soft updates support
    options UFS_ACL #Support for access control lists
    options UFS_DIRHASH #Improve performance on big directories
    options PROCFS #Process filesystem (requires PSEUDOFS)
    options PSEUDOFS #Pseudo-filesystem framework
    options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
    options COMPAT_FREEBSD4 #Compatible with FreeBSD4
    options SCSI_DELAY=1000 #Delay (in ms) before probing SCSI
    options KTRACE #ktrace(1) support
    options SYSVSHM #SYSV-style shared memory
    options SYSVMSG #SYSV-style message queues
    options SYSVSEM #SYSV-style semaphores
    options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
    options KBD_INSTALL_CDEV # install a CDEV entry in /dev
    device isa
    device pci
    device ata
    device atadisk # ATA disk drives
    options ATA_STATIC_ID #Static device numbering
    device atkbdc # AT keyboard controller
    device atkbd # AT keyboard
    device psm # PS/2 mouse
    device vga # VGA video card driver
    device sc
    device npx
    device random # Entropy device
    device loop # Network loopback
    device ether # Ethernet support
    device tun # Packet tunnel.
    device pty # Pseudo-ttys (telnet etc)
    device ohci
    device ehci
    device usb

    I also tried with just ohci and just ehci and the same error messages
    occured.

    -Andrew Marks

    On Tue, Dec 09, 2003 at 03:12:15PM -0500, Anish Mistry wrote:
    Content-Description: signed data
    > On Tuesday 09 December 2003 12:06 pm, Andrew Marks wrote:
    > > The NEC uPD 9210 USB controller does not work on my laptop. Its a
    > Fujitsu
    > > P2120 and I cvsup'd with current about a week ago. The kernel complains
    > at
    > > boot and cannot "probe and attach" the device. I tried to include what I
    > > thought was relevant information. Please let me know if there is
    > anything
    > > else I can do/provide to help solve the problem.
    > >
    > > -Andrew Marks
    > >
    > Try with device ehci since the P2120 has usb 2.0 correct? Also try with
    > less stuff load, ie no firewire,drm, etc. and see if that helps.
    >
    > --
    > Anish Mistry

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Don Lewis: "Re: kernel pointer polka, possibly by mount_nfs"

    Relevant Pages

    • Re: EHCI USB on _top_ of UHCI?
      ... > ACPI code) doesn't change the EHCI behaviour. ... > kernel all manner of USB devices work. ... New devices are check for high speed first and if that controller ... > source that wouldn't compile. ...
      (freebsd-current)
    • PROBLEM: HT1000 drops network packets during disk writes
      ... HT1000 drops network packets during disk writes ... _any_ disk writes are done on onboard SATA controller at the ... All tested kernel versions are affected. ...
      (Linux-Kernel)
    • KERNEL OOPS: Unable to handle kernel paging request at virtual address 6c000000
      ... Unable to handle kernel paging request at virtual address 6c000000 ... 00:01.0 PCI bridge: Silicon Integrated Systems: Unknown device 0003 ... Subsystem: Micro-Star International Co., Ltd.: Unknown device 7060 ... 00:03.0 USB Controller: Silicon Integrated Systems USB 1.0 Controller ...
      (Linux-Kernel)
    • Re: ATARAID RH 7.3, need startup disk ... RH9?
      ... Replace the system with a 3Ware controller or SIIG ... > drives, and has no way to do ataraid. ... You mean you put your boot OS on the Promise RAID controller? ... having a kernel that already knows about it. ...
      (linux.redhat)
    • Re: ATARAID RH 7.3, need startup disk ... RH9?
      ... Replace the system with a 3Ware controller or SIIG ... > drives, and has no way to do ataraid. ... You mean you put your boot OS on the Promise RAID controller? ... having a kernel that already knows about it. ...
      (comp.os.linux.setup)