LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2011, 02:28 PM   #1
KEVIN24
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Rep: Reputation: 0
Wifi driver....plzz help


Hello Everybody...i'm completely new to linux, i was tryin to use Backtrack 4 on my Toshiba Satellite A665 laptop device using its built in wireless network card, but the problem is that when i enter the command "airmon-ng start wlan0" to start the monitor mode it says "Intel 4965/5xxx iwlagn - [phy0]SIOCSIFFLAGS: No such file or directory"
"monitor mode enabled on mon0"
and when typing the command "airodump-ng mon0" it also says no such file or directory....
plz help..what is the problem there?
NB: wireless card is Intel Centrino Advanced-N 6250 AGN

Last edited by KEVIN24; 05-01-2011 at 10:18 AM.
 
Old 04-24-2011, 02:47 PM   #2
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275
Blog Entries: 5

Rep: Reputation: 40
Here's a few links to sites that I found on GOOGLE, Each of these links is to a wifi problem on a Toshiba Satellite:

(By the way is your card a Realtek RTL8191SE? I've seen a few threads on some forums about this card)

 
Old 04-24-2011, 02:51 PM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Hevithan View Post
(By the way is your card a Realtek RTL8191SE? I've seen a few threads on some forums about this card)
The OP said they were using an Intel card.

KEVIN24, perhaps you're just missing the firmware for your device. What does "dmesg | grep iwlagn" say?
 
Old 04-24-2011, 02:58 PM   #4
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi Kevin,

At first I thought you can go with downloading the driver and then doing modprobe driver_name (driver that need to be installed) then I realized you are working Backtrack 4 and am not sure if modprobe will work on that. And yes there is one more important thing that you shouldn't miss which is your kernel support for WiFi.

You have to check whether your kernel is configured for WiFi or not.

Have a look at the following link and you will understand what I am talking about: http://www.aircrack-ng.org/doku.php?id=iwlagn

First check which kernel you are using by typing uname -a. Also check which architecture it is whether i386 or x86_64

Once done with the above step navigate to boot directory and see if you find any config files which says something like config-kernel_version (kernel_version will be output of uname -a)

Type the following command to read that file and see if it says something about WiFi under networking section:

less config-kernel_version

Lets see how it goes. I have never worked on Backtrack 4 :-( but it worth giving a try to find out some information about kernel configuration related to WiFi.

Last edited by T3RM1NVT0R; 04-24-2011 at 02:59 PM.
 
Old 04-25-2011, 06:49 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Hello Everybody...i'm completely new to linux, i was tryin to use Backtrack 4
If you're completely new to Linux, how about a more friendly distro like Ubuntu or Mint. Backtrack is about the least newbie-friendly distro out there.
 
Old 04-25-2011, 06:55 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by T3RM1NVT0R View Post
Hyou are working Backtrack 4 and am not sure if modprobe will work on that.
Backtrack 4 is based on Ubuntu, it should work. Thinking about that, I never saw a distro with module loading disabled in the kernel by default.

Quote:
You have to check whether your kernel is configured for WiFi or not.
Backtrack is a distro that is specialized towards security and penetration testing. A penetration testing distribution without support for wireless networking would be rather pointless.
 
1 members found this post helpful.
Old 04-25-2011, 07:38 AM   #7
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Quote:
Originally Posted by TobiSGD View Post
Backtrack 4 is based on Ubuntu, it should work. Thinking about that, I never saw a distro with module loading disabled in the kernel by default.
Yup you are right just checked modprobe on my Linux Mint and it works. Yup standard kernel never by default disable module loading. Sorry I think I was on a different track when I said that. What I mean was is to enable that option incase planning to create a custom kernel.

Quote:
Backtrack is a distro that is specialized towards security and penetration testing. A penetration testing distribution without support for wireless networking would be rather pointless.
Yup checked on their website again and found which I missed last time. :-)
 
Old 05-01-2011, 10:28 AM   #8
KEVIN24
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Original Poster
Rep: Reputation: 0
tnx for ur replies all...this is what dmesg | grep iwlagn says:
iwlagn: Intel(R) Wireless WifI link AGN driver for linux, 1.3.27kd
uwlagn: Copyright(c) 2003-2009 Intel Corporation
iwlagn 0000:06:00.0: PCI INT A -> GSI 17 (level,low) -> IRQ 17
iwlagn 0000:06:00.0: setting latency timer to 64
iwlagn 0000:06:00.0: Detected Intel wireless wifi link 6050 Series 2x2 AGN REV=0x84
iwlagn 0000:06:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
iwlagn 0000:06:00.0: irq 36 for MSI/MSI-X

Any ideas?

Last edited by KEVIN24; 05-01-2011 at 10:35 AM.
 
Old 05-06-2011, 06:54 AM   #9
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Unfortunately, I don't have any ideas about this, since iwlagn isn't complaining about missing firmware. Hopefully someone else can help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to develop a wifi's driver by using the SDIO WIFI card the hope Linux - Software 2 03-15-2011 02:57 AM
WiFi driver Blakes7 Linux - Hardware 6 06-11-2010 10:51 AM
WIFI Driver itshankar47 Linux - Laptop and Netbook 6 03-16-2010 10:56 AM
Wifi driver gibsonbuzz Ubuntu 1 01-10-2010 10:26 PM
Wifi driver GardarS Linux - Desktop 6 12-14-2008 09:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration