Hello,
Currently, I decided to rely on udev to give me predictable network
interface names. Strangely, the rules I am using do not seem to work
after resuming from hibernation.
For example, for one of my interfaces, I have
SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx",
NAME
On Sun, 30 Sep 2012 11:29:09 -0400, David Relson wrote:
> I have a Rosewill 75 in 1 card reader with slots for USB, SATA, SD,
> microSD, etc. udev recognizes USB devices and mounts them
> as /media/.
>
> However, when SD and microSD cards are inserted, /var/log/messages
> doesn't report anythi
On Sunday 30 Sep 2012 17:47:45 David Relson wrote:
> On Sun, 30 Sep 2012 10:58:42 -0500
>
> Dale wrote:
> > David Relson wrote:
> > > Good morning!
> > >
> > > I have a Rosewill 75 in 1 card reader with slots for USB, SATA, SD,
> > > microSD, etc. udev recognizes USB devices and mounts them
> >
On Sun, 30 Sep 2012 10:58:42 -0500
Dale wrote:
> David Relson wrote:
> > Good morning!
> >
> > I have a Rosewill 75 in 1 card reader with slots for USB, SATA, SD,
> > microSD, etc. udev recognizes USB devices and mounts them
> > as /media/.
> >
> > However, when SD and microSD cards are inserte
David Relson wrote:
> Good morning!
>
> I have a Rosewill 75 in 1 card reader with slots for USB, SATA, SD,
> microSD, etc. udev recognizes USB devices and mounts them
> as /media/.
>
> However, when SD and microSD cards are inserted, /var/log/messages
> doesn't report anything and the cards are
Good morning!
I have a Rosewill 75 in 1 card reader with slots for USB, SATA, SD,
microSD, etc. udev recognizes USB devices and mounts them
as /media/.
However, when SD and microSD cards are inserted, /var/log/messages
doesn't report anything and the cards aren't mounted.
Any suggestions wher
Paul Hartman wrote:
> On Fri, Aug 3, 2012 at 1:40 AM, Dale wrote:
>> Nope. I didn't notice he was trying to use 3.2 until after I hit send.
>> Bad thing about emails, you can't delete them after they are sent. :/
> In the good old days you could compose offline, and not send them
> until the nex
On Fri, Aug 3, 2012 at 1:40 AM, Dale wrote:
> Nope. I didn't notice he was trying to use 3.2 until after I hit send.
> Bad thing about emails, you can't delete them after they are sent. :/
In the good old days you could compose offline, and not send them
until the next time you dialed up, so yo
Alex Schuster wrote:
> Dale writes:
>
>> Alex Schuster wrote:
>>> Mark Knecht writes:
>>>
Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
copy of the output for bad times.
https://github.com/pturmel/lsdrv
>>> That doesn't work here, and I do not understand
On Thu, 2 Aug 2012 19:43:50 +0200, Alex Schuster wrote:
> BTW, sys-fs/udev-187 does not have the 'udevinfo' command, it seems to
> be 'udevadm info' now.
udevinfo disappeared a long time ago. I wrote a script called udevinfo to
call mdadm info so that I didn't need thchage my setup, it is dated
On Thu, 2 Aug 2012 12:59:19 -0400, Walter Dnes wrote:
> You can get the ATTRS{serial} (i.e. serial number).
Not all drives supply this. I have a pair of Seagate drives and a pair of
WD drives. Neither drive is distinguishable from its twin with udev
attributes.
--
Neil Bothwick
If nothing s
Mark Knecht writes:
> On Thu, Aug 2, 2012 at 8:02 AM, Alex Schuster
> wrote:
> > Mark Knecht writes:
> >
> >> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
> >> copy of the output for bad times.
> >>
> >> https://github.com/pturmel/lsdrv
> >
> > That doesn't work here, and
Dale writes:
> Alex Schuster wrote:
> > Mark Knecht writes:
> >
> >> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
> >> copy of the output for bad times.
> >>
> >> https://github.com/pturmel/lsdrv
> > That doesn't work here, and I do not understand why. In line 305 it
> > t
On Thu, Aug 2, 2012 at 10:43 AM, Peter Humphrey
wrote:
> On Thursday 02 August 2012 16:50:36 Mark Knecht wrote:
>
>> Dunno about the python-3.2 thing. Are you set to use 3.2 by default?
>> (How aggressive of you!) ;-) I'm set to use 2.7 as default which I
>> think is the overall recommendation of
Walter Dnes writes:
> You can get the ATTRS{serial} (i.e. serial number). See the printer
> example at http://www.reactivated.net/writing_udev_rules.html and adapt
> to your hard drive. Serial numbers should be unique, even amongst
> otherwise identical drives...
>
> =
On Thursday 02 August 2012 16:50:36 Mark Knecht wrote:
> Dunno about the python-3.2 thing. Are you set to use 3.2 by default?
> (How aggressive of you!) ;-) I'm set to use 2.7 as default which I
> think is the overall recommendation of dummies like me:
I thought so too, so I was surprised to find
On Thu, Aug 02, 2012 at 01:34:04AM +0200, Alex Schuster wrote
> So I made some udev rules like this, and my drives are called /dev/hd1,
> hd2 and hd3:
>
> SUBSYSTEMS=="scsi", KERNEL=="sd?", ATTRS{model}=="SAMSUNG HD154UI",
> SYMLINK="hd1"
>
> This works fine, and this way I can address them in s
On Thu, Aug 2, 2012 at 8:02 AM, Alex Schuster wrote:
> Mark Knecht writes:
>
>> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
>> copy of the output for bad times.
>>
>> https://github.com/pturmel/lsdrv
>
> That doesn't work here, and I do not understand why. In line 305 it
Alex Schuster wrote:
> Mark Knecht writes:
>
>> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
>> copy of the output for bad times.
>>
>> https://github.com/pturmel/lsdrv
> That doesn't work here, and I do not understand why. In line 305 it tries
> and fails to create /dev/bl
Mark Knecht writes:
> Check out the very nice 'lsdrv' script by Phil Turmel. Run it, save a
> copy of the output for bad times.
>
> https://github.com/pturmel/lsdrv
That doesn't work here, and I do not understand why. In line 305 it tries
and fails to create /dev/block, which is already existing
On Thu, Aug 2, 2012 at 3:38 AM, Alex Schuster wrote:
> Alex Schuster writes:
>
>> Canek Peláez Valdés writes:
>
>> > $ ll /dev/disk/by-id
>> > ...
>> > ata-SAMSUNG_HD160JJ_S08HJ10YC13279 -> ../../sda
>> > ...
>> >
>> > That's a whole drive right there.
>>
>> Wow, now I feel really stupid :) You ar
Alex Schuster writes:
> Canek Peláez Valdés writes:
> > $ ll /dev/disk/by-id
> > ...
> > ata-SAMSUNG_HD160JJ_S08HJ10YC13279 -> ../../sda
> > ...
> >
> > That's a whole drive right there.
>
> Wow, now I feel really stupid :) You are so right, they are there, and I
> don't why I overlooked them..
Canek Peláez Valdés writes:
> On Wed, Aug 1, 2012 at 7:42 PM, Alex Schuster
> wrote:
> > Canek Peláez Valdés writes:
> [ snip ]
> >> Oh, and I forgot; doesn't the links in /dev/disk/by-id,
> >> /dev/disk/by-label, /dev/disk/by-uuid do what you want to?
> >
> > Those seem to list partitions only,
On Wed, Aug 1, 2012 at 7:42 PM, Alex Schuster wrote:
> Canek Peláez Valdés writes:
[ snip ]
>> Oh, and I forgot; doesn't the links in /dev/disk/by-id,
>> /dev/disk/by-label, /dev/disk/by-uuid do what you want to?
>
> Those seem to list partitions only, not whole drives. A label for a drive
> would
Canek Peláez Valdés writes:
> On Wed, Aug 1, 2012 at 6:59 PM, Canek Peláez Valdés
> wrote:
> > On Wed, Aug 1, 2012 at 6:34 PM, Alex Schuster
> > wrote:
[...]
> >> Could there be another way to distinguish the drives, like looking
> >> at the partition scheme or something?
> >
> > If you want to
On Wed, Aug 1, 2012 at 6:59 PM, Canek Peláez Valdés wrote:
> On Wed, Aug 1, 2012 at 6:34 PM, Alex Schuster wrote:
>> Hi there!
>>
>> I do not understand the numbering of my hard drives. There may be some
>> inherent logic, but whenever I make some changes, like replacing drives,
>> or changing BI
On Wed, Aug 1, 2012 at 6:34 PM, Alex Schuster wrote:
> Hi there!
>
> I do not understand the numbering of my hard drives. There may be some
> inherent logic, but whenever I make some changes, like replacing drives,
> or changing BIOS settings, the order changes. Maybe it's even more random.
>
> So
Hi there!
I do not understand the numbering of my hard drives. There may be some
inherent logic, but whenever I make some changes, like replacing drives,
or changing BIOS settings, the order changes. Maybe it's even more random.
So I made some udev rules like this, and my drives are called /dev/h
On Wed, Nov 16, 2011 at 1:21 AM, James Broadhead
wrote:
> On 16 November 2011 08:42, James Broadhead wrote:
>> Your user should be in plugdev, with the mountpoiny rwx by plugdev. I have
>> root:plugdev rwxrwxr-x.
>
> Oh, and run ifuse as the user, not as root :)
>
>
I'll look into both of those.
On 16 November 2011 08:42, James Broadhead wrote:
> Your user should be in plugdev, with the mountpoiny rwx by plugdev. I have
> root:plugdev rwxrwxr-x.
Oh, and run ifuse as the user, not as root :)
Your user should be in plugdev, with the mountpoiny rwx by plugdev. I have
root:plugdev rwxrwxr-x.
I have more written, but I'm travellong atm.
Use app-pda/ideviceinstaller -l to get AppIds & then use ifuse --appid to
mount Apps 'Documents' folders (to pass them music/videos/ebooks).
I needed if
On Wed, Nov 9, 2011 at 3:14 PM, James Broadhead
wrote:
> As for native support, it looks as though Apple have updated their
> protocol, so if you've a new i*, or have updated recently, then the
> in-portage versions of ifuse and libimobiledevice won't work - I've
> just gotten my updated iPad work
As for native support, it looks as though Apple have updated their
protocol, so if you've a new i*, or have updated recently, then the
in-portage versions of ifuse and libimobiledevice won't work - I've
just gotten my updated iPad working with current git versions of both
however.
I've also been w
On Wed, Nov 9, 2011 at 10:54 AM, Volker Armin Hemmann
wrote:
> Am Mittwoch 09 November 2011, 10:22:42 schrieb Mark Knecht:
>> On Wed, Nov 9, 2011 at 7:17 AM, Volker Armin Hemmann
>>
>> wrote:
>> > Am Montag 07 November 2011, 10:28:41 schrieb J. Roeleveld:
>> >> On Sun, November 6, 2011 6:49 pm, V
Am Mittwoch 09 November 2011, 10:22:42 schrieb Mark Knecht:
> On Wed, Nov 9, 2011 at 7:17 AM, Volker Armin Hemmann
>
> wrote:
> > Am Montag 07 November 2011, 10:28:41 schrieb J. Roeleveld:
> >> On Sun, November 6, 2011 6:49 pm, Volker Armin Hemmann wrote:
> >> > Am Samstag 05 November 2011, 20:45
On Wed, Nov 9, 2011 at 7:17 AM, Volker Armin Hemmann
wrote:
> Am Montag 07 November 2011, 10:28:41 schrieb J. Roeleveld:
>> On Sun, November 6, 2011 6:49 pm, Volker Armin Hemmann wrote:
>> > Am Samstag 05 November 2011, 20:45:15 schrieb Joost Roeleveld:
>> >> Virtualbox has decent USB-pass-through
Am Montag 07 November 2011, 10:28:41 schrieb J. Roeleveld:
> On Sun, November 6, 2011 6:49 pm, Volker Armin Hemmann wrote:
> > Am Samstag 05 November 2011, 20:45:15 schrieb Joost Roeleveld:
> >> Virtualbox has decent USB-pass-through support. Even quite high
> >> performance.
> >>
> >> >Thanks
On Sun, November 6, 2011 6:49 pm, Volker Armin Hemmann wrote:
> Am Samstag 05 November 2011, 20:45:15 schrieb Joost Roeleveld:
>
>> Virtualbox has decent USB-pass-through support. Even quite high
>> performance.
>> >Thanks for your help. I do appreciate it
>
> virtualbox is also pretty broken a
Am Samstag 05 November 2011, 20:45:15 schrieb Joost Roeleveld:
> Virtualbox has decent USB-pass-through support. Even quite high performance.
> >Thanks for your help. I do appreciate it
virtualbox is also pretty broken at the moment.
--
#163933
On Sun, Nov 6, 2011 at 7:33 AM, Neil Bothwick wrote:
> On Sun, 6 Nov 2011 06:16:59 -0800, Mark Knecht wrote:
>
>> I hope anyone reading who doesn't donate will at least consider
>> donating.
>
> I used to9, but I'm no longer allowed to. In the UK, anyone who received
> a transfusion before 1981 is
Mark Knecht wrote:
On Sun, Nov 6, 2011 at 7:10 AM, Dale wrote:
Mark Knecht wrote:
I hope anyone reading who doesn't donate will at least consider donating.
Even donating once a year is a big help. It's not painful and whole blood
donations are easy. I do apheresis which takes longer as it draw
On Sun, 6 Nov 2011 06:16:59 -0800, Mark Knecht wrote:
> I hope anyone reading who doesn't donate will at least consider
> donating.
I used to9, but I'm no longer allowed to. In the UK, anyone who received
a transfusion before 1981 is no longer able to donate, I received blood
in December 1980.
I
On Sun, Nov 6, 2011 at 7:10 AM, Dale wrote:
> Mark Knecht wrote:
>>
>> I hope anyone reading who doesn't donate will at least consider donating.
>> Even donating once a year is a big help. It's not painful and whole blood
>> donations are easy. I do apheresis which takes longer as it draws my bloo
Mark Knecht wrote:
I hope anyone reading who doesn't donate will at least consider
donating. Even donating once a year is a big help. It's not painful
and whole blood donations are easy. I do apheresis which takes longer
as it draws my blood, separates the contents, keeps the plasma &
platelet
On 5 November 2011 19:45, Joost Roeleveld wrote:
> On Saturday, November 05, 2011 04:48:54 AM Mark Knecht wrote:
>> On Sat, Nov 5, 2011 at 2:39 AM, Joost Roeleveld wrote:
>> > On Friday, November 04, 2011 06:03:55 PM Mark Knecht wrote:
>> >> 2011/11/4 Jorge Martínez López :
>> >> > Did you instal
On Sat, Nov 5, 2011 at 8:06 PM, Pandu Poluan wrote:
>
> On Nov 5, 2011 6:51 PM, "Mark Knecht" wrote:
>>
>> (I do that a lot because my
>> blood is pretty unique.)
>
> (sorry for the offtopicness, but I really am curious)
>
> AB+ ?
>
> Rgds,
Yeah, off topic, and a good first guess. I'm AB+ which
On Nov 5, 2011 6:51 PM, "Mark Knecht" wrote:
>
> (I do that a lot because my
> blood is pretty unique.)
(sorry for the offtopicness, but I really am curious)
AB+ ?
Rgds,
On Saturday, November 05, 2011 04:48:54 AM Mark Knecht wrote:
> On Sat, Nov 5, 2011 at 2:39 AM, Joost Roeleveld wrote:
> > On Friday, November 04, 2011 06:03:55 PM Mark Knecht wrote:
> >> 2011/11/4 Jorge Martínez López :
> >> > Did you install app-pda/ifuse and app-pda/libimobiledevice
> >> > (dep
On Sat, Nov 5, 2011 at 2:39 AM, Joost Roeleveld wrote:
> On Friday, November 04, 2011 06:03:55 PM Mark Knecht wrote:
>> 2011/11/4 Jorge Martínez López :
>> > Did you install app-pda/ifuse and app-pda/libimobiledevice (dependency
>> > of ifuse and gtkpod)?. I do not recall touching any udev rule.
>
On Friday, November 04, 2011 06:03:55 PM Mark Knecht wrote:
> 2011/11/4 Jorge Martínez López :
> > Did you install app-pda/ifuse and app-pda/libimobiledevice (dependency
> > of ifuse and gtkpod)?. I do not recall touching any udev rule.
> >
> > Greetings,
> >
> > --
> > Jorge Martínez López http
2011/11/4 Jorge Martínez López :
> Did you install app-pda/ifuse and app-pda/libimobiledevice (dependency
> of ifuse and gtkpod)?. I do not recall touching any udev rule.
>
> Greetings,
>
> --
> Jorge Martínez López http://www.jorgeml.net
> Google Talk / XMPP: jorg...@gmail.com
>
>
Hi Jorge
Did you install app-pda/ifuse and app-pda/libimobiledevice (dependency
of ifuse and gtkpod)?. I do not recall touching any udev rule.
Greetings,
--
Jorge Martínez López http://www.jorgeml.net
Google Talk / XMPP: jorg...@gmail.com
Hi,
I was looking at an app called gtkpod which looks like something my
wife might use to sync her iPod Touch. The gtkpod manual suggests that
when the system is setup correctly if I plug in her iPod I should see
it show up in dmesg as a USB disk. Currently I do not:
[ 163.164161] usb 2-4: new
On 5/30/06, Leandro Melo de Sales <[EMAIL PROTECTED]> wrote:
Richard,
You said that one rule can override other, but if you read udev
manual ( http://www.reactivated.net/writing_udev_rules.html ), you'll
realize that what you said I think is incorrect.
That is _not_ the "udev manual". I've
On 5/30/06, Leandro Melo de Sales <[EMAIL PROTECTED]> wrote:
Richard,
when I change any rules, should I have to execute a command in order
to update the udev rules?
Usually you can run udevstart to get the new nodes activated
immediately. But if you are just going to reboot, this is not
nec
Richard,
You said that one rule can override other, but if you read udev
manual ( http://www.reactivated.net/writing_udev_rules.html ), you'll
realize that what you said I think is incorrect.
"Files in /etc/udev/rules.d/ are parsed in lexical order. udev will
stop processing rules as soon as it
Richard,
when I change any rules, should I have to execute a command in order
to update the udev rules?
Thank you,
Leandro.
2006/5/30, Richard Fish <[EMAIL PROTECTED]>:
On 5/29/06, Leandro Melo de Sales <[EMAIL PROTECTED]> wrote:
> BUS=="scsi", SYSFS{model}=="SAMSUNG SP123245", NAME="/dev/
On 5/29/06, Leandro Melo de Sales <[EMAIL PROTECTED]> wrote:
BUS=="scsi", SYSFS{model}=="SAMSUNG SP123245", NAME="/dev/sda"
BUS=="scsi", SYSFS{model}=="SysOp ", NAME="/dev/sdb"
BUS=="scsi", SYSFS{model}=="Dados ", NAME="/dev/sdc"
1. You probably need the ":=" syntax to
Am Dienstag, 30. Mai 2006 06:00 schrieb ext Leandro Melo de Sales:
> When I boot from livecd the configuration of my disks is as follows:
>
>BUS=scsi
>/dev/sda -> SYSFS{model}=="SAMSUNG SP..."
>
>BUS=scsi
>/dev/sdb -> SYSFS{model}=="SysOp "
SATA or real SCSI?
>I
Hi...
I made a gentoo installation by reading gentoo installation guide.
When I boot from livecd the configuration of my disks is as follows:
BUS=scsi
/dev/sda -> SYSFS{model}=="SAMSUNG SP..."
BUS=scsi
/dev/sdb -> SYSFS{model}=="SysOp "
BUS=scsi
/dev/sdc -> SYSFS{m
60 matches
Mail list logo