LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-25-2013, 02:18 PM   #31
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367

Your wifi maybe disabled by a hardware rfkill switch.

Post output
Code:
# rfkill list
Also
Code:
$ cat /etc/network/interfaces
Code:
$ cat /etc/NetworkManager/NetworkManager.conf
 
Old 05-25-2013, 11:35 PM   #32
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
interface file :
Quote:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
rfkill : command not found.

Quote:
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

Last edited by lin66uxx; 05-26-2013 at 12:47 AM.
 
Old 05-26-2013, 05:26 AM   #33
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Run rfkill as root.
 
Old 05-26-2013, 07:31 AM   #34
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Quote:
1: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
DSL connection is more important for me ...

thanks,
 
Old 05-26-2013, 08:44 AM   #35
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
The DSL connection is handled by the router you mentioned in this post:

Quote:
Originally Posted by lin66uxx View Post
The modem is D-Link, DSL-2500U.
If you look at the output you posted above your wireless is hard blocked... in other words it's disabled by a physical RF kill switch.

eth0 is configured correctly and should be working if you plug an ethernt cable between the computer and the router...
 
Old 05-26-2013, 08:59 AM   #36
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Quote:
in other words it's disabled by a physical RF kill switch.
how can enable it ?
Quote:
eth0 is configured correctly and should be working if you plug an ethernt cable between the computer and the router...
It connects some times for few minutes and then disconnects and when trying to reconnect it fails and instead connect to ifupdown(eth0) and says that it is connected to wired connection.

how can I remove the ifupdown connection ?
I managed to remove the wired connection, but the ifupdown has no option to be removed .

thanks

Last edited by lin66uxx; 05-26-2013 at 09:10 AM.
 
Old 05-26-2013, 09:22 AM   #37
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by lin66uxx View Post
how can enable it ?
Well there would be a physical button somewhere on your computer...
 
Old 05-26-2013, 09:29 AM   #38
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
What about the ifupdown, how to remove the wired connection, I created wired connection and DSL connection through the network applet ?

thanks
 
Old 05-26-2013, 09:33 AM   #39
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I have always found that the best way to configure network manager is as follows:

/etc/NetworkManager/NetworkManager.conf
Code:
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

/etc/network/interfaces
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
This will prevent ifup/down from starting the connection (via the networking daemon (/etc/init.d/networking))

Network manager will handle all wired/wireless connections.
 
Old 05-26-2013, 10:00 AM   #40
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Hi,
First thanks for the fast reply.
I have a button on my F9 key that supposed to operate the wireless, under windows it does, but pushing it under debian 7 changes nothing.
I'll try the above now ... .. .

thanks,

Last edited by lin66uxx; 05-26-2013 at 10:49 AM.
 
Old 05-26-2013, 11:07 AM   #41
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Hi,
It worked for about an hour then it get disconnected and not being able to connect again,I don't have the ifupdown option now,however.
What about the wireless, emacs themes and how do I install more languages ??

Thank you very much,

Last edited by lin66uxx; 05-26-2013 at 12:30 PM.
 
Old 05-26-2013, 02:21 PM   #42
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
http://siripong-computer-tips.blogsp...in-debian.html
 
Old 05-27-2013, 12:22 AM   #43
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I am so frustrated, debian supposed to be a distro with a good reputation.
It fails to connect to wired connection, sometimes it does but then disconnect in about an hour,does any body know what is the problem?

I am considering switching to slackware but need to know whether slackware has a graphical installer, and GUI tools for configuring the net and installing new packages? is Gnome included in slackware 14?does slackware 13.37 support new hardware?

I am not a linux geek, however, I am using linux since 2005, I used Mandriva, which is proper for beginners, I don't do sophisticated things, just a browser, gcc,g++,emacs, libreoffice,gimp and so on .

Thanks,

Last edited by lin66uxx; 05-27-2013 at 01:07 AM.
 
Old 05-27-2013, 04:57 AM   #44
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 lin66uxx View Post
need to know whether slackware has a graphical installer
No.

Quote:
GUI tools for configuring the net and installing new packages
Configuring the net: Yes.
Installing new packages: No. in fact, if you make the recommended full installation of Slackware you will have almost all packages installed that are in Slackware's repository. For installing other packages you have to build them yourself (SlackBuilds.org is a very handy source for that) or use third party repositories, like the ones from AlienBob, rworkman or the Salix repositories.
Quote:
is Gnome included in slackware 14?
No, but it is available from the GSB project.
Quote:
does slackware 13.37 support new hardware?
Slackware 13.37 comes with a 2.6.37 kernel, so it supports all the hardware that is supported by that kernel.
Slackware is not a hold your hands distribution, most configuration has to be done on the command line or with editing text-files.
From the description what you need from a distro I would recommend to try Salix, a Slackware derivative more aimed at user-friendliness.
 
Old 05-27-2013, 05:16 AM   #45
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Quote:
Slackware is not a hold your hands distribution, most configuration has to be done on the command line or with editing text-files.
I learn quickily.

Quote:
Slackware 13.37 comes with a 2.6.37 kernel, so it supports all the hardware that is supported by that kernel.
Then I'll try slackware 14.0 .

Regarding the debian 7 I aleady have, I have some thoughts about the network-manager, Can the problem be in the keyring ?
Maybe I have to upgrade the NetworkManager ?

thanks
 
  


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 dual boot opensuse 11.3 and windows xp (opensuse 11.3 is installed first) varunb Linux - Newbie 13 11-10-2011 03:10 AM
Triple-booting Windows 7, Debian (6) and OpenSUSE (Newest: haven't installed yet) Omnilogist Linux - General 3 08-09-2011 04:31 PM
OpenSuSE 10.3 failing to uninstall openSuSE installer from the windows boot Lucens Linux - Newbie 5 10-11-2008 08:08 AM
Restarting Windows machine stops Linux machine mounting/connecting jamespetts Linux - Networking 3 05-29-2008 03:12 AM
Printing from Debian machine to Win machine, What I did wrong. sarajevo Debian 8 04-30-2008 11:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:27 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