Ubuntu Installation :: Compile The Driver File Manually?

Jul 27, 2010

Here any know how to compile the driver file manually?

For example i have been insert the Realtek Ethernet card in my customized kernel and kernel can't detect the card. I know the c file 8139too.c which going to use by the realtek Ethernet card.but i don't know to how to compile the file and make this as a kernel module..

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Manually Configuring Printer / Driver Installation?

May 20, 2011

If I were to have a situation where I had installed the driver for a printer but when I went into printing on the control panel to "add" the printer the driver didn't show up - could I or should I consider manually editing some configuration file to get the printer recognized/ installed on the machine? If that were a good solution, how would I do it? What file would I look for? What would I edit in it? I know that first sentence is probably hard to read but I don't know how else to say it.

View 1 Replies View Related

General :: Compile An Application And An Driver File For ARM Platform?

Apr 22, 2010

I am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..

View 3 Replies View Related

Debian Configuration :: Change The Driver File And Compile Custom Kernel

May 3, 2011

When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:

1.) apt-get install linux-source-2.6.32
2.) mkdir ~/newkernel/
3.) cp /usr/src/linux-source-2.6.32.tar.bz2 ~/newkernel/
4.) cd /newkernel/
5.) tar xjf linux-source-2.6.32.tar.bz2
6.) cd linux-source-2.6.32
7.) cp /boot/config-$(uname -r) ./.config yes "" | make oldconfig
8.) change the driver file /newkernel/linux-source-2.6.32/drivers/gpu/drm/i915_drv.h manually
8.) make-kpkg clean
9.) make-kpkg --rootcmd fakeroot --initrd --revision=custom.001 kernel_image kernel_headers
10.) dpkg -i *.deb

Is this way OK or do I miss something?

View 14 Replies View Related

Ubuntu Installation :: Compile And Install The Driver For The EyeToy Webcam?

Jun 13, 2010

I get the following output when trying to compile and install the driver for the EyeToy webcam (see here)

Code:
tony_glombek@Glombook:~/Downloads/ov51x-jpeg-1.5.9$ sudo make install
[sudo] password for tony_glombek:
make -C /lib/modules/2.6.32-22-generic/build M=/home/tony_glombek/Downloads/ov51x-jpeg-1.5.9 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Compile RAID Driver - 3Ware 9750?

Jul 28, 2011

I have several servers running 3ware 9750 raid controller cards. The 9750 does not have a driver built into the linux kernel and must be manually added during installation. This hasn't been a problem as I had a driver compiled for the kernel versions I was using.

There isn't a driver available precompiled for 10.04.3. I would like to compile one from the source code I downloaded from the manufacturer, but I am not sure where to start. I've looked for some sort of walkthrough or directions, but I haven't had any luck. I've compiled and installed software from source, but I have a feeling that drivers are probably a bit more complicated, especially since I will need to compile the driver on a system that does not have the same kernel version.

View 5 Replies View Related

Debian Installation :: Compile A NIC Card Driver On A New System?

Jul 23, 2011

I have a new machine with an Intel 82579lm network card (needs an e1000e driver, I believe). I got Debian installed, but it doesn't have access to the Internet, because it needs a driver for that card. So, I managed to download the card driver on another computer and transfer it to this computer. Problem is that when I run 'make install' for the card driver, it turns out that my Debian install doesn't have 'make'.

I could compile the card source on another computer with Debian. Problem is that computer has a different architecture (old amd 32 bit machine vs. new intel i7 64 bit) than the machine with the problem card. Am guessing that the compiled driver module won't work on a different kind of machine.

Another possibility is to check in synaptic on my old 32-bit machine and use "Generate package download script" to determine where synaptic is getting the 'make' package from and all its dependencies. I also would need to modify the downloads to get the packages for the 64bit machine. *Assuming* that a) the dependencies in Synaptic on the old 32-bit machine will be the same as for a 64bit machine and b) I correctly identify all necessary packages and their proper names for the amd64 architecture, I should be able to move the files to the new machine and compile what I need to compile.

View 10 Replies View Related

General :: Compile Programs And Their Dependencies Manually Or Are Package Managers The Only Way?

May 29, 2010

