Programming :: Apply A Vendor ID For USB Device On Fedora?

Jan 6, 2009

I am new for Linux, my job is developing USB device on fedora Linux.The USB device driver has been completed successfully.my question is:how can I apply a new vendor Id (VID) for fedora kernel, so that my latest driver will be updated automatically when the Linux kernel was updated.

View 1 Replies


ADVERTISEMENT

Networking :: Get Vendor-string Or Vendor-class From A Dhcp Client?

Sep 8, 2010

I need a way to find out what my dhcp vendor-class or vendor string is on a device. I want to take a client and based on the vendor string (if I can get what that string is) set up a pool for it.

View 1 Replies View Related

Ubuntu Multimedia :: Elgato / Lsusb Shows The Device But Don't Get A Vendor Name?

Jan 3, 2010

I'm really trying to get the Elgato Eye TV Diversity working with Ubuntu (I'm trying it on both Karmic and Hardy)

The problem is, lsusb shows the device but I don't get a vendor name, just an ID.

dmesg shows a usb device being detected, but not that it's a TV tuner.

I've followed the guides on these pages:url

url

url

url

P.S (I know some of the guides are for the hauppauge nova, but this is the same device as far as I can tell)

View 5 Replies View Related

Debian Programming :: Disable All USB Storage - Enable Some Devices By Vendor ID

Jun 18, 2014

I want to disable mounting usb storage devices except some devices based on its vendor id. I tried by adding below udev rule in debian wheezy

Code: Select allACTION=="add", SUBSYSTEMS=="usb", RUN+="/bin/sh -c 'for host in /sys/bus/usb/devices/usb*; do echo 0 > $host/authorized_default; done'"
ACTION=="add", ATTR{idVendor}=="054c", RUN+="/bin/sh -c 'echo 1 >/sys$DEVPATH/authorized'"

But it disabled all usb devices(USB keyboard and mouse). How can I allow other devices except storage devices.

View 0 Replies View Related

Fedora :: Source From Ralink's Website To Include Vendor And Product Id?

Apr 22, 2010

This is for the Linksys AE1000. This may work for other USB wireless network adapters, but I don't know for sure. Here is the original information ( Ubuntu's Forums ) about a very similar card. It clarifies that you need the 'rt3572sta', and some modifications are required to the source from ralink's website to include your Vendor and Product Id. Then modify a few files, and away you go. Step 1) Retrieve your Vendor and Product Id. Easiest way is doing 'sudo tail -f /var/log/messages' and then plugging in your USB device.

Code:
Apr 22 15:35:12 localhost kernel: usb 1-3: new high speed USB device using ehci_hcd and address 20
Apr 22 15:35:12 localhost kernel: usb 1-3: New USB device found, idVendor=13b1, idProduct=002f
Apr 22 15:35:12 localhost kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 22 15:35:12 localhost kernel: usb 1-3: Product: Linksys AE1000
Apr 22 15:35:12 localhost kernel: usb 1-3: Manufacturer: Linksys
Apr 22 15:35:12 localhost kernel: usb 1-3: configuration #1 chosen from 1 choice

[Code]...

View 14 Replies View Related

Software :: Install A Vendor Provided Driver In Fedora 9 Kernel?

Sep 30, 2010

I am trying to install a vendor provided driver in Fedora 9 kernel 2.6.27.25-78.2.56.fc9.x86_64. Apparently the vendor stopped officially supporting Linux a number of years ago, so there were a few things I needed to change in the source code to get it to compile, now I'm trying to install it. Make runs successfully, but when I try to "make install" this happens:

Code:
# make install
Unloading any instances of foo module
Loading new foo into running kernel
insmod: error inserting 'foo.ko': -1 Operation not permitted
make: *** [install] Error 1

I've tried finding a solution via Google but it seems that the majority of people solved this problem using sudo, but I'm using su already and this still happens. I've also gone into make menuconfig and modules are enabled. I have access to the makefile and all the source code, so if something needs to be done there I can do it. If anyone has any ideas, please don't leave out any details; I'm a complete newbie when it comes to Linux

View 2 Replies View Related

Fedora Hardware :: Many Ethernet Cards - Find Vendor / Model - MAC Address ?

Oct 7, 2010

How can I determine full compliance:

Input data see below.

Code:

Code:

Code:

Result - ethernet devices about which I know the exact information :

Code:

View 3 Replies View Related

Fedora :: Error - Found USB Scanner (vendor=0x04a9 [Canon], Product=0x2213 [CanoScan], Chip=GL841?) At Libusb:001:006

Aug 1, 2009

Since installing F11, my Canon LIDE 50 scanner refuses to work. xsane 0.996 produces an error message: Failed to start scanner: Error during device I/O.

sane-find-scanner says it is there: found USB scanner (vendor=0x04a9 [Canon], product=0x2213 [CanoScan], chip=GL841?) at libusb:001:006 But scanimage -L claims: No scanners were identified.except once when it admitted: device `genesys:libusb:001:006' is a Canon LiDE 35/40/50 flatbed scanner

I reluctantly tested the scanner on a Windoze machine and it works perfectly. And it worked perfectly under F10.

View 9 Replies View Related

Fedora :: Unable To Apply Kernel Patch

Dec 10, 2009

I'm having problems to install SCST in Fedora 11.I'm not able to apply the kernel patch because there isn't a file called drivers/scsi/scsi_lib.c in the /usr/src/kernels/2.6.29.4-167.fc11.i868.PAE.Does anybody have an idea on how to proceed?

View 3 Replies View Related

Fedora :: Apply A Patch To An Existing Install?

Oct 25, 2010

Just wondering if this is possible and if so, how? I want to be able to apply the following patch: [URL]

It is apparently a test fix for the touchpad on the newer Dell laptops. I want to test drive it a bit. Otherwise, if someone could point me in the right direction as to custom compile a Fedora 13 x64 disc including this patch, that would be great.

View 1 Replies View Related

Fedora :: Apply Patch, No Internet Access?

Nov 1, 2010

http://kernel.org/pub/linux/kernel/p...d-AR8152.patch

I have zero internet access on my laptop via wired or wireless connection, and need to apply this patch, but have pretty much no idea where to start.Running vanilla FC13 x86_64. Whats the easiest way to go about this, considering its hard work for me to download packages and their dependencies at college (where I am posting from now) and installing them at home, it could take days.

View 4 Replies View Related

Fedora :: Apply Bootloader Configuration Settings?

Jan 27, 2011

It looks like the F14 Bootloader Configuration GUI is missing "OK" button.

So far the only way to configure the F14 Bootloader is by editing /boot/grub/grub.conf.

View 5 Replies View Related

Red Hat / Fedora :: Re-apply Chmod +r Doesn't Works - Permission Denied ?

Dec 23, 2010

I've a pb on a directory...Same pb with others users... fsck -y says fs is clean...Re-apply chmod +r doesn't works...Data are on local HD (not SAN)

View 1 Replies View Related

Programming :: Searching For Video Or Screen Cast Which Shows Device Driver Programming?

May 30, 2010

I did searched you tube but my results were not great.I have 2 books on KernelProgramming.I feel I need if some where I can get a video tutorial which can help me to understand how to develop a Linux Device driver that will be great.I had a look at Greg Kroah Hartmans video lecture of developing patches on ......I have been reading books and a lot of stuff.So I wish if I could get a video lecture that would be better

View 1 Replies View Related

Debian Configuration :: How To Get VENDOR

Jul 8, 2015

On my Linux (Debian/Ubuntu), I can get the PRODUCT of a library with "apt-file search" or "dpkg -S".May be I can get the VERSION by parsing the name of the library.so.But, How can I get the VENDOR ???

View 1 Replies View Related

OpenSUSE :: What Is The Vendor Lock

Mar 15, 2011

what is the vendor lock

View 9 Replies View Related

Fedora :: Way To 'apply Permissions To Enclosed Files' Recursively Through Nautilus Context Menu?

Jun 14, 2011

I have a partition that I mount as /data on all of my distros of my multi-boot machine. I am having a bear of a time figuring the right way to address permissions/groups so that any distro can use it (or any removable drive).I tried (in linuxmint) making a group '/data' and assigning the users on my machine to that group, then changing the permissions/groups of the files and folders in that mount as belonging to the /data group, then booted to fedora 15, made the /data group, added the users to that group, I'm not sure that this way will work (it doesn't seem to) or if it's the best way to proceed. some of the things I don't get are:what is the '1000' user and group?is the user/group info on (in or somehow attached) the mount itself?does this seem like a good way to do this?is there on way to 'apply permissions to enclosed files' recursively through the nautilus context menu?

View 3 Replies View Related

Ubuntu :: Use Graphics Driver Vendor's Tool Instead?

Apr 6, 2010

i am using a alienware m17x QX9300 ATI 4870 CrossfireX 1920x1200p and till now was working fine with ultimate on it,now i don't know what happen ,before open the login screen is telling me that he has to start with low resolution,and after login sometimes is freezing.when i try to open display to set the resolution is giving me this: It appears that your graphics diver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead? and if i press yes is giving me this: There was a problem initializing Catalyst Control Center Linux Edition. It could be caused by the following. No ATI graphics driver is installed, oor the ATI driver is not functioning properly. Please install the ATI driver appropriate for you ATI hardware, or configuer using aticonfig Here's my /etc/X11/xorg.conf file - maybe there's some weirdness in it :

Section "Screen"
Identifier"Configured Screen Device"
Device"Configured Video Device"
SubSection "Display"
Modes "1920x1200"
Virtual1920 1200
EndSubSection
EndSection
Section "Device"
Identifier"Configured Video Device"
EndSection

View 1 Replies View Related

Fedora Hardware :: Full Speed USB MSC Device Detected As Input Device?

Apr 7, 2011

I am working on an embedded system, which is an USB MSC device that supports some vendor specific scsi commands. I am using FC10 laptop as USB host for testing, and it runs some small apps based on sg3. All has been well for ~ a week. The FC10 laptop is able to communicate with the device and retrieve data. Suddenly, starting from today, the laptop is not able to properly detect the device. When plugged-in, the MSC device is detected as input device (I thought). This is observed from "dmesg" output and changes in "/dev/input/".The device under development is running at full speed. When I connect to winXP, no problem. A windows file explorer pops up, showing the content of the drive.Also, the FC10 has no problem with other USB flash drive (high speed).

View 1 Replies View Related

OpenSUSE :: Build A Jar File Using A Ant Script Provided By A Vendor?

Jun 2, 2011

I am trying to build a jar file using a ant script provided by a vendor and while running the script, I am getting the below connection time out error when it tries to download a jar file.

Code:
C:ccuapi-java>ant run
Buildfile: build.xml
get_libs:
[get] Getting: http://download.java.net/maven/2/args4j/args4j/2.0.12/args4j-2.0.12.jar
[get] To: C:ccuapi-javaargs4j-2.0.12args4j-2.0.12.jar

[Code]...

View 4 Replies View Related

CentOS 5 :: Glibc Update Broke A Vendor Tool?

Jun 30, 2011

I am running CentOS 5.6 on my servers (auto-updating to the latest patches). A couple of days ago, a number of updates were applied:
glibc-common-2.5-58.el5_6.4.x86_64
glibc-2.5-58.el5_6.4.x86_64
nscd-2.5-58.el5_6.4.x86_64
glibc-headers-2.5-58.el5_6.4.x86_64

[Code]...

This update broke a software tool from Xilinx (FPGA compiler). I rolled back all of the above, to 2.5-58.el5_6.3, and the tool works OK. I get:
/home/cad/xilinx/ISE13.1/ISE_DS/ISE/bin/lin64/unwrapped/map: symbol lookup error: /home/cad/xilinx/ISE13.1/ISE_DS/ISE/lib/lin64/libXst2_Core.so: undefined symbol: _ZN5boost7archive6detail17basic_oserializerD2Evmake[2]: *** [map] Error 127

View 1 Replies View Related

OpenSUSE :: Package Updates - Repository Priorities And Vendor Change

Jul 19, 2010

I read a few threads about updating packages in opensuse 11.3, and about switching to a repository, but I still don't understand a few things. On earlier versions of opensuse I was used to set the repository priorities in an order that was convenient for me, and when I did an update, the vendor changed if needed.
Now, vendor change is not allowed by default, and I don't understand the right way to handle repositories, and updates. I found out that in Software Managment there is an option to allow vendor change, but I'm not sure that's the right way.

View 9 Replies View Related

General :: Data Card - No Default Vendor / Product Found

Nov 17, 2010

I used usb_modeswitch but the result was "No default vendor/product found." But usbmod_switch.conf file has all the vendor & product id contained in it. And modeprobe is also not effective. Even Sakis3g script fails to switch my datacard into modem. How to use BSNL Data Card in Fedora 13?

View 1 Replies View Related

Fedora Installation :: Device Driver For Usb To Detect Device?

Sep 19, 2009

I am currently using fedora 11 kernel 2.6.29 version, i wanted to write device driver for usb to detect my own device. My project is radio with computer. My fm radio get connected to usb port so i need to write h/w interfacing program.

View 1 Replies View Related

General :: Writing Udev Rules On Ubuntu 9.10 For Two Ports With The Same Product And Vendor IDs

Aug 3, 2010

I have been trying to figure this out for a long time now and can't seem to get it to work. I have three serial ports I need to communicate with. The first one works, but the other two, which have identical product and vendor IDs, do not. This is what I have so far under /etc/udev/rules.d/10-local.rules/

[Code]....

View 14 Replies View Related

Red Hat / Fedora :: Network Manual Settings - Why "apply" Greyed Out?

Mar 21, 2010

I have this old eMachines on which I've been running RedHat for about 7 years. It is kernel 2.4 and I wanted to upgrade to a newer kernel so I can run a newer version of some server software I use.

I was debating whether to upgrade to Fedora 12 or Ubuntu, and some other person recommended, "definitely Fedora" so here I am.

The CD-ROM downloaded fine. I was able to boot and install Fedora fine. But I'm stuck at the network settings.

None of the screens *quite* match what is in the quick or detailed installation guide at the Fedora site.

The main problem I have is I'm trying to manually set a couple of fixed IP addresses. I am in "Editing System eth0" now. If I switch the method from "Automatic" to "Manual" the Apply button turns greyed out, and stays that way even after I enter the address, netmask, gateway (router address I assume?) and a DNS server address.

View 7 Replies View Related

Fedora Networking :: 3G USB Modem Has Wrong Device Port In NM - Change Device Port In Network Manager?

Aug 14, 2009

I installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?

View 1 Replies View Related

Fedora :: Cannot Add Device In HP Device Manager?

Jun 28, 2010

Running Fedora 13, I cannot add my HP J4680 through the HP Device Manager. I get an error message saying that the print queue cannot be started and it asks me to restart CUPS. I tried restarting CUPS and adding the device. It did not work. The printer is on my home network wirelessly. I can add it through the CUPS web interface and print, but then I cannot access the scanner. I tried adding the device after it was already added through CUPS, but that did not work. I would like to use the scanner; I don't really care about the fax.

View 8 Replies View Related

Programming :: Determine Which Device The Web Cam Is Using?

Aug 31, 2010

When I run apps like mplayer to use my web cam it uses /dev/video#. For reason unknown to me this number changes and is usually either 1 or 0. I have looked on the Internet after struggling to find how to know which /dev/video device is used. So far I can only presume I have used the wrong terms to find how to determine which device the web cam is using.

View 5 Replies View Related

Programming :: Get From A Disk UUID To A Device Name?

Oct 4, 2010

Is there any C function that will translate UUIDs into device names? I have a little graphical mount tool that can read user-mountable device names from /etc/fstab and lets you cycle through the list and mount or unmount them. But it doesn't work with UUIDs, which are preferred these days. Is there any way around this?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved