hi again
i shut my laptop screen while I was conected on wireless and now, only wired works
i did an ixi -F and seems it recognizes my card.
Anyone who can help?
thanks!
SOLVED - see last post.
topic title: [solved] wireless problem
-
Posts: 43
- Joined: 15 May 2015
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
antixcc>network>wicd reconnect by hand for now.
Or log back out and back in. Not sure why you connection is not restarting when you open the lid yet.
Or log back out and back in. Not sure why you connection is not restarting when you open the lid yet.
Go ahead and post it. Do not be shy.i did an ixi -F and seems it recognizes my card.
-
Posts: 43
- Joined: 15 May 2015
#3
Code: Select all
System: Host: antix1 Kernel: 3.19.1-antix.1-486-smp i686 (32 bit)
Desktop: IceWM 1.3.8
Distro: antiX-15-beta1-V_386-full Killah P 16 March 2015
Machine: System: Hewlett-Packard product: HP Compaq nc6120 (PN936AV) v: F.14
Mobo: Hewlett-Packard model: 099C v: KBC Version 39.2A
Bios: Hewlett-Packard v: 68DTD Ver. F.14 date: 07/27/2006
CPU: Single core Intel Pentium M (-UP-) cache: 2048 KB
speed: 1733 MHz (max)
Graphics: Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller
Display Server: X.Org 1.16.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1024x768@60.00hz
GLX Renderer: Mesa DRI Intel 915GM x86/MMX/SSE2
GLX Version: 2.1 Mesa 10.3.2
Audio: Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller
driver: snd_intel8x0
Sound: ALSA v: k3.19.1-antix.1-486-smp
Network: Card-1: Intel PRO/Wireless 2200BG [Calexico2] Network Connection
driver: ipw2200
IF: eth0 state: down mac: 00:16:6f:96:a6:46
Card-2: Broadcom NetXtreme BCM5705M_2 Gigabit Ethernet driver: tg3
IF: eth1 state: up speed: 100 Mbps duplex: full
mac: 00:14:c2:d7:48:c6
Drives: HDD Total Size: 40.0GB (14.2% used)
ID-1: /dev/sda model: HTS541040G9AT00 size: 40.0GB
Partition: ID-1: / size: 35G used: 3.4G (11%) fs: ext2 dev: /dev/sda1
ID-2: swap-1 size: 2.18GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
Sensors: System Temperatures: cpu: 34.0C mobo: 28.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 100 Uptime: 2 min Memory: 178.1/997.4MB
Client: Shell (bash) inxi: 2.2.16
-
Posts: 4,164
- Joined: 20 Feb 2009
#4
Intel wireless. Never been a problem for me.
Probably a startup config glitch that I do not know about. From lid switch what ever text file.
Code: Select all
~$ inxi -N
Network: Card-1: Intel 82567LM Gigabit Network Connection driver: e1000e
Card-2: Intel WiFi Link 5100 driver: iwlwifi
-
Posts: 43
- Joined: 15 May 2015
#5
thanks but i still need help >)
-
Posts: 2,238
- Joined: 16 Dec 2007
#6
does wireless come back after a reboot?
a couple of things to try:
1. from root terminal, try issuing ifconfig eth0 down then ifconfig eth0 up. a
2. make sure in wicd (if that is what you are using) that"automatically connect" is enabled in the connection manager for the particular network.
a couple of things to try:
1. from root terminal, try issuing ifconfig eth0 down then ifconfig eth0 up. a
2. make sure in wicd (if that is what you are using) that"automatically connect" is enabled in the connection manager for the particular network.
-
Posts: 43
- Joined: 15 May 2015
#7
no does not come back after reboot
tried ifconfig down, only as sudo su, otherwise says bash: command not found
and ifconfig up say caannot do, due to rfkil
logged in out, the same
tried ifconfig down, only as sudo su, otherwise says bash: command not found
and ifconfig up say caannot do, due to rfkil
logged in out, the same
-
Posts: 43
- Joined: 15 May 2015
#8
i am using wicd from cc, anything better?
-
Posts: 43
- Joined: 15 May 2015
#9
Code: Select all
sudo rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
-
Posts: 43
- Joined: 15 May 2015
since my fn and multimedia keys dont work, as said in previous post, i did a rm/dv/rfkill but nothing
-
Posts: 2,238
- Joined: 16 Dec 2007
#11
this is the key:
somewhere there is a switch, either physical or in bios, and its been flipped/disabled. I've seen some machines that will actually disable the wireless in bios when a key combo is pressed. something similiar might have occured when you went into suspend. I would check the bios of the machine.
Code: Select all
Hard blocked: yes
-
Posts: 43
- Joined: 15 May 2015
#12
i did, in Bios is fine, however the dedicated key on the keyboar does not work, as multimedia keys, see the other post __{{emoticon}}__
-
Posts: 2,238
- Joined: 16 Dec 2007
#13
well somehow its been blocked on the hardware level. I don't think any of the network managers are going to be able to see it until the hard block is resolved.
have you tried disconnecting the wired interface and rebooting?
have you tried disconnecting the wired interface and rebooting?
-
Posts: 2,238
- Joined: 16 Dec 2007
#14
you might also post the output of lsmod.
-
Posts: 1,308
- Joined: 31 Aug 2009
#15
Some keys are easy to implement. Others may be difficult or even impossible. Some laptops enable the keys via hardware so they work regardless of the OS running. Others implement all or some of the keys via software and for that you need xbindkeys. You use it to cause a program to get run whenever a certain key gets pressed. Again, there are instructions for this on the web.
Each new problem should have its own thread, that way it is easier for others to find the solution.
HTH
I couldn't find a/the thread you started about your multimedia keys problem. The solution is to install and use either xbindkeys or xbindkeys-config. The first is command line and the second is GUI. There should be lots of info on how to use these on the web.mihail_bc wrote:since my fn and multimedia keys dont work, as said in previous post, i did a rm/dv/rfkill but nothing
Some keys are easy to implement. Others may be difficult or even impossible. Some laptops enable the keys via hardware so they work regardless of the OS running. Others implement all or some of the keys via software and for that you need xbindkeys. You use it to cause a program to get run whenever a certain key gets pressed. Again, there are instructions for this on the web.
Each new problem should have its own thread, that way it is easier for others to find the solution.
HTH