search for: autoprobe

Displaying 20 results from an estimated 24 matches for "autoprobe".

Did you mean: autoprobes
2006 Oct 08
1
autoprobe for nVidia 6200 broken
...s to lie in the open-source "nv" video driver and my card. The proprietary "nvidia" driver works fine (once it is installed). With the install disks, I am stuck with a text install (and thus locked out of some of the LVM options I need). I have not found a way to override the autoprobed video driver except to use "noprobe", and I have no idea what drivers I need to install to do the install correctly. Wish list for fixes: 1. Fix (or update) "nv" driver so it works right with all 6200 cards. 2. Fix the autoprobe so it uses the "vesa" driver for my...
2013 Jul 02
2
binding/unbinding devices to vfio-pci
....f/driver/unbind > 2) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/new_id > 3) echo ssss:bb:dd.f > /sys/bus/pci/drivers/vfio-pci/bind > 4) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/remove_id > > There are actually a number of ways you can do this and the default > autoprobe behavior really makes step 3) unnecessary as the driver core > will probe any unbound devices as soon as a new_id is added to vfio-pci. > That can be changed by: > > # echo 0 > /sys/bus/pci/drivers_autoprobe > > But then we have to worry about races from any devices that migh...
2013 Jul 02
2
binding/unbinding devices to vfio-pci
....f/driver/unbind > 2) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/new_id > 3) echo ssss:bb:dd.f > /sys/bus/pci/drivers/vfio-pci/bind > 4) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/remove_id > > There are actually a number of ways you can do this and the default > autoprobe behavior really makes step 3) unnecessary as the driver core > will probe any unbound devices as soon as a new_id is added to vfio-pci. > That can be changed by: > > # echo 0 > /sys/bus/pci/drivers_autoprobe > > But then we have to worry about races from any devices that migh...
1997 Sep 26
3
kerneld and module security
...filesystem driver or anything else in the list of directories compiled into it as long as its name matches the "interface-name" parameter. Corollary: Any module in /lib/modules can be loaded into kernel memory by any user at any time. There are potential denial-of-service attacks from autoprobes and device initialization all kinds of other goo that I wish I didn''t have to think about here. Here are four alternative fixes: Fix 1: Add a keyword to /etc/modules.conf that puts kerneld Into a mode where nothing that wasn''t explicitly listed in /etc/modules could be loaded....
1998 Jun 04
5
Linux DoS attack through autoprobing
-----BEGIN PGP SIGNED MESSAGE----- The autodetection routines for some linux modules can tie up the machine for several seconds at a time. By trying to open devices not present on the machine, a local user can disrupt service considerably. A very simple exploit is victim$ ls /dev/*/* repeatedly. A suggested fix is to remove or chmod 0 device nodes for hardware not installed on the
2006 Nov 11
2
Drives Not Recognized on Dell Poweredge 1550 CentOs4 install
...to install CentOs 4 onto and am having problems getting the darn thing to recognize the hard drives. (it's worth noting that it's running RAID 0 and the RAID bios recognizes both drives as being in "optimal" state). I start the installation process and all is going well until it autoprobes. All other hardware is found except for the hard drives. The install subsequently fails because there the drives can't be found. I have been googling my brain out over the last week and this seems to be an issue with installing linux on this particular server model. (surrounding the megaraid...
2008 Feb 12
1
create with virt-install hangs
Hi I am just starting with xen and trying to get a few vm''s running on this pentium 4 system. I tried using virt-install to start things. I am using this link as the install base: ftp://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/ , and a local file as hard drive. What happens is that virt-install downloads the kernel, boots, a VNC window for the new VM appears, but it
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...ormat qemu driver + phy:[/dev/]<device> phy raw image bdrv_raw + file:<filename> file raw image bdrv_raw + tap:aio:<filename> tap raw image bdrv_raw + tap:qcow:<image> tap not raw autoprobe + tap:<cow-fmt>:<image> tap named format bdrv_<cow-fmt> + It is still necessary to autoprobe when the image is specified as + `tap:qcow:<image>', because qemu distinguishes `qcow' and `qcow2' + whereas blktap doesn't; `qcow' in xenstore...
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
Antonio, thank you for reply. On 06/16/2015 12:22 PM, Antonio S. Martins Jr. wrote: > ----- "g" <geleem at bellsouth.net> escreveu: <<>> >> greetings, >> >> i want to sync my desktop home directory to my laptop home >> directory. i am using KDE for desktop. >> >> a problem that i foresee is the different screens between the 2.
2006 Sep 15
1
Root filesystem on ext2
Dear All, I have a following query: - My initrd image is created using ext2 filesystem. - The filesystem type of / is specified as ext3 in /etc/fstab file. - I dont mount the real root during execution of linuxrc because I referred some documents saying that if you dont mount real root from linuxrc the kernel will mount it after linuxrc is finished. - The system boots up successfully, mount
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
...and files should not be copied so that configs for >> desktop/laptop do not corrupt configs for laptop/desktop screen? > > Maybe you need to be clearer. The screen's configuration is not > really configured in your home directory, but by X (although these > days it's all autoprobed). > > Are you talking about what icons appear? The configuration for KDE? . also, thank you for kicking my chemo brain in the butt. ;-) yes, i forgot about X being the wise and wondrous now. iirc, there used to be a file under /etc/X11 that had specs for keyboard, mouse, graphics card, mo...
2013 Oct 11
3
VNC
I'm trying to set up a VNC server using the instructions at http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/ . I am up to step 6: Step 6: Edit iptables In order for the VNC connections to get through, you must allow them with iptables. To do this, open up the file /etc/sysconfig/iptables and add the line: -A INPUT -m state --state NEW -m tcp -p tcp -m
2015 Jun 16
0
using rsync to sync desktop /home/user of to laptop /home/user
...: > what directories and files should not be copied so that configs for > desktop/laptop do not corrupt configs for laptop/desktop screen? Maybe you need to be clearer. The screen's configuration is not really configured in your home directory, but by X (although these days it's all autoprobed). Are you talking about what icons appear? The configuration for KDE? -- Jonathan Billings <billings at negate.org>
2015 Jun 17
0
using rsync to sync desktop /home/user of to laptop /home/user
...d so that configs > for > >> desktop/laptop do not corrupt configs for laptop/desktop screen? > > > > Maybe you need to be clearer. The screen's configuration is not > > really configured in your home directory, but by X (although these > > days it's all autoprobed). > > > > Are you talking about what icons appear? The configuration for > KDE? > . > also, thank you for kicking my chemo brain in the butt. ;-) > > yes, i forgot about X being the wise and wondrous now. > > iirc, there used to be a file under /etc/X11 that had...
2013 Jul 02
0
binding/unbinding devices to vfio-pci
...sys/bus/pci/devices/ssss:bb:dd.f/driver/unbind 2) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/new_id 3) echo ssss:bb:dd.f > /sys/bus/pci/drivers/vfio-pci/bind 4) echo vvvv dddd > /sys/bus/pci/drivers/vfio-pci/remove_id There are actually a number of ways you can do this and the default autoprobe behavior really makes step 3) unnecessary as the driver core will probe any unbound devices as soon as a new_id is added to vfio-pci. That can be changed by: # echo 0 > /sys/bus/pci/drivers_autoprobe But then we have to worry about races from any devices that might have been hotplugged in the...
2004 Feb 13
1
PXELinux; Question regarding UNDI
I have already a running automated Deployment system using pxelinux and tftd and a 1,44 floppy image (memdisk) with ms-dos and 3-com undi drivers. The whole thing is working good, and i am not unhappy about it. But, the dos image solution has a few disadvanatages, because i cannot find a mtftp client for ms-dos to deploy a lot of system at the same time. Under linux such client exists, but i
2006 Nov 11
1
FW: [tclug-list] Drives Not Recognized on Dell Poweredge 1550 CentOs install
...> and am having problems getting the darn thing to recognize the hard > drives. (it's worth noting that it's running RAID 0 and the RAID > bios recognizes both drives as being in "optimal" state). I start > the > installation process and all is going well until it autoprobes. All > other hardware is found > except for the hard drives. The install subsequently fails because > there the drives can't be found. > > I have been googling my brain out over the last week and this seems > to be an issue with installing linux > on this particular server...
2016 Jan 06
1
[Bug 93612] New: Unable to force-enable output if monitor disconnected
https://bugs.freedesktop.org/show_bug.cgi?id=93612 Bug ID: 93612 Summary: Unable to force-enable output if monitor disconnected Product: xorg Version: 7.7 (2012.06) Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau