All of lore.kernel.org
 help / color / mirror / Atom feed
From: Madis Listak <madis.listak@mail.ee>
To: chief@verat.net
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: Modify the usb power budget in OSK
Date: Sat, 25 Mar 2006 12:26:16 +0200	[thread overview]
Message-ID: <44251AC8.4030002@mail.ee> (raw)
In-Reply-To: <42911.212.62.63.56.1143206869.squirrel@webmail.verat.net>

Hello,
I still have "over budget" message annoying me,
but my cameras started to work then I compiled
all the modules into the kernel and stopped using
modprobe or insmod modules.
You can try the following:

Device Drivers --->
Multimedia deices --->
<*> Video for Linux				( CONFIG_VIDEO_DEV )

Device Drivers --->
USB support --->
<*> Support for Host-side USB			( CONFIG_USB )
<*>   OHCI HCD support				( CONFIG_USB_OHCI_HCD )

Device Drivers --->
USB support --->
USB Camera support-->
<*>   USB SN9C10x PC Camera Controler support 	( CONFIG_USB_SN9C102 )

Madis


Djordje Nijemcevic wrote:

>Hello,
>
>We have the same problem with our web camera... We're using an external
>power supply for USB.
>
>First, we modified the line in ohci-omap.c
>ohci_to_hcd(ohci)->power_budget = 250;
>to
>ohci_to_hcd(ohci)->power_budget = 500;
>
>After that modification, during the boot process, we still got the message
>"400mA over 100mA budget"
>By searching the files containing string "mA budget", we have found inside
>hub.c
>
>		/* 100mA per-port ceiling, or 8mA for OTG ports */
>		if (i != (udev->bus->otg_port - 1) || hdev->parent)
>			ceiling = 50;
>		else
>			ceiling = 4;
>
>In the rest of the source, the value 'ceiling' is considered as a half the
>maximum power that the USB port can give. After modifying the 'ceiling'
>value from 50 (which corresponds to 100mA) to 250 (corresponds to 500mA)
>we didn't have the boot message mentioned anymore, but the camera still
>doesn't work, nor its LED :( But, you might give a try with this.
>
>It looks strange to me that hub.c is even needed, as well as there is
>100mA limit inside of it. We still doubt that our camera doesn't work due
>to some power budget-related issue. Is something else to be modified?
>
>TIA
>Djordje Nijemcevic
>
>  
>
>>Hi all,
>>
>>I am trying to plug a D-Link DWL-G122 802.11g wlan usb stick on to OSK.
>>But
>>I always get the "over power budget" warning, should I modify the power
>>budget set in drivers/usb/host/ohci-omap.c?  Has anyone ever succeeded to
>>utilize a similar usb stick?
>>
>>And, I have tried to use a extra wire to get power supply from a PC usb
>>port, the errors were still.
>>
>>I am so eagerly looking forward to your help, thank you in advance.
>>
>>Best regards!
>>
>>
>>Li Weichen
>>
>>_______________________________________________
>>Linux-omap-open-source mailing list
>>Linux-omap-open-source@linux.omap.com
>>http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>>
>>    
>>
>
>_______________________________________________
>Linux-omap-open-source mailing list
>Linux-omap-open-source@linux.omap.com
>http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>
>
>  
>

  reply	other threads:[~2006-03-25 10:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20  8:50 Modify the usb power budget in OSK? Li Weichen
2006-03-24 13:27 ` Modify the usb power budget in OSK Djordje Nijemcevic
2006-03-25 10:26   ` Madis Listak [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-27  1:42 Ishigami, Tatsuya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44251AC8.4030002@mail.ee \
    --to=madis.listak@mail.ee \
    --cc=chief@verat.net \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.