LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-02-2010, 11:38 AM   #1
Rodnower
Member
 
Registered: Mar 2010
Posts: 54

Rep: Reputation: 15
How to be sure that wireless/bluetooth is not active


Hello, I have CentOS 5 Linux running on Gigabyte W566 laptop.
I want to be sure that all wireless function are disabled.
The side buttons on laptop's corpus actually not works, because there is no appropriate driver for Linux that supports them.

In other words what I need is:
To know that wireless antennas don't generates electromagnetic waves at all in any time, and I don't have any equipment to check this.

In user manual, in connectivity I see:
Dual band antenna WLAN Intell PRO/Wireless 3945ABG, IEEE 802.11a+b+g (Option)
Dual band antenna WLAN Intell PRO/Wireless 4965ABG, IEEE 802.11a+b+g (Option)

This is output of uname:
[root@andreys-comp orange]# uname -a
Linux andreys-comp 2.6.18-194.3.1.el5.centos.plusxen #1 SMP Wed May 19 09:59:34 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

This is relevant output of lspci:
[root@andreys-comp orange]# lspci | grep Eth
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 1)

Thank you for ahead.
 
Old 08-02-2010, 04:37 PM   #2
jasohl
Member
 
Registered: Oct 2006
Location: Seattle, Washington
Distribution: Gentoo, LinuxMint, Arch Linux
Posts: 99

Rep: Reputation: 18
You would want to check ifconfig -a to see all interfaces and the status.
Also iwconfig for wireless interfaces.
I would think that if you don't not have the correct drivers/modules it wouldn't even show up or function.
 
Old 08-02-2010, 04:50 PM   #3
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
OFF TOPIC WARNING.

jasohl's sig:
Quote:
In a world without walls or fences, there is no need for windows or gates.
I like it. But is it original, or attributable?
 
Old 08-02-2010, 10:51 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
If you want to get closer to the actual hardware, you may be able check and control the state with rfkill.

http://wireless.kernel.org/en/users/...ntation/rfkill

However, I notice now that you are running centos: so your kernel may be too old (pre 2.6.31).

Cheers,


Evo2.
 
Old 08-03-2010, 10:00 AM   #5
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by Rodnower View Post
The side buttons on laptop's corpus actually not works, because there is no appropriate driver for Linux that supports them.
Are you sure that this is so? -- I have the use of a Toshiba laptop which has a wireless on/off slide switch its side, & it appears to work at the hardware level.

What tests did you do?

Is there a manual that explicitly says that these buttons interface w/ the OS & the software?

Please provide a link to information on the laptop, it will help us better help you.
 
Old 08-03-2010, 11:49 AM   #6
jasohl
Member
 
Registered: Oct 2006
Location: Seattle, Washington
Distribution: Gentoo, LinuxMint, Arch Linux
Posts: 99

Rep: Reputation: 18
Quote:
Originally Posted by tredegar View Post
OFF TOPIC WARNING.

jasohl's sig:
In a world without walls or fences, there is no need for windows or gates.

I like it. But is it original, or attributable?
I can't take credit for it. I don't remember where I first heard it, and upon Googling it turns up in many places. So I do not know who to attribute the originality. Perhaps just anonymous.
 
Old 08-03-2010, 12:01 PM   #7
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Can you turn them off in BIOS? I must admit I'm not completely sure, but I *think* my laptop had an option in the BIOS to turn the radio completely off, so if that's the case with you too, it's the easiest option.
 
Old 08-03-2010, 01:42 PM   #8
Rodnower
Member
 
Registered: Mar 2010
Posts: 54

Original Poster
Rep: Reputation: 15
Nice! This is first time I get so many replays in so quick time
Thank you all.

So about your demands:

iwconfig shows:
lo no wireless extensions.
peth0 no wireless extensions.
sit0 no wireless extensions.
virbr0 no wireless extensions.
vif0.0 no wireless extensions.
eth0 no wireless extensions.
vif0.1 no wireless extensions.
veth1 no wireless extensions.
vif0.2 no wireless extensions.
veth2 no wireless extensions.
vif0.3 no wireless extensions.
veth3 no wireless extensions.
xenbr0 no wireless extensions.

Like I understand there is not only no wireless extensions for each of them, but there is no wireless interface at all, most of them like I understand belong to Xen (right?)

Output of ifconfig -a don't show more interfaces that you see above.

I downloaded rfkill, but it is not work (like you thought), more of that I don't have /dev/rfkill.

Here is provider's page related to my laptop:
http://gigabyte.com/search/search.aspx?kw=w566
(there are two versions (U and N, I don't know how to determine which of them is laptop that I use)

In user manual there is nothing that connects between wireless and OS, but from my experience, in past, when I try to run wireless, I remember that pushing side buttons get any result.

I actually found in BIOS option to disable wireless LAN, and now it make me much more calm.

So generally, now I more sure that wireless is inactive, but if you have something additionally to say I will more than glad to hear.
 
Old 08-04-2010, 01:04 PM   #9
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Well you could, if you wanted, turn the room (or a smaller volume of it) into a Faraday cage, which, if done right, should prevent the electromagnetic radiation from leaking out. There are some problems, though; it's probably uncomfortable, expensive, difficult and makes you look more or less out of your mind in addition to it being mostly useless, if your hardware is turned off.

Or you could just take apart the computer and remove/break the wireless circuits...(I'd say turning the device off in BIOS is enough)
 
Old 08-04-2010, 02:44 PM   #10
Willrandship
Member
 
Registered: Oct 2009
Location: Utah
Distribution: Debian Testing (Wheezy atm.)
Posts: 109

Rep: Reputation: 17
Hehe, I think the real reason he wishes it to be off is so it won't suck the battery power, so a farraday cage may not be that useful.

BIOS ftw
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 make bluetooth keyboard active at login darkhorsexpress Fedora 2 10-11-2009 11:49 AM
BlueTooth as wireless lan? zectersys Linux - Hardware 4 02-09-2009 11:23 PM
bluetooth wireless networking gopal_patil06 Linux - Wireless Networking 5 10-24-2008 08:13 AM
Wireless Will not become active imdoody Linux - Hardware 0 06-05-2007 12:18 PM
bluetooth doesnt seem active on HP L2000 xquizit Linux - Laptop and Netbook 1 09-05-2006 01:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:38 PM.

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