Is there an easier way (without using a package manager) to upgrade programs? For example, I just want to upgrade Amarok. In order to do this, I've had to upgrade every one of it's dependencies because they've all had minor upgrades from the versions I already have installed.

Is there an easier way to compile programs and their dependencies manually or are package managers the only way?

View 1 Replies View Related

Ubuntu :: How To Manually Install - Print Driver

Jan 16, 2010

I have a lexmark x2690 there is a deb package on lexmarks sight for my printer but being new to linux i am unsure how to manually install the driver I have read through a lot of documentation on installing packages but nothing has worked any help would be appreciated the driver i need to install is not listed under lexmark when you go to printer setup. The driver I need is located at [url] I tried the generic cups driver.

View 7 Replies View Related

Ubuntu :: Pc Won't Boot After Reinstalling Nvidia Driver Manually Lucid

Jun 4, 2011

i just installed nvidia driver 96 manually and after reboot pc wont boot, nothing no output , no beep even if removing ram but fans still work and lights too, did a cmos reset but still got the same result,

View 1 Replies View Related

Debian Hardware :: How To Manually Install Broadcom B43 Driver

Jul 3, 2014

But let'start from the scratch.The wireless card interface in my laptop is one belonging to the "infamous", not Linux-friendly broadcom family.it is the BCM4312 802.11b/g LP-PHY (PCI-ID 14E4:4315). I downloaded the .iso image file of Wheezy 7.5 from the official repositories, put it on a USB key, and started the installation process with no internet connection. But during the installation, the installer informed me that some firmware was missing, i.e. ucode.fw and ucode15.fw.

Anyway, I went along and finished the installation. Of course, running Wheezy, I could not connect my laptop to my wireless modem just because of this problem, and so I needed a solution to install the right driver(s) but without a connection in my laptop! After long googling, finally I have found the solution [URL] ...., that is using the b43-fwcutter to extract the firmware from the Broadcom's proprietary driver. I simply report here the procedure to be followed, in a clear way:

By means of another PC with an internet connection, download the b43-fwcutter (version 018) from here: URL...Copy this file in the PC where you want the driver to be installed.Extract the b43-fwcutter tarball in a folder (tar xjf b43-fwcutter-018.tar.bz2, if you use the terminal), and then:

cd b43-fwcutter-018
make
su
(password)
make install

Now, after installing b43-fwcutter, download version 5.100.138 of Broadcom's proprietary driver from here: URL...Copy this file in the PC where you want the driver to be installed.Extract this tarball in a folder (the same as previous or another one): tar xjf broadcom-wl-5.100.138.tar.bz2 and finally extract the firmware from it:

su
(password)
b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o.

The standard place in Wheezy 7.5 where firmware is installed to is /lib/firmware. In another distribution this could be different.

View 14 Replies View Related

Ubuntu Multimedia :: EasyCAP - Can't Compile The Driver

May 13, 2010

i have the same problem like [URL] but i cant compile the driver:

[Code]....

View 1 Replies View Related

Ubuntu :: How To Compile Driver For Wireless Adapter

May 13, 2010

I know this isn't the place for this but I am having trouble with my wireless with Linux mint but ubuntu forums feels more friendly and knowledgeable about these problems the wireless adapter in question is a HornetTek HT-H5DN I have been to the company website they do have a driver but I can't compile it due to lack of experience it runs on a Ralink 2720 driver.

View 4 Replies View Related

Ubuntu :: Driver Compile With Autoconf.h And Version?

Oct 15, 2010

I have a conexant modem and i want to make it work(just for fun, i have DSL). The linuxant driver works but i want full 56k. I tried ubuntu [URL]... How to/Conexant and there was alink for some Dell driver. I've compiled and installed the Dell successfully but when i run

[Code]...

View 9 Replies View Related

Ubuntu Networking :: Alfa AWUS036NH Can't Driver Compile?

Jun 5, 2011

I have a Alfa AWUS036NH that I have downloaded the lastest drivers from Alfa. I have read for 3 days straight and tryed so many fixes I cant remember them all. My problem is that it connects then after about 15 minutes the connection degrades and i have to unplug and replug in and then it goes down sooner each time. I have edited the black list and blacklisted all the 2870 chipsets as mine has 3070 chipset. once i edited the blacklist I can no longer boot into linux unless I unplug my Alfa (usb) and then once I am into the UI I can plug it back in but the wirless management client up by the top right of my screen that came with ubuntu no longer sees the card and when I do the show devices command from a terminal it doesn't show the adapter either. I also have a wired eth0 that works and a wireless wlan0 thats an internal Aethros that works. After blacklisting though it no longer shows it's name in the wireless manager but does show the connections. I am getting errors when trying to compile the manufactors drivers. I have renamed the 2 files as per several posts and still errors. I have read it works if you load the intel 2200 drivers. I got the compiler and everything but am missing the ieee80211 wireless what evers to compile and make it work. I am at wits end at what to do now to fix it.

View 2 Replies View Related

General :: Install / Compile Driver In Ubuntu Kernel?

Apr 5, 2011

How can I install or compile this driver in ubuntu kernel.

View 5 Replies View Related

Software :: Cannot Compile A Driver Module

Jan 22, 2011

i'm trying to compile a driver module on ubuntu 10.10 . initially i was getting a lot of include file errors. but then when i added the include path. but after doing that i was getting a series of errors which i have no idea how to solve and it wont fit in one page. i've followed the same way how it is given in the tutorials online but still i'm not able to get it done. Is there any simple method to do this? is there something that i shouldn't do.

View 9 Replies View Related

Ubuntu Networking :: How To Make/compile The Driver For A Wireless Card

Feb 16, 2011

I've been trying to make/compile the driver for a wireless card. The card is usb, it's titled Micronext MN-WD550M and seems to use the rtl8712 driver.Firstly, though I did this once two years ago I seem to have completely forgotten how to install a driver in ubuntu.

Secondly, I'm not sure I have the right driver anyway since in the notes in the readme it says it is for i386 (I run amd 64). The driver is here [URL] Thirdly, after clicking through various readmes and documentation without feeling any more intelligent, I then tried using ndiswrapper to install a windows driver and ubuntu would crash if the usb wireless card was plugged in. Blarg.I feel like this should be so simple I'm going to make a clean installation of ubuntu 10.10 shortly (for various unrelated reasons) so anything I messed up with ndiswrapper should be back to normal.

View 1 Replies View Related

SUSE :: Compile And Install Wireless USB Driver?

Feb 10, 2011

I have a Rosewill b/g/n wireless USB adapter. I downloaded the source code of the linux driver from Rosewill website. How do I compile the code and then install the driver? I think that I can just type "make" to compile the code, but, how to install the driver after the compilation?

View 2 Replies View Related

CentOS 5 Hardware :: Cannot Compile The Rocketraid Driver

May 17, 2009

I'm trying to compile Rocketraid 2310 driver v2.2 on CentOS 5.3 x86_64 (kernel 2.6.18-128.el5). When I run make I get the following:

make KERNELDIR=/lib/modules/2.6.18-128.el5/build/ ARCH=x86_64
make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-x86_64'
CC [M] /root/rr231x_0x-linux-src-v2.2/product/rr2310pm/linux/.build/os_linux.o
CC [M] /root/rr231x_0x-linux-src-v2.2/product/rr2310pm/linux/.build/osm_linux.o

[code]....

View 4 Replies View Related

Debian :: Can't Compile A Driver From Source (make Cmd Fails)

Nov 14, 2010

I'm trying to compile the D-Link netcard driver from the official source, and when I first ran "make," I got an error that "make" couldn't be found. So I installed "apt-get install make," then make told me that it needed gcc, I installed "apt-get install gcc." Now make says: make: *** /lib/modules/2.6.32-5-amd64/build: No such file or directory.  Stop. make: *** [LINUX] Error 2 and exits.

I suspect that I need to install some package group which will handle the make and make install (rather than manually trying to fix one hole after another)

View 7 Replies View Related

OpenSUSE Hardware :: Error In Compile The NVIDIA Driver

Jul 3, 2010

when i trying to install NVIDIA drivers i get compile error:

NVIDIA: calling KBUILD...
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
echo;
echo " ERROR: Kernel configuration is invalid.";
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing.";

