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
ADVERTISEMENT
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
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
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
Jul 12, 2010
I am looking for an open source active clustering product can you please advise me about the best clustering softwares on Linux?
View 1 Replies
View Related
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
Feb 15, 2011
I vaguely remember that there is a way to store instructions for vim in my file (like tabstop width etc). I'm not speaking of settings in vimrc but of storing those settings with in the file to be edited. That way the tabstop has always the right width even if I transfer this file to another computer. However, I can't remember what the magic word is so that vim picks up those settings when loading the file.
View 1 Replies
View Related
Jul 14, 2009
I am trying to modify the source code of a C application (quagga) in order to insert data into a mysql table. I have added 2 new source files to the source (neto_mysql, neto_trend) which in turn use mysql.h. I have also modified the Makefile.am file to include the /usr/include/mysql directory.
When trying to compile, i get the following error. What am I missing? I have minimal experience with formal C applications like this. I feel like I may also have to include the mysql.h file in the libbgp? I dont understand why it cant find the mysql functions...
Code:
if gcc -DHAVE_CONFIG_H -DSYSCONFDIR="/usr/local/etc/" -I. -I. -I.. -I.. -I.. -I../lib -I/usr/include/mysql/ -fPIE -Os -fno-omit-frame-pointer -g -std=gnu99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes
[code]....
View 12 Replies
View Related
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
Jan 25, 2011
Is linux is a product of REDHAT and all its versions.
View 2 Replies
View Related
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
Feb 10, 2010
i am learning security and firewalling. i want to know . where a linux firewall is sufficeint and where it is not sufficeint? if you can explain why or give a reference i will be glad. is that security or traffic handling problem? when i should select a cisco product? in tarms of traffic and sceutiry. do you have any good alternative recomendation to Cisco
View 1 Replies
View Related
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
Jul 11, 2010
What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?
View 1 Replies
View Related
Jul 8, 2010
I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib
View 2 Replies
View Related
Jun 25, 2011
Well, I reinstalled after this update fiasco we just had and now I am having issues with my driver resetting. I open terminal and type in:
Quote:
sudo rmmod rt2800usb
Finishes properly. I then pull my USB device, plug it back in, new driver kicks in. Wireless then works fine. However, upon reboot, it's back to using the rt2800usb driver, which doesn't work. So I head back to terminal and repeat the step above and all's well after.
I am fairly new to Fedora, so how can I actually get Fedora to completely blacklist the rt2800usb driver?
View 4 Replies
View Related
Jan 7, 2010
Even with both machines in the same room, I'm only getting 1Mbps when using a pair of TL-WN321G wireless USB adapters to link my main box and my laptop. I'm using Fedora 11 on both machines. It is just as bad if I use the laptop's built-in wireless. lsusb shows the adapter uses the Ralink RT2501USB chipset. iwlist wlan0 rate gives "wlan0 unknown bit-rate information."
View 1 Replies
View Related
Nov 11, 2010
I recently purchased an MSI A5000 notebook, but regrettably it happens to use an obscure branded wireless card that's given me quite a bit of frustration to get working. I do have a bit of history behind this card that might help to solve this problem. First of all the card is a Ralink rt3090STA, and the manufacturer does provide a linux driver for this card (available here)
I was using Ubuntu 10.04 32 bit until last week, when I decided that I would like to try using a 64 bit system. I would prefer to use fedora instead of Ubuntu for the time being. Ubuntu had some major problems recognizing the card for some time before I was able to get it to work. The process I used to resolve the issue on my Ubuntu system has not proven successful on Fedora 13 x64, and I would like any help I can get to try to resolve this problem.
View 1 Replies
View Related
Feb 19, 2010
installed the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies
View Related
Apr 20, 2009
I have recently installed Fedora 10 onto my PC, dual booting with XP, and I am fairly new to linux. I have been trying to connect to my wireless network, but cannot even get Fedora to recognise my wireless adapter (Belkin N1 +MIMO). I have tried to follow a few tutorials that go through either the ndiswrapper method or by using native drivers. Because I don't have an internet connection on Fedora, I have to boot into XP to download the files for either ndiswrapper or the native drivers, rather than installing using the terminal.I downloaded the ndiswrapper RPM, and it failed because of an 'unexpected error', and when using the tarball, it could not find the makefile. The native drivers did not install because of unresolved dependencies.
View 11 Replies
View Related
Aug 6, 2010
I just installed Fedora 13, and now I figured, maybe I don't know so much about pc anyway. Before I tell you my problem, I would like to say that I know a lot about windows, but about linux, I don't know anything. A plain beginner. And about my problem, it's more like a "how to" question than a problem.
You see, I don't know how to set up the wifi? The pc has installed wifi, and all I need to know is how I can connect to the internet. In windows you would usually just press the connection icon and then choose witch network you would like to access, and then eventually type in the password, and there you go. But it seems it's a little more advanced at Fedora. But I will give it a shot.
View 11 Replies
View Related
Nov 8, 2009
Is there a way to include a profile pic within the GUI login prompt for Fedora 11?
I have the profile pic set in the "About Me" configuration page, and this will show up in my toolbar in the upper right hand corner, but when I log out and go to select my login name from the list of users within the login prompt, I don't see my pic, just the generic user picture.
Is there a way to set this? I have multiple users using this machine. It would be nice if they can just visually scan for their picture to login with.
View 8 Replies
View Related
Aug 18, 2010
I am having problems getting my fedora 13 system to recognize my apache tomcat lib which contains lots of jar files needed to compile servlets and jsp based Java programs; i have set the classpath env variable code...
View 2 Replies
View Related
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
Mar 15, 2011
what is the vendor lock
View 9 Replies
View Related
Apr 4, 2011
The problem is that I need to use kernel headers like <linux/interrupt.h>. However, those files do not exist in folder /usr/include/linux. Thus, compilation fails. On the other hand, the files exist in folder /usr/src/kernels/2.6.30.10-105.2.4.fc11.i586/include/linux.
How can I get the missing headers into proper place in /usr/include/? I even tried coping, but extra files are then needed and so on.
I tried to use "make menuconfig", but I couldn't see a missing configuration I need.
I also tried to use " yum install kernel-devel". This tells me "Package kernel-devel 2.6.30.10-105.2.23.fc11.i586 already installed and latest version Nothing to do".
View 4 Replies
View Related
Apr 13, 2010
Recently I have moved to F11. While I am trying to install directFB explicitly, I am getting error related to X 11 dependencies. It could find no includes files under the directory /usr/include/x11/. But x11 libraries are available in the system. I remember that, i had these x11 include files in my F9. Do I need to install any external packages to get the x11 include files in place?
View 4 Replies
View Related
Dec 17, 2010
I am trying to install printer drivers from canon (current package in F12 repo doesnt include drivers for MP270). These rpms have a few prequisites and testing those failed.
Code:
[root@fed cnijfilter-mp270series-3.20-1-i386-rpm]# ./install.sh
Canon Inkjet Printer Driver Ver.3.20-1 for Linux
Copyright CANON INC. 2001-2009
All Rights Reserved.
Execution command = rpm -Uvh ./packages/cnijfilter-common-3.20-1.i386.rpm
error: Failed dependencies:
libpopt.so.0 is needed by cnijfilter-common-3.20-1.i386
However the relevant package (popt) IS installed.
Code:
[root@fed cnijfilter-mp270series-3.20-1-i386-rpm]# find / -name "libpopt*"
/lib64/libpopt.so.0.0.0
/lib64/libpopt.so.0
/usr/lib64/libpopt.so
Made a libpopt.so.0 symlink in /usr/lib64 too, to no avail.
View 4 Replies
View Related
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
Dec 15, 2010
I have successfully installed a dual boot system with Fedora 14 on drive sdb and WIN7 on drive sda, with Fedora 14 being the major (default) OS. The system is an AM3 with a quad core CPU and all SATA drives. The drives are set to IDE mode, and I am wondering:-
1. What are the benefits of AHCI - will it improve the speed and responsiveness of my system? And
2. If it is worth installing, do I have to do a complete re-install of the OS, or is there some way of updating the installed Fedora to include and operate with AHCI mode drives?
I'm quite happy with the system as it is now, but if there is a way to squeeze extra speed out of it I'm willing to give it a go. And never having been involved with SATA drives and Linux previously, I'm completely ignorant on the subject.
View 2 Replies
View Related