hello! im using linux suse 11, i need to install network drivers hv tried with this command sudo/sbin/insmod -f but it comes out with an error.
I just installed SUSE Linux 10.1 into computer hp 2390 . Now i have problem to install network drive. Can you please help in this.
Hi
I am new to kali linux and have got a fresh install with all the current updates (without any new repositories). I am really interested in aircrack and wifi exploitation. But before i can do any of that i need to install my second network adapter, the asus n53 pcie. I am able to type this because my motherboard came with its own intergrated wifi adapter, the aetheros (something). That was working out of the box as soon as kali linux was installed, however i need a proper network adapter (the n53) to make use of my 3rd party long range antenna (it can pick up networks over 600m away ).
I am attempting to install my asus n53 pcie network adapter but have had no success at all, most likely because i have no idea what to do once i have extracted the driver. Currently it is sitting in my home folder. It has a few folders and files in it, with these being the folders
(chips, common, include, os, rate_ctrl, sta and tools)
and these being the files
(iwpriv_usage.txt, makefile, readme_sta_pci, rt2860STA.dat, rt2860staCarddat, sta_ate_iwpriv_usage.txt.)
In the readme file it says this in the instructions:
1> $tar -xvzf DPB_RT2860_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2860_Linux_STA_x.x.x.x" directory.
2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.
3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ”„iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver
#[kernel 2.4]
# $/sbin/insmod rt2860sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2860sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2860sta
And this to me looks like another language. I would GREATLY APPRECIATE IT if someone could give me step by step instructions on how to install this, without skipping on anything. I will even pay 10000 dogecoin if someone helps me! I have been searching youtube tutorials for 3 hours (lol) for it and havent found anything. Please help me!
Thanks
hello dear Linux-experts,
today i create a rescue-system for the emergency-situation:
i am creating a little resque-usb for SUSE-DVD on USB-Stick
aimed: to create a litle Rescue-USB while using Suse-ISO DVD on a USB medium 1:1 copied
step 1. Suse-ISO download:
he http://ftp5.gwdg.de/pub/linux/suse/o...-CD-x86_64.iso
step 2 copy the file onto a USB stick with the following command
Code:
dd if=openSUSE-13.2-Rescue-CD-x86_64.iso of=/dev/sdX bs=32k
where sdX=sdb or sdc is the USB stick
ready - now i can test the rescue-usb
Hi everyone, I am a new member and also new to linux, I encountered a problem, but last week I tried but did not solve
I downloaded iso file linux 1.1.0 on page potassium https://www.kali.org, I installed on my Dell inspiron n4010, it works very well and does not have any errors, but after I update and upgrade all packages, I rebooted the system switches to the command line, I lost a lot of time to return to the graphics, but when booting up the network manager icon not seen, I have set the package network-manager-gnome_0.9.4.1-0ubuntu2_i386.deb network manager icon show but when click on the network manager icon only contained text "network manager is not running."
I also installed Wicd but could not run "could not connect to wicd's D-Bus interface. Check the wicd log for error messages."
wireless driver apparently was set before
root@kali:~# airmon-ng
PHY Interface Driver Chipset
phy0 wlan0 wl Broadcom Corporation BCM4313 802.11b/g/n (rev 01)
please help me!
please guide installed offline, my kali linux no internet connection. can download package from another machine to install.
Hi all,
i am new to linux, i am using Centos 6. There is some problem in the network settings as i am able to browse internet from a browser but when i am trying to use the terminal (using ping command) for any of the website (say www.google.com) nothing is happening. suppose i want to install some software (like hdf5), when i am using "sudo yum install hdf5" it shows large number of error massages like "error could not connect to the host". It would be a great help if someone provide the solution.
Thanks in advance.
Durgesh
Hey guys. So I just went out and bought a Sager 8268-s (clevo p150sm-a) With an i7 4910mq and a Nvidia 980m gt. As I am a computer tech by trade, every time i see Windows i get horrible PTSD so i decided to try Linux instead. After many hours of trying to get a dual boot working finally got Linux Mint 17 Cinnamon installed on my computer, but when I went to install the Nvidia driver it landed me in fallback mode which I could not escape. So then I tried Ubuntu 14.04 LTS thinking maybe Mint was incompatible with the driver and the same thing happened.
So here is my method:
(sorry i don't know how to make a code box :/ )
First I log in to get root access:
$ su
Then I Update the xorg:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
Then update my system:
$ sudo apt-get update && sudo apt-get dist-upgrade
Then i go into Virtual terminal (Ctrl+Alt+F1) and disable the display manager:
$ sudo service mdm (or lightdm for Ubuntu) stop
Then i install the drivers which i have done multiple ways:
$ sudo apt-get install nvidia-current nvidia-settings
or
$ sudo apt-get install nvidia-343 nvidia-settings
or by downloading the driver from Nvidia (first designating the file as executable)
$ sudo sh nvidia.run && sudo apt-get install nvidia-settings
Then after install, I create the config file:
$ sudo nvidia-xconfig
Then I reboot. After I get the low res mode in Ubuntu or fallback mode in Mint and Driver manager doesn't detect any proprietary drivers and I have to reinstall to get the OS working again. Any suggestions would be greatly appreciated.
I am working on LAR protocol, ns2 version = 2.32
OS = ubuntu 12.04
i successfully installed LAR NS on my system . but nam does not qork with ns-2.32 . so i tried to install with the following command
sudo make install nam ===> it successfully installed namv1.15 . but when i run box.tcl it is giving me the following error
SORTING LISTS ...DONE!
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 220.0
Segmentation fault (core dumped)
then i tried to remove the nam with this command sudo apt-get remove nam ==> removed
then i installed this nam from (nam_1.14_amd64.deb) . when i write nam it shows me network animator window v1.14 but segmentataion fault error remains the same .
I also tried to install nam-1.14.i586.tar.gz , first untar it and then the following command sudo cp nam /usr/local/bin but still the error .
i also tried with nam-1.14-x86_64.tar.gz but still no success.
if i dont use nam , then my box file runs successfully.
plz suggest me how to rectify this error.
Hi all
I am helping fixing a set of old suse VMs and there is something seriously weird going with the networking.
My netstat -nr shows one set of routing commands and the yast/networking shows another set routes, routes that I know doesn't exist on our network.
Has anyone seen this before?
For example, in the attached screenshot, we can see yast shows I have no routes.
But here is the netstat -nr output:
hostname:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.224.0 * 255.255.255.0 U 0 0 0 eth10
192.168.226.0 * 255.255.255.0 U 0 0 0 eth11
192.168.110.0 * 255.255.254.0 U 0 0 0 eth12
link-local * 255.255.0.0 U 0 0 0 eth10
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.110.1 0.0.0.0 UG 0 0 0 eth12
Thanks
Hello! Who can help me? I remenber this problem have never occured when I was using CentOS 6.4. This time I am using Fedora 19 and problem occured as follow.
[ultrabird@PanFu Downloads]$ ls
dnw-linux-v1.01.tar.gz xdnw-0.5.1.tar.gz
[ultrabird@PanFu Downloads]$ mkdir dnw-linux && tar -zxf dnw-linux-v1.01.tar.gz -C dnw-linux
[ultrabird@PanFu Downloads]$ cd dnw-linux/
[ultrabird@PanFu dnw-linux]$ ls
dnw.rules logo.png Makefile README src
[ultrabird@PanFu dnw-linux]$ cd src/driver/
[ultrabird@PanFu driver]$ ls
Makefile secbulk.c
[ultrabird@PanFu driver]$ make -C /lib/modules/`uname -r`/build M=`pwd` modules
make: Entering directory `/usr/src/kernels/3.10.10-200.fc19.i686'
CC [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.o
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c: In function ‘secbulk_write’:
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c:60:96: warning: comparison of distinct pointer types lacks a cast [enabled by default]
to_write = min(len, BULKOUT_BUFFER_SIZE);
^
Building modules, stage 2.
MODPOST 1 modules
CC /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.mod.o
LD [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.ko
make: Leaving directory `/usr/src/kernels/3.10.10-200.fc19.i686'
[ultrabird@PanFu driver]$ ls
Makefile Module.symvers secbulk.ko secbulk.mod.o
modules.order secbulk.c secbulk.mod.c secbulk.o
[ultrabird@PanFu driver]$ sudo insmod ./secbulk.ko
[sudo] password for ultrabird:
[ultrabird@PanFu driver]$ dmesg | grep secbulk
[ 438.172811] secbulk: module verification failed: signature and/or required key missing - tainting kernel
[ 438.174533] secbulk:secbulk loaded
[ 438.174660] usbco registered new interface driver secbulk
[ultrabird@PanFu driver]$ uname -a
Linux PanFu 3.10.10-200.fc19.i686 #1 SMP Thu Aug 29 19:25:53 UTC 2013 i686 i686 i386 GNU/Linux
dnw is a download tool for ARM. Maybe secbulk is it's driver. I don't know much about it. Any help would be appreciated. Thanks!
hey i've just installed SUSE and used this link to configure proxy to have internet access. but that isn't suficcent
http://www.unixmen.com/how-to-enable-proxy-on-opensuse/
now the settings is correct because it works on nearby ubuntu.
i'm connecting with both with USB2LAN
any ideas?