Slackware :: Compiling A RT73 Module In Slack 64 13.1?

Sep 27, 2010

Actually, I have posted this problem here but I don�t know if is best to ask it here. The problem is that I have upgraded my OS to Slackware 13.1 64 bits, and now, I can�t compile the module RT73 from serialmonkey

There are a lot of similar tutorials explaining the steps for a succesfully installation. I had followed any of them before, and I had no problem never.

But now, I get this error:

Code:
make[1]:Entering directory "/usr/src/linux-2.6.33.4"
Building modules, stage 2
MODPOST 0 modules
make [1]: Leaving directory "/usr/src/linux-2.6.33.4"
rt73.ko failed to build!
make:*** [module] Error 1
On the other hand, in the serialmonkey page they said that the driver was included into the kernel yet, but I don�t know how can I now if I have the driver installed. The true is that my usb doesn�t work.

It�s is a USB D-Link System AirPlus G DWL-G122 Wireless Adapter (rec.C1) [Ralink RT73]

View 4 Replies


ADVERTISEMENT

Slackware :: What Packages Are Required For Compiling Source On Slack 13?

Apr 3, 2010

Can someone please tell me what packages are required for compiling source on Slack 13? Something is missing in my box and I get errors, I can't figure out what it is.

View 11 Replies View Related

Slackware :: Realtek RTL8185 -- Rtl8180 Module Locking System Up On Slack 13?

Jan 22, 2010

an old Compaq Presario 8000, which I reluctantly took, as I tend to end up with more computers than I use and more or less end up acting as a disposal agent. It's a 2.4Ghz machine, which will suffice for whatever I felt like installing on it.I have a generic wifi pci card with a Realtek RTL8185 chipset in it, which I never used and thought I'd set up that computer with it. Hadn't installed Slackware 13 on anything, and it's a distro I like so I went at it.Install went well, no problems there, but I've used Slackware for about 9 years so I'm readily familiar with that end o' things.

I found the rtl8180 module to be causing problems. It would load on boot, but wouldn't bring up a wireless interface. I was able to remove the module with 'rmmod rtl8180' well enough, but when I would load it again with 'modprobe rtl8180', the system would lock. Tried that a few times, same result. I ran across mention of a driver on Realtek's web site, so I downloaded and installed it. That one is identified as 'r8180'. I added 'rtl8180' to the module blacklist to prevent it from being loaded at boot, and proceeded to set up wpa_supplicant.conf for my WPA-PSK connection. Came up without a hitch.The connection is stable thus far, with a respectable link quality. The Realtek driver can be found here.I thought I might document my solution here in case someone else runs across the same issue that I experienced.I'm thinking of slapping another wireless NIC in that computer, or perhaps testing with multihoming possibly. This computer will probably end up as an AP for relaying my wireless traffic to an AP downstairs. I have one USB NIC (Alfa AWUS036S)with a 5dB antenna that has a strong signal, but the ones of more a common variety could use a little help

View 4 Replies View Related

Slackware :: Is There Something Seriously Changed From Slack 10 To Slack 13.1 ?

Apr 18, 2011

I have just reinstalled slackware on my old p4 3.2 box clean install formatted hard drive no other packages installed.is there something seriously changed from slack 10 to slack 13.1 ?? or do i suffer from C.R.S ( cant remember s***)

View 5 Replies View Related

Debian :: Compiling XIllybus Kernel Module

Sep 25, 2015

I'm having problems to compile XIllybus kernel module. As this guide explains, [URL] ..... (on the top of page 8 of 25) I unpackaged the tar.gz file and compiled the kernel module by typing the make command in the proper path. When I compile the module with make command, I get the following error:

make -C /lib/modules/3.16.0-0.bpo.4-amd64/build SUBDIRS=/home/xillybus/module modules
make: *** /lib/modules/3.16.0-0.bpo.4-amd64/build: No such file or directory. Stop.
make: *** [default] Error 2

/lib/modules/3.16.0-0.bpo.4-amd64/build path does not exist. What does it mean? Should I have to install some kernel packet? www does not work for me.

View 3 Replies View Related

Ubuntu :: DKMS Not Compiling New Module Using New Kernel?

Mar 19, 2011

I'm trying to set it up so that I don't have to recompile the driver for my RAID card manually every time there is a kernel upgrade.I found a thread on it, here and a help page here, and it looks like it builds the module fine, but for some reason it's not being inserted into the new kernel, or something. It's like the new kernel doesn't know it exists, even tho modprobe -l shows the newly built module exists (and is in the correct place)Here's the script that I wrote up to get the drivers set up in DKMS:

Code:
#!/bin/bash
set -e

[code]....

View 4 Replies View Related

General :: Error During Kernel Module Compiling

Mar 13, 2011

I update my last kernl to 2.6.38-rc7 but when I launch VirtualBox, on stdout.The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.38-rc7) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup.

View 1 Replies View Related

Programming :: Compiling Kernel Module Using (/asm/system.h)

Apr 3, 2011

I`m trying to compile sources of kernel module which has been written for kernel 2.6.9. There were many changes in kernel headers since then in current kernel sources. I`ve found that old /asm/system.h was moved under architecture dedicated directory /arch/*/include/asm/system.h. Anyway during sources compilation I`m having errors related to kernel sources. It looks like there is something wrong with this /asm/system.h

Code:

../asm/system.h: In function �__cmpxchg�:
../asm/system.h:248: error: expected string literal before �LOCK_PREFIX�
../asm/system.h:254: error: expected string literal before �LOCK_PREFIX�

[code]....

View 3 Replies View Related

Programming :: Compiling Kernel Module In Ubuntu?

Jul 6, 2010

I have just started learning Device driver programming in Linux and am stuck in my first program. Its just to see init_module and cleanup_module calls to use printk and see results using dmesg. program is:

Code:

#define MODULE
#include<linux/module.h>
int init_module(void)

[code].....

View 3 Replies View Related

Ubuntu :: Packages Needed For Compiling Module?

May 24, 2011

A friend is running Ubuntu 10.04 on a laptop that uses the Ralink RT5390 chip for wifi which requires compiling and adding a module. My plan is to...

1. download on my 10.04 laptop whatever .dpkg packages are needed to compile a new module,

2. meet at a location that has a good wifi (just in case),

3. connect the two laptops with a cross-over Ethernet cable,

4. download and install the compiling tools + module source on her laptop, I need to know three things:

1. Which Ubuntu packages must I download to be able to compile a new module? Is "build-essential" enough?

2. Where can I find those packages as .dpkg, so I can install from those offline files instead of fetching them from the Net?

3. To get an Ethernet connection going between the two laptops, do I need to do anything extra on her laptop besides assigning it an IP manually that is in the same range as my laptop?

View 1 Replies View Related

Debian Programming :: Compiling Linux Kernel Module

Aug 27, 2014

I'm trying to compile a Linux kernel module called hello-2.c using the command "make -C /lib/modules/$(uname -r)/build M=${PWD} modules" (without the quotes) (which I found online), and the following is the (seemingly successful) output.:

Code: Select allmake: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
  Building modules, stage 2.
  MODPOST 0 modules
make: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'

However, I don't see a hello-2.ko (in the same folder or anywhere else for that matter). I'm Using Debian GNU/Linux 7.6.

Everything I am doing is within a folder/directory called "thefolder" (without the quotes) in the "/tmp" directory (without the quotes).

Why I can't see a hello-2.ko, and what to do to get it?

View 2 Replies View Related

Ubuntu :: Compiling Individual Kernel Module From Qcserial.c?

Jan 4, 2011

I am trying to figure out how to compile qcserial.c kernel module from the latest kernel source file located in the 2.6.37-rc8 kernel tree. I have installed the sources for my current kernel 2.6.35-24-generic on maverick and it seems that my includes are not in the right place to make the qcserial.c file happy.

I overcame this issue by passing the -I option to gcc that points to the directories that it is looking for. I am currently getting errors while compiling and I was wondering if it is impossible to compile qcserial.c on my current kernel? I am looking to get the diagnostic port and GPS port enabled for my built-in 3G card.

I havent built modules for quite some time and that was on opensuse with the fglrx module.

View 9 Replies View Related

Ubuntu Installation :: Packages Needed For Compiling Module?

May 24, 2011

A friend is running Ubuntu 10.04 on a laptop that uses the Ralink RT5390 chip for wifi which requires compiling and adding a module. My plan is to...

1. download on my 10.04 laptop whatever .dpkg packages are needed to compile a new module,
2. meet at a location that has a good wifi (just in case),
3. connect the two laptops with a cross-over Ethernet cable,
4. download and install the compiling tools + module source on her laptop, and
5. cross my fingers.

So I need to know three things:

1. Which Ubuntu packages must I download to be able to compile a new module? Is "build-essential" enough?

2. Where can I find those packages as .dpkg, so I can install from those offline files instead of fetching them from the Net?

3. To get an Ethernet connection going between the two laptops, do I need to do anything extra on her laptop besides assigning it an IP manually that is in the same range as my laptop?

View 1 Replies View Related

Software :: Compiling Mod_auth_mysql Apache Module On ArchLinux?

Nov 2, 2010

I've never compiled/built/installed any Apache module before, and I just can't seem to get it working on ArchLinux. I got the source code from here: [URL] Then I tried doing this...

Code:

apxs -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm -lz mod_auth_mysql.c

And I get this...

Quote:

/usr/share/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -march=x86-64 -mtune=generic -O2 -pipe -DLINU X=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/incl ude -I/usr/include/mysql -c -o mod_auth_mysql.lo mod_auth_mysql.c && touch mod_auth_mysql.slo mod_auth_mysql.c:591:2: error: expected expression before

[code]...

I would eventually like to modify the mod_auth_mysql.c source code so I can append a salt/padding to the end of the hashes (that mod_auth_mysql reads from the database), but I will be happy if I can just install the damn thing.

View 5 Replies View Related

Fedora :: Use Rpmbuild To Compile Kernel Without Re-compiling Unchanged Module?

Apr 20, 2011

Using the rpmbuild to compile the kernel, every time the patches will be applied to the source code. So even if no changes are made to the source code and no patches are added to kernel.spec, the whole kernel will still be recompiled, wasting a lot of time

View 13 Replies View Related

Slackware :: Cannot Shutdown Slack 13.1

Apr 18, 2011

I've install Slackware 13.1 and i cannot shutdown my PC. The shut down process stop while trying to run PCMCIA module.

This is the first time that happens.

From Hardware point of view , i didn't do anything at all (if that helps).

View 5 Replies View Related

Slackware :: Upgraded Php To 5.3.x In Slack 13.1?

Dec 23, 2010

Anyone upgraded php to 5.3.x in slack 13.1?
Could you please share the slackbuild?

View 7 Replies View Related

Slackware :: Slack 13.7 KDE Seems Hanged?

Jul 2, 2011

I installed a slack 13.7 on an old laptop. KDE was set as default desktop. then I login and run startx and I saw KDE first screen display. after that I saw blank screen with a mouse on it. Then it stayed there and it seems try read some in my harddisk since the persistent harddisk light.

View 3 Replies View Related

Slackware :: Slack Won't Go To Sleep

May 2, 2011

When I try to put slackware to sleep or have it hibernate the system simply sits with a black screen. Normally it would do this for a short period of time immediately before the actual sleep state (screen powered off, croissant light on) is entered, but currently it does it indefinitely. My sleep USED to work just fine, it broke after some unclean shutdown or another, basically I just want to know what I can try resetting to try to get it back to normal.

Slackware64 13.1, running on thinkpad X61.

EDIT: Of course the second I make the post I think of trying to sleep/hibernate from the command line instead of through X/GDM (Gnome SlackBuild). That works.

View 1 Replies View Related

Slackware :: Upgrading Slack From 13.1 To 13.37?

May 2, 2011

I have some doubts about the official Pat's upgrading procedure. In the UPGRADE.TXT file, one of the stepts says:

Code:
upgradepkg --install-new *.t?z What does --install-new mean? Pkgs I have no installed on my 13.1 will be installed on the 13.37 upgrade? For example, I did not installed KDE on 13.1. Will be installed when upgrade? - What about third party pkgs? Slacky, SlackBuilds.org, compiled by myself. Should I remove them before upgrading slack?

View 10 Replies View Related

Slackware :: Why There Are No Smp Kernels On 64 Bit Slack

Sep 1, 2010

Does it mean that a 64 bit version is not multi-core?

View 11 Replies View Related

OpenSUSE Multimedia :: Realtek RTL2831 USB Digital-TV Key - Compiling Driver Module?

Sep 12, 2011

I am running openSUSE 11.1 with modified Kernel. While trying to run make on the downloaded driver for the RTL2831 I am getting an error message that I do not full understand. That is:

Code:

linux-2c5j:~/rtl2831-r2 # make
make -C /root/rtl2831-r2/v4l
make[1]: Entering directory `/root/rtl2831-r2/v4l'
No version yet, using 3.0.4-41-desktop

[code]...

I am not sure what is required when the error is "first use this function". How can I use the function T_DIGITAL_TV if I first have to install my driver in order to use the stick?

View 1 Replies View Related

Slackware :: Webcam Not Working On Slack 13.0

Dec 23, 2009

I have a XPS 1530 and when I type

lsusb

[code]

It seems to be that the camera is recognized by the OS but it is not working when I try to use it in skype or in EVO.

View 1 Replies View Related

Slackware :: Armed Slack On Tonidoplug?

Mar 21, 2011

Has anyone here succeeded in getting armed slack running on a consumer kirkwood device .ie. one without serial console? I have a tonido plug that I want to liberate. By default the plug boots first from the external usb, so I would only need to set up / on the first partition. I would be very interested to know if someone had managed to install slack to the internal nand without bricking it.

View 9 Replies View Related

Slackware :: Bin File Installation In Slack?

Dec 18, 2010

I downloaded Qt SDK file (530 MB and file is ok ) qt-sdk-linux-x86-opensource-2010.05.1.bin, I type in console ( slackware ) like in manual for installation at site

Quote:

chmod u+x qt-sdk-linux-x86-opensource-2010.05.1.bin

but when I type second command for installation

Quote:

./qt-sdk-linux-x86-opensource-2010.05.1.bin

I get error message

Quote: bash: ./qt-sdk-linux-x86_64-opensource-2010.05.1.bin: cannot execute binary file How to install ?

View 7 Replies View Related

Slackware :: Can't Install Imlib2 On Slack-13

Jan 30, 2010

I compiled it from source, i installed it via slackbuild but it didn't work. When i go imlib-config --version it shows me the old one, and when i try to install giblib it tells me that imlib2 is not installed. I watched the output from the installing of imlib2 and i realized something's wrong: there are several suspicious warnings :

[Code]...

View 10 Replies View Related

Slackware :: Change BootSpash In Slack 13.1

Feb 8, 2011

I don't know if i'm doing anything wrong but, to change the bootsplash picture its just change the slack.bmp in lilo.conf and reboot?

View 6 Replies View Related

Slackware :: Creative Zen Not Recognized In Slack 13?

Mar 18, 2010

my problem, I have Slackware 13 dual booted with vista on a dell 1545 2 ghz 2gig ram. to these forums I have gotten everything working except my creative zen vision M 30g. I have tried alll the suggestions posted here and other places on the net. Here is my output from lsusb.

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[Code]...

any way i can transfer files back and forth to this would be great since it does not work in vista either. and I am pretty sure 99.9% that I have all the libmtp, libnjb, and whatever other libs are needed installed but in gnomad it says no devices found on USB hub. I hope this is enough info and someone out there has the trick or maybe I am missing something obvious.

View 2 Replies View Related

Slackware :: DBUS / Compiz In Slack 13.1?

Jul 9, 2010

i installed compiz fusion on my slack 13.1 i installed in the good order all the packages nevetheless when i try to use DBUS in command line i don't have any response from compiz
here is one example

Code:
dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/switcher/allscreens/next org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`but no reaction .what can i check to have a functionnal DBUS ?

View 3 Replies View Related

Slackware :: GNS3 V0.6.1 Install On Slack 12.2?

Feb 26, 2010

I have downloaded the packages from Slackbulids and installed also the required packages from slacky.eu but still it says that probably pyqt is not installed. I have installet latest Sip and latest pyqt ver 4.

View 1 Replies View Related







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