usb question

2011-08-28 Thread Zoran Kolic
This might sound stupid, but I want to be sure and not recompile
again. To have usb keyboard working I had to add usb stack to the
kernel. In a hurry I put all uhci, ohci and ehci, with ukbd also.
What of this in necessary for kb? I suppose ehci and ukbd.
Btw, after usb addage, I have strange 3 seconds freeze in X, once
it's up. Not at the start, but some 2-5 minutes later. Branch 8.
Best regrads

   Zoran

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: usb question

2011-08-28 Thread Warren Block

On Sun, 28 Aug 2011, Zoran Kolic wrote:


This might sound stupid, but I want to be sure and not recompile
again. To have usb keyboard working I had to add usb stack to the
kernel. In a hurry I put all uhci, ohci and ehci, with ukbd also.
What of this in necessary for kb? I suppose ehci and ukbd.


Keyboards are low speed, so ohci and uhci; see ukbd(4).


Btw, after usb addage, I have strange 3 seconds freeze in X, once
it's up. Not at the start, but some 2-5 minutes later. Branch 8.


Not enough information to tell.  In X, could be our old friend 
AllowEmptyInput: http://www.wonkity.com/~wblock/docs/html/aei.html

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: usb question

2011-08-28 Thread Zoran Kolic
 Not enough information to tell.

Well, I found only the mouse pointer freezing. I could jump
from one virtual desktop to another. Kb works too. When I
compiled new kernel, I just added in a hurry usb staff, in-
cluding ums. Since it didn't happen before, I could only
put a blame on usb code. Frankly, those 3 seconds are not
something I should care about more than those 3 seconds.  :)
I have a plan to install 9.0 on that desktop box, when it
becomes ready. My bigger concern is support for laptop I have
in mind as a replacement for old one, cause it takes i3 cpu
and intel 3000 graphics. Any idea what will be with kms on
branch 9?
Best regards all

  Zoran

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: usb question

2011-08-28 Thread Warren Block

On Mon, 29 Aug 2011, Zoran Kolic wrote:


Not enough information to tell.


Well, I found only the mouse pointer freezing. I could jump
from one virtual desktop to another. Kb works too. When I
compiled new kernel, I just added in a hurry usb staff, in-
cluding ums. Since it didn't happen before, I could only
put a blame on usb code. Frankly, those 3 seconds are not
something I should care about more than those 3 seconds.  :)


Just make sure AllowEmptyInput Off is not present in your xorg.conf. 
If it's not that, well...



I have a plan to install 9.0 on that desktop box, when it
becomes ready. My bigger concern is support for laptop I have
in mind as a replacement for old one, cause it takes i3 cpu
and intel 3000 graphics. Any idea what will be with kms on
branch 9?


The KMS stuff will probably come after 9-RELEASE.  It sounds promising 
so far.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: USB question

2001-08-03 Thread Kevin Oberman

 Date: Fri, 03 Aug 2001 04:10:51 -0700
 From: Mike Smith [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
  I was attempting to install my new MS optical Intellimouse on the USB port
  instead of the PS/2 port, but I am getting the following when I do a 'dmesg'
  after recompliing my kernel with the correct usb drivers:
  
  uhci0: Intel 82371AB/EB (PIIX4) USB controller at device 7.2 on pci0
  uhci0: Invalid irq 255
  uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS
  
  PNP is turned off in the bios, and the intellimouse works on the USB port in
  when I'm changing the bios (so I know it's not hardware)
 
 You're stuffed until Warner gets the PCI interrupt routing code into 
 -stable.  Welcome to the Plug and Play universe. 8/

If you want to live a bit dangerously, Warner has patches for stable
available now. They are working for several people (and not working
for others).

http://people.freebsd.org/~imp/pcic-stable.diff.15b (the version is
subject to change and may be different by now.)

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: usb question

2000-08-16 Thread Sean O'Connell

Jason Kasper stated:
: Hi there.  I have just recently started trying to use the USB device on
: my laptop and recompiled my kernel with the following pertinent options
: for USB itself
: 
:deviceohci# OHCI PCI-USB interface
:deviceusb   # USB Bus (required)
:deviceugen# Generic
:deviceumass   # Disks/Mass storage - Requires scbus and da
: 
: and the following options for SCSI (I'm using a USB zip drive)
: 
:devicescbus   # SCSI bus (required)
:deviceda# Direct Access (disks)
: 
: Now, I recompiled, installed, etc., and rebooted.  Voila, I was able to
: use my USB zip drive (which is incredibly fast, btw), and all was good.
: I have two questions.  First, when I had the Zip drive connected, I
: tried to start X and had two problems.  First, my mouse simply would not
: work, and secondly, the whole system was much slower than it normally
: is.  I didn't notice this until I started X.  I realize that most
: probably, this is an IRQ conflict between the zip drive and my laptop
: mouse (?) but I've not investigated further.
: 
: My second problem is that since I put the USB options in my new kernel
: (and use it without actually having any USB devices attached), I get the
: following message from the kernel all day
: 
:usb0: scheduling overrun
:usb0: scheduling overrun
:usb0: scheduling overrun
:usb0: scheduling overrun
:Aug 16 13:05:58 judea last message repeated 12392 times
: 
: It doesn't seem like it's hurting anything, but I'm just curious--
: 
:a) what does this mean, and 
:b) what can I do to fix it?  
: 
: Also, anybody experience any oddities when using a USB device and 
: then trying to use a PS/2 mouse?

Jason-

I have done this fine with an Iomega USB Zip 250.  It might help
if you posted some relevant (or all) dmesg output during boot.  You
are probably experiencing an IRQ conflict somewhere... hard to tell
where exactly.  You also fail to mention what kind of laptop you have
... there are some issues with certain makes and models (some HP Omni-
books come to mind).

See FreeBSD USB homepage at http://www.etla.net/~n_hibma/usb/usb.pl

You also fail to mention if you are using XFree86-3.3.6 or XFree86-4.0.1
or what not... there are some issues viz mouse support under 4.0.1 that
maybe coincidental.

ps/2 mouse uses irq 12: you may want to see if the usb controller
or a pccard is attempting to usurp this irq...

You may want to search (or ask on) the usb-bsd email list at egroups

http://www.egroups.com/group/usb-bsd/


S
-- 
101-01010101010
Sean O'Connell   [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message