Losing wmx0 interface after waking up from hibernation


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Losing wmx0 interface after waking up from hibernation
# 1  
Old 02-05-2010
Losing wmx0 interface after waking up from hibernation

I don't know why, but I can't connect to my WiMax network after waking up from hibernation... System log shows the following messages:
Code:
Feb  5 10:07:52 lenovo-S102 wimaxd[2722]: wimaxd event:  libwimax[wmx0]:
6843 Feb  5 10:07:52 lenovo-S102 wimaxd[2722]: wimaxd event: E: RX:  cannot join multicast group 0: -22
6844 Feb  5 10:07:53 lenovo-S102 wimaxd[2722]: wimaxd event: Failed to  establish connection with device. No device found at wmx0  interface

Is there a way to reload device driver to have wmx0 interface reconfigured so that I can use it again?..
I'm using Intel WiMax/WiFi 5050 Link Series, Ubuntu 9.10 and native Intel drivers which I built from source...
# 2  
Old 02-05-2010
Try
Code:
$ /etc/init.d/wimaxd stop
$ rmmod iwlagn
$ modprobe iwlagn
$ /etc/init.d/wimaxd start

# 3  
Old 02-06-2010
Corona688, thanks for idea. In my case it is not iwlagn - it i2400m*. I haven't tried yet, but I think it should work...
# 4  
Old 02-11-2010
If that doesn't work, you may have to do the rmmod before you hibernate.
# 5  
Old 02-12-2010
Corona688,
it works perfect! I'm very satisfied, thank you very much! I placed these commands in my connection script and it works very well
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Waking Up USB External Hard Drive for file archiving

Hello Experts, I hope I'm writing to the correct category for my question. I have a very basic shell script for doing file archiving to the external usb hard drive (WD studio edition II 2TB formatted as FAT32 for compatibility). The shell script only needs to run once per day. It basically... (8 Replies)
Discussion started by: johankor
8 Replies

2. Linux

Systemd hibernation is killing me

I'm on Arch and I have a strange issue with systemctl hibernate command. It hibernates and resumes just fine (I have TuxOnIce), but in the last stage of resume, it completely shuts down my laptop screen, so I cannot see anything even though I know the system resumed just fined and the desktop is... (1 Reply)
Discussion started by: lockheed
1 Replies

3. IP Networking

waking up

can i shutdown or wake on call all the pc's connected in a network using tools? (3 Replies)
Discussion started by: yashwanthguru
3 Replies

4. Red Hat

How to run script after hibernation ..

hello, I am running rhel6 open client. I have a firewall in my office at work and I have to authenticate to BSO every 4 hours. Instead of doing it manually I wrote a perl script which does this for me. I placed that script in rc.local file and it get executed every time I restart system. The... (2 Replies)
Discussion started by: susja
2 Replies

5. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

6. Red Hat

Can't find Hibernation in Rhel5

I've installed Rhel 5.1 in an intel quad core server. I couldn't find the Hibernation option. And can't find anything related to it in the power management options. Plz guide how to install hibernation or enable thise option. Thanks, Giri (1 Reply)
Discussion started by: giri_blr
1 Replies

7. Ubuntu

Ubuntu 9.04 hibernation

Hello everyone, I finally installed Ubuntu 9.04 64 bit using dual boot. Love it! :b: Now I have an issue with the hibernation, it just turns off the monitor instead of the whole system when I click. Is there some else I have to get done? please advice, Many thanks. (2 Replies)
Discussion started by: Pitroadrush
2 Replies

8. Ubuntu

Sound fails after waking from hibernate -- Intrepid/Xubuntu

Title says it all. Occasionally but frequently I lose sound: external speakers and headphones both make no noise. I just realized that this tends to happen (perhaps only happens) after starting the computer following hibernation. Rebooting always fixes the issue... but I'd hate to tell my... (3 Replies)
Discussion started by: CRGreathouse
3 Replies

9. Debian

Laptop waking up in bag: go back to sleep script

I have a Debian-derived distro (Kubuntu 8.04) running on a Dell Inspiron laptop. This laptop often wakes from RAM suspension while in my bag. I would like to run a script, upon RAM suspension wake, that would detect if the lid switch is closed. If so, then the script should put the machine back in... (0 Replies)
Discussion started by: dotancohen
0 Replies

10. Windows & DOS: Issues & Discussions

Waking up windowsXP from FC3

In my home network I have a windows XP server and a Redhat FC3 Linux server. The linux server has ssh open to the internet. What I'd like to do is ssh into the FC3 machine and "wakeup" the windows XP box which is in standby mode. Anyone know a way to achieve this? (1 Reply)
Discussion started by: dangral
1 Replies
Login or Register to Ask a Question