Re: NEC uPD 9210 USB controller not working, Could not map memory
From: Andrew Marks (atm_at_amrx.net)
Date: 12/11/03
- Previous message: Dan Strick: "5.2-RC1: massive immediate failure (ata driver)"
- In reply to: Anish Mistry: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Next in thread: Robert Blacquiere: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Reply: Robert Blacquiere: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: Dan Strick: "5.2-RC1: massive immediate failure (ata driver)"
- In reply to: Anish Mistry: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Next in thread: Robert Blacquiere: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Reply: Robert Blacquiere: "Re: NEC uPD 9210 USB controller not working, Could not map memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|