[Code]...

View 8 Replies View Related

General :: Can't Compile A Driver Without Header Files Present?

Jun 5, 2011

I'm working with a GuruPlug...maybe you've heard of them.I'm trying to get EasyCap DC60 drivers installed on it(easycap_dc60.0.9.tar.gz), but in the README file I see that the "header files" must be present.nfortunately they are not. This little wall wart runs Debian/Lenny, probably some server oriented build.uname -r reports:2.6.32-00007-g56678ecIt boots to RunLevel 2 and stays there, incidentally.I tried apt-get install linux-headers-$(uname -r) but I am told "file not found" or something similar

View 5 Replies View Related

Ubuntu Networking :: Unable To Compile Native Driver For ASUS USB-N13 Wireless Device

Mar 27, 2011

1. Installed a fresh 10.10 and upgraded all packages (via Ethernet).
2. Downloaded latest drivers from ASUS webiste (DPO_RT3070_LinuxSTA_V2.3.0.2_20100422)
3. Unpacked and tried to compile:

The wireless card is working with the driver rt2870sta, but I've read not all the capabilities of the device is unleash unless the native driver is used.

View 2 Replies View Related

Ubuntu :: How To Manually Interface File

Oct 19, 2010

Every so often I need to manually IP if I'm hooking up an AP device or router and such. In windows it takes all of 10 seconds to do. In Ubuntu I know how to manually edit the /etc/networking/interfaces file but the last couple of days I figured it might be simpler to use the Networking Configuration GUI tool in System Preferences area. I edit the Auto eth0 device but it never seems to work for some reason.Can you use this tool to GUI change your IP's or do you have to stick with manual edits?

View 1 Replies View Related

Ubuntu Installation :: Graphics Driver - How To Run File As Root

Apr 1, 2010

I'm brand new to Ubuntu, and am having a small problem. I'm trying to run a graphics card driver instillation, but whenever I run the file, it says that it has to run as a root. How do I run the file as a root? The graphics card I have is an Nvidia 8800GTM.

View 5 Replies View Related

Ubuntu Installation :: Broadcom Wireless LAN Driver - ISO File

Jun 19, 2010

installing the Broadcom Wireless LAN driver. I am working from an HP Pavillion dv6-2 2150us (if that has any relevance). The problem seems to be with the installation method I have used. I burned the ISO file properly onto a CD, but I did not install through the disk boot-up method. The reason for this is because I couldn't partition my HDD correctly (I am trying to dual boot with the Windows 7 OS already installed). So, I installed Ubuntu via the option from the CD Installer through Windows 7. I am not sure how to go about getting and installing the Broadcom Wireless LAN driver onto Ubuntu.

View 1 Replies View Related

Debian Configuration :: Compile A Patched Driver For Use With RTL8187L Wireless Device

May 27, 2010

I have been trying to compile a patched driver for use with my RTL8187L wireless device and get this error.

rm -f ieee80211/Module.symvers 2>/dev/null
rm -f ieee80211/Modules.symvers 2>/dev/null
make -C ieee80211 all

[code].....

View 3 Replies View Related

Ubuntu :: Manually Generate An Entry In The /etc/shadow File?

Oct 25, 2010

I'm trying to learn how to create a user account manually on the system, and I've edited the /etc/passwd and /etc/groups as well as creating a new home directory by copying /etc/skel but I'm stuck at how to generate an entry in the /etc/shadow file since it comprises of the hash and all?

View 4 Replies View Related

Ubuntu :: Manually Upgrading Kernel In Live ISO File?

Aug 25, 2010

I'd like to upgrade the kernel in the ISO of a Ubuntu 9.10-based CD with proprietary applications, burn a new CD with this modified ISO, boot up with it, upgrade + add + remove modules and applications, and finally save the running system into a new ISO file which would now have the latest and greatest.

I have a couple of questions: 1. How can I download the kernel manually? Where can I find the latest vmlinuz + initrd files for Ubuntu 9.10?

2. Is it just a matter of replacing those two files, or are there other dependencies I should update in the rest of the ISO, eg. isolinuxisolinux.cfg: Change initrd.gz to initrd.lz, etc.?

View 2 Replies View Related







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