Hi ALL
How can user application do power down / power up to USB HCD
Itamar
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
At last - a good answer.
thanks,
erez.
On Tue, Aug 31, 2010 at 11:33 PM, Oron Peled wrote:
> On Tuesday, 31 בAugust 2010 12:22:02 Oleg Goldshmidt wrote:
> > 2010/8/31 Erez D :
> > > I am looking for a simple way to know which serial ports i have.
>
> Instead of searching through /proc and /sys
2010/8/31 Shachar Shemesh
> Shlomi Fish wrote:
>
> Hi Jonathan,
>
> On Tuesday 31 August 2010 09:28:02 Jonathan Ben Avraham wrote:
>
>
> Hi linux-il members,
> Please join me in wishing Shachar Shemesh a hearty "mazal tov".
>
>
> Sure, but what's the ocassion? Sorry for being out of the loop.
On Tuesday, 31 בAugust 2010 12:22:02 Oleg Goldshmidt wrote:
> 2010/8/31 Erez D :
> > I am looking for a simple way to know which serial ports i have.
Instead of searching through /proc and /sys you should use hal:
* To see everything, simply run 'lshal'
* To find UDI's of all serial devices, run
Mazal tov, Shashar.
Valery.
--- On Tue, 8/31/10, Shachar Shemesh wrote:
From: Shachar Shemesh
Subject: Re: [YBA] [OT] Mazal tov to Shachar Shemesh
To: "Shlomi Fish"
Cc: linux-il@cs.huji.ac.il
Date: Tuesday, August 31, 2010, 6:27 PM
Shlomi Fish wrote:
Hi Jonathan,
On Tuesday 31 Augu
I am always surprised to see how sure of themselves people
are when writing to this list, despite having no idea what they're
talking about.
--Ariel
shimi wrote:
> 2010/8/30 Tomer Cohen mailto:to...@gmx.net>>
>
> Please note that ISOC does not provide Hebrew domains domains just
> yet (in
Shlomi Fish wrote:
Hi Jonathan,
On Tuesday 31 August 2010 09:28:02 Jonathan Ben Avraham wrote:
Hi linux-il members,
Please join me in wishing Shachar Shemesh a hearty "mazal tov".
Sure, but what's the ocassion? Sorry for being out of the loop.
Can't blame you. I did not exactly mak
On Tue, Aug 31, 2010 at 1:09 PM, Tzafrir Cohen wrote:
> On Tue, Aug 31, 2010 at 12:28:19PM +0300, Erez D wrote:
>
> > i also have 4 which are ttyS0..ttyS3, although i do not have any serial
> port
> > connected
> > and there is no link to the actual dev (although there is a file which
> > includes
On Tue, Aug 31, 2010 at 12:32 PM, Oleg Goldshmidt wrote:
> On Tue, Aug 31, 2010 at 12:22 PM, Oleg Goldshmidt
> wrote:
> > 2010/8/31 Erez D :
> >
> >> I am looking for a simple way to know which serial ports i have.
> >
> > cat /proc/tty/driver/serial ?
>
> Or, rather, do
>
> find /proc -name seri
Another point in their favor
> is that they accept PayPal, whereas Amazon insists on having my credit
> card number.
>
PayPal charge fees for not enclosing your credit card details:
either from the seller or from you. Does it always better to
not disclose those details?
On Tue, Aug 31, 2010 at 12:28:19PM +0300, Erez D wrote:
> i also have 4 which are ttyS0..ttyS3, although i do not have any serial port
> connected
> and there is no link to the actual dev (although there is a file which
> includes the major and minor device numbers)
How can your system tell that
Hi Jonathan,
On Tuesday 31 August 2010 09:28:02 Jonathan Ben Avraham wrote:
> Hi linux-il members,
> Please join me in wishing Shachar Shemesh a hearty "mazal tov".
Sure, but what's the ocassion? Sorry for being out of the loop.
> And to all of you, "shanah tovah",
>
Shanah Tovah (= "Happy New
On Tue, Aug 31, 2010 at 12:22 PM, Oleg Goldshmidt wrote:
> 2010/8/31 Erez D :
>
>> I am looking for a simple way to know which serial ports i have.
>
> cat /proc/tty/driver/serial ?
Or, rather, do
find /proc -name serial
find /sys -name serial
and see what comes up and what is useful for you.
On Tue, Aug 31, 2010 at 12:22 PM, Oleg Goldshmidt wrote:
> 2010/8/31 Erez D :
>
> > I am looking for a simple way to know which serial ports i have.
>
> cat /proc/tty/driver/serial ?
>
1. need root permission...
2. gives information, but not which dev
thanks,
erez.
>
> --
> Oleg Goldshmidt | p..
Hi Erez,
On Tue, Aug 31, 2010 at 11:52:06AM +0300, Erez D wrote:
> I am looking for a simple way to know which serial ports i have.
> I want to have a list of all serial ports, either onboard, via usb, via
> bluetooth etc ...
> I'm looking for a better way than scanning /dev/ttyS* /dev/ttyUSB*
> /
On Tue, Aug 31, 2010 at 12:15 PM, ik wrote:
> You can use the sysfs for example. It's "actual" path inthe file system
> that represent information about the system of Linux, so any real COM port
> will have a directory with the device name and inside information about the
> port itself.
>
> I do
2010/8/31 Erez D :
> I am looking for a simple way to know which serial ports i have.
cat /proc/tty/driver/serial ?
--
Oleg Goldshmidt | p...@goldshmidt.org
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinf
You can use the sysfs for example. It's "actual" path inthe file system that
represent information about the system of Linux, so any real COM port will
have a directory with the device name and inside information about the port
itself.
I do not know regarding COM how it will look like, but for exa
Hi all,
I am looking for an OSS solution to the following:
- Linux (RHEL based) frontend, running on Apache
- Windows backend and filer, with AD auth
- Users are able to upload/download files using a web interface (and
hopefully a windows/OSX/Linux client)
- File versioning is nice to have
- Quota
hi
I am looking for a simple way to know which serial ports i have.
I want to have a list of all serial ports, either onboard, via usb, via
bluetooth etc ...
I'm looking for a better way than scanning /dev/ttyS* /dev/ttyUSB*
/dev/usb/... etc ...
In cygwin I just look under
/proc/registry/HKEY_LO
20 matches
Mail list logo