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


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

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

OpenSUSE :: What Is The Vendor Lock

Mar 15, 2011

what is the vendor lock

View 9 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

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 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

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

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

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

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

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

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

Debian Configuration :: ProFTPd Configuration - Use To Host MySQL Databases And A Few Websites

Nov 18, 2010

I am having no luck configuring ProFTPd on a Debian Lenny production server we use to host our MySQL databases and a few websites. I had originally set it up so I could login and manage our internal sites, but I have the need to allow a few clients in to access their sites that we host. I am trying to root the users in their site directory, which would be "/sites/www.whatever.com/".

It just hit me while typing this. Is it possible to create a user without a shell to prevent login via SSH and set the home folder to /sites/whatever instead of /home/username? That would allow me to continue operating with my current configuration and root them in their site while preventing SSH logins.

View 6 Replies View Related

Debian Configuration :: Multipath Configuration On 5.0 64 Bit - Doesn't Create The Relative Devices

Jul 20, 2011

i have a HP MSA 2312fc SAN with 2 LUNs configured. The first LUN (LUN ID 1) is correctly connected to the system, but when i connect the second LUN (LUN ID 30), i find in the syslog this message: multipathd: 8:64: size 6835937472, expected 5267578112. Discard

Here is the multipath.conf

[Code]....

So I correctly see the two luns, but multipath doesn't create the relative devices. Under /dev/mapper I see: control mpath0 mpath0-part1 mpath0-part1 is the first lun, the one I mounted in a directory under filesystem. I can't find the device for the second lun

View 1 Replies View Related

Debian Configuration :: Reboot Both The Server And The Client Machines Every Time Change The SAMBA Configuration?

Apr 5, 2010

I am *finally* getting around to rebuilding my file-sharing computer. I'll be sharing files with both Linux and Windoze machines. It's a home network, so there's nothing fancy needed. I know I have to tweak my smb.conf file until I'm satisfied with the features and security. I'm using SWAT and I'm starting with a bare-bones conf file. It's not secure but I can see the server and selected files/directories from my other Linux box.

My really dumb question is, do I have to reboot both the server and the client machines every time I change the SAMBA configuration? I thought I just had to stop and restart the SAMBA service in the SWAT software - but then the server disappears from my client. It looks like I need to reboot both machines for the client to see the server.

View 1 Replies View Related

Debian Configuration :: Fstab Configuration - Failed To Open /proc/filesystems: No Such File Or Directory

Aug 23, 2011

I have some errors when run the mount -all command: mount: wrong fs type, bad option, bad superblock on /dev/sdc5, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail  or so Failed to open /proc/filesystems: No such file or directory

[Code]..

View 14 Replies View Related

Debian Configuration :: Fstab Configuration And Timeout - Automatically Continues Booting Even If The Hard Drives Are Not Attached?

Aug 3, 2011

I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)

View 5 Replies View Related

Debian Configuration :: Boot Via PXE, "no Default Or Ui Configuration Directive?

Mar 19, 2011

A week ago I opened this thread viewtopic.php?f=17&t=61580 in "Board index ‹ Help ‹ Installation" and asked for a moderator to move this to here. Because it hasnt happened up to know, I am reopening the thread here. It would be reeeeally great if somebody could help me with my problem!

I own two computers, one netbook and one laptop. I want to boot my netbook as a diskless client via PXE.I set up a dhcp-, tftp and nfs-server on my laptop but when i boot my netbook, the follwoing messages are displayed:(to make it more clear, i uploaded the whole output and shortened the output below)

[Code]...

View 1 Replies View Related

Debian Configuration :: No Longer Allowed To Access The System Configuration

Jul 31, 2011

I am using Squessze and Gnome. When I try to use the gui System>Administration>Network or Users and Groups I get the error The configuration could not be loaded. You are not allowed to access the system configuration.Everything was working before. I read around a bit. In some cases,it was caused by mismatching group and password files after using the gui. I do not know how to check if they are matching. Of course I do not know for sure that is the problem in my case.

View 14 Replies View Related

Debian Configuration :: Coding The Apache2 Charset Configuration?

Mar 5, 2010

I use apache2 with virtual host and I 've a solution of Webftp who run on it. This solution send automatically email when a new client register himself. In the header of the mail I look this "Content-type: text/html". But when I look this mail with Outlook 2007 the accents are bad coding.It's a script who generate this Html content email.

View 1 Replies View Related

Debian Configuration :: Exim4 Configuration For Local Addresses

Jun 17, 2010

I am working on a Debian 2.6.26-19 Distribution with exim4 as MTA. After a system restart a problem occurred with delivering emails to local addresses. These local addresses use a 1and1 mailserver for email. The MX records for the local domain are set correctly but exim does not use a DNS lookup for these addresses because it identifies them as local addresses. I figured this out by executing the exim4 -d -bt command. The dns lookup part of the result looks like this (I replaced the actual address with placeholders):

[Code]....

The eventual result of the exim4 -d -bt command is: [user]@[domain.ext] is undeliverable: Unrouteable address How can I make sure, that exim4 makes a DNS lookup for the local addresses instead of skipping it? I know that I have to edit a exim4 configuration file, but I could not figure out which and how.

View 1 Replies View Related

Debian Configuration :: Squeeze D-u - Kernel Configuration Skipped

Jul 6, 2010

I have a set of vm's with stable, testing, and sid to keep track of how things are going. When I did an apt-get dist-upgrade with squeeze last week, things seemed to OK (350 package updates) until the end. It didn't seem to like and / or was confused by a kernel dependency.

I am not too concerned yet. Because these are in vm's, I do a snapshot before any significant change. I can futz around with impunity because I have that backup.

I re-booted, and tried the apt-get dist-upgrade again with same results. I think I also tried apt-get -f install.

So I reverted to the snapshot, and will simply try again in the future. I recall that with lenny as testing, the font-desktop was really screwed up for about a period of 6 weeks.

However, just in case someone else runs into this:

1) a re-boot worked, but the failure of apt-get made me nervous enough to revert.

2) waiting for corrections has seemed to work in the past (with a single exception with a 4-disk SCSI software RAID10 update that failed to re-boot lenny successfully after what seemed to be a minor update -- that was on a real system, not a vm. I haven't gotten back to look at that.)

View 14 Replies View Related

Debian Configuration :: Get The Windows One Working Again - Grub Configuration

Oct 3, 2010

I was trying to get the Windows one working again. Here's what fdisk -l reads:

[Code]...

I'll change these or do some grub configurations, if anyone knows what ones can work.

View 1 Replies View Related

Debian Configuration :: Saving Configuration And Packagelist For Reuse?

Nov 14, 2010

I have problems with the system harddrive. I would like to install my Debian on to a new HDD with the same configuration and packages. How do I get the configuration to the new Debian. What files/directory do I need to copy? How do install the same packages?

View 4 Replies View Related

Debian Configuration :: Kannel Configuration For Huwei GSM Modem

Jan 24, 2011

To configure SMS gateway using Kannel configuration for Huwei GSM Modem

dmesg gives attached modem in my system:

View 2 Replies View Related

Debian Configuration :: Bind - Zone Configuration Error?

Apr 30, 2011

I have a problem with the configuration of the NS zone. Looked through the logs, and there:

Apr 28 21:20:19 szewczyk named[18340]: /etc/bind/db.domain.pl:1: no current owner name
Apr 28 21:20:19 szewczyk named[18340]: zone domain.pl/IN: loading from master file /etc/bind/db.domena.pl failed: no owner

[code]....

View 1 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







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