LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-25-2014, 09:58 AM   #1
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Rep: Reputation: Disabled
Problem with internet connection dropping after a few minutes.


Hi. I just installed Peppermint on my old Laptop- 1GB RAM. I use a wireless connection from my smartphone for internet connection. It connects as soon as I boot the laptop. It works fine for about 5 minutes but then web pages won't load. When I reboot it works fine again for about another 5 minutes and stops. The wireless connection is still connected but web pages don't load. I have changed swappiness to 10 and 30 but did not solve the problem.
Any advice would be appreciated as I'm a newcomer to Linux.
 
Old 03-25-2014, 05:26 PM   #2
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by Kerryman View Post
Hi. I just installed Peppermint on my old Laptop- 1GB RAM. I use a wireless connection from my smartphone for internet connection. It connects as soon as I boot the laptop. It works fine for about 5 minutes but then web pages won't load. When I reboot it works fine again for about another 5 minutes and stops. The wireless connection is still connected but web pages don't load. I have changed swappiness to 10 and 30 but did not solve the problem.
Any advice would be appreciated as I'm a newcomer to Linux.
To be able to diagnose this further you would have to look into your system log files.
Code:
less /var/log/messages
is typically a good start in most linux distros. (I don't know peppermint.)
You may find error messages mentioning your wireless adapter (probably wlan0). Then put these into your favorite search engine to find more information.

Also check if you installed the right drivers for your hardware.
Code:
lspci
should show you information on your hardware which you can use to identify which drivers are needed.

Do you have any other OSes installed on that machine? If so, does wireless work find there? Or do you have the same issues. (Would indicate a hardware problem)

Do other machines work find in that wireless network? (Just to rule out the router as a root cause)

In the meanwhile, just as a less intrusive workaround - have you tried disabling network and reenabling it rather than rebooting?
 
Old 03-25-2014, 06:28 PM   #3
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thanks

Thanks for your advice. Will try and follow those steps. I'm using a wireless usb stick. Worked well in laptop using XP.I installed Lubuntu with XP first. Then Lubuntu only and now Peppermint only. Problem only with Linux OSs. (Network is fine as I'm using it on newer laptop). Disabling and enabling connection works but very annoying to have to do it every few minutes. Cannot complete certain tasks like downloading software as connection does not last long enough. Puzzling thing is it says " wi-fi connection active - 78%.
 
Old 03-25-2014, 07:55 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
another thing to try. Open a terminal and then
Code:
sudo ifconfig -a
to find what your wireless stick is called, possibly wlan0, but might be called something else. Then
Code:
sudo ifconfig wlan0 down
sudo iwconfig wlan0 power off
sudo ifconfig wlan0 up
If it helps edit the /etc/rc.local file and add
Code:
iwconfig wlan0 power off
I don't know if peppermint uses sudo or su.
 
Old 03-26-2014, 12:36 PM   #5
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by Kerryman View Post
Thanks for your advice. Will try and follow those steps. I'm using a wireless usb stick. Worked well in laptop using XP.I installed Lubuntu with XP first. Then Lubuntu only and now Peppermint only. Problem only with Linux OSs. (Network is fine as I'm using it on newer laptop). Disabling and enabling connection works but very annoying to have to do it every few minutes. Cannot complete certain tasks like downloading software as connection does not last long enough. Puzzling thing is it says " wi-fi connection active - 78%.

Sounds very much like a driver issue. Can you post the model / chipset of your stick as well as the output of
Code:
uname -a
 
Old 03-26-2014, 01:14 PM   #6
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thanks for advice guys. Here is what I got when I entered codes. I dont know enough to understand results :

joseph@joseph-Equium-A60 ~ $ uname -a
Linux joseph-Equium-A60 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:25:33 UTC 2013 i686 i686 i686 GNU/Linux

joseph@joseph-Equium-A60 ~ $ less/var/log/messages
bash: less/var/log/messages: No such file or directory




joseph@joseph-Equium-A60 ~ $ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RS250 Host Bridge (rev 05)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RS200/RS250 AGP Bridge
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI OHCI USB Controller #1 (rev 01)
00:13.1 USB controller: Advanced Micro Devices [AMD] nee ATI OHCI USB Controller #2 (rev 01)
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI EHCI USB Controller (rev 01)
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SMBus (rev 18)
00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI Device 434c
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI IXP200 3COM 3C920B Ethernet Controller
00:14.5 Multimedia audio controller: Advanced Micro Devices [AMD] nee ATI IXP150 AC'97 Audio Controller
00:14.6 Modem: Advanced Micro Devices [AMD] nee ATI IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS250 [Mobility Radeon 7000 IGP]
02:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
02:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
joseph@joseph-Equium-A60 ~ $




sudo ifconfig -a
[sudo] password for joseph:
eth0 Link encap:Ethernet HWaddr 00:a0:d1:b8:2a:32
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1195 errors:0 dropped:0 overruns:0 frame:0
TX packets:1195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:139561 (139.5 KB) TX bytes:139561 (139.5 KB)

wlan0 Link encap:Ethernet HWaddr b4:75:0e:1e:54:23
inet addr:192.168.43.163 Bcast:192.168.43.255 Mask:255.255.255.0
inet6 addr: fe80::b675:eff:fe1e:5423/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5101 errors:0 dropped:0 overruns:0 frame:0
TX packets:4568 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4571706 (4.5 MB) TX bytes:949058 (949.0 KB)




joseph@joseph-Equium-A60 ~ $ sudo ifconfig wlan0 down
[sudo] password for joseph:
joseph@joseph-Equium-A60 ~ $ sudo iwconfig wlan0 power off
Error for wireless request "Set Power Management" (8B2C) :
SET failed on device wlan0 ; Operation not supported.
joseph@joseph-Equium-A60 ~ $ sudo ifconfig wlan0 up
joseph@joseph-Equium-A60 ~ $
 
Old 03-26-2014, 01:20 PM   #7
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Are you using wireless manager or WICD. If you are with WICD is having some issues dropping connection so you might want to change it to Wireless Manager.
If you have Wireless Manager and still have problems then might be an issue with the driver of you Wireless adapter. Maybe you need to run a distro with a newer kernel.
 
Old 03-26-2014, 01:21 PM   #8
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Forgot to say I'm using a Belkin usb Wireless N Micro Adapter- Surf N300
 
Old 03-26-2014, 01:25 PM   #9
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by TroN-0074 View Post
Are you using wireless manager or WICD. If you are with WICD is having some issues dropping connection so you might want to change it to Wireless Manager.
If you have Wireless Manager and still have problems then might be an issue with the driver of you Wireless adapter. Maybe you need to run a distro with a newer kernel.
Do you mean wireless manager or network manager?
 
1 members found this post helpful.
Old 03-26-2014, 01:27 PM   #10
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by joe_2000 View Post
Do you mean wireless manager or network manager?
Thank you I meant Network Manager. It seems to be more stable than WICD. I like WICD for being lite but lately I have been switching to Network Manager for stability.
 
Old 03-26-2014, 01:30 PM   #11
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by Kerryman View Post
joseph@joseph-Equium-A60 ~ $ less/var/log/messages
bash: less/var/log/messages: No such file or directory
There should be a space between less and /var/log/messages

This will bring you to a pager where you can review the system log. Type / and a search string such as wlan0 to search for interesting messages. Type q to exit the pager.

Also please try using code tags when posting output of commands.

I am assuming you ran the command with the wireless stick plugged in? And the laptop itself does not have a wireless adapter?

Please could you also post the output of
Code:
lspci -n
lsusb
lsmod
(Sorry for not requesting this before)

Last edited by joe_2000; 03-26-2014 at 01:34 PM.
 
Old 03-26-2014, 02:03 PM   #12
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Hi. Sorry I don't understand what you mean by "use code tags". Here's what I got :

joseph@joseph-Equium-A60 ~ $ less /var/log/messages
/var/log/messages: No such file or directory

joseph@joseph-Equium-A60 ~ $ lspci -n
00:00.0 0600: 1002:cab3 (rev 05)
00:01.0 0604: 1002:7010
00:13.0 0c03: 1002:4347 (rev 01)
00:13.1 0c03: 1002:4348 (rev 01)
00:13.2 0c03: 1002:4345 (rev 01)
00:14.0 0c05: 1002:4353 (rev 18)
00:14.1 0101: 1002:4349
00:14.3 0601: 1002:434c
00:14.4 0604: 1002:4342
00:14.5 0401: 1002:4341
00:14.6 0703: 1002:434d (rev 01)
01:05.0 0300: 1002:4437
02:06.0 0607: 104c:ac50 (rev 02)
02:07.0 0200: 10ec:8139 (rev 10)
02:0a.0 0c00: 104c:8026

joseph@joseph-Equium-A60 ~ $ lsusb
Bus 001 Device 002: ID 050d:2103 Belkin Components F7D2102 802.11n N300 Micro Wireless Adapter v3000 [Realtek RTL8192CU]
Bus 001 Device 003: ID 0781:5151 SanDisk Corp. Cruzer Micro Flash Drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
joseph@joseph-Equium-A60 ~ $ lsmod
Module Size Used by
nls_iso8859_1 12617 1
usb_storage 47684 1
joydev 17097 0
arc4 12543 2
snd_atiixp 19309 2
snd_atiixp_modem 18629 5
snd_ac97_codec 105692 2 snd_atiixp_modem,snd_atiixp
ac97_bus 12670 1 snd_ac97_codec
rtl8192cu 66659 0
snd_pcm 80890 5 snd_ac97_codec,snd_atiixp_modem,snd_atiixp
ip6t_REJECT 12533 1
rtlwifi 69015 1 rtl8192cu
snd_page_alloc 14230 3 snd_pcm,snd_atiixp_modem,snd_atiixp
xt_hl 12465 6
snd_seq_midi 13132 0
snd_seq_midi_event 14475 1 snd_seq_midi
ip6t_rt 12473 3
rtl8192c_common 47075 1 rtl8192cu
snd_rawmidi 25114 1 snd_seq_midi
bnep 17736 2
rfcomm 37420 0
nf_conntrack_ipv6 13871 7
nf_defrag_ipv6 13025 1 nf_conntrack_ipv6
bluetooth 202266 10 bnep,rfcomm
ipt_REJECT 12485 1
xt_LOG 17192 10
ppdev 12817 0
xt_limit 12541 13
xt_tcpudp 12531 18
xt_addrtype 12563 4
mac80211 526619 3 rtlwifi,rtl8192c_common,rtl8192cu
microcode 18286 0
snd_seq 51280 2 snd_seq_midi_event,snd_seq_midi
nf_conntrack_ipv4 14071 7
nf_defrag_ipv4 12649 1 nf_conntrack_ipv4
xt_state 12514 14
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 24411 2 snd_pcm,snd_seq
binfmt_misc 17260 1
cfg80211 440887 2 mac80211,rtlwifi
ip6table_filter 12711 1
ip6_tables 17819 1 ip6table_filter
nf_conntrack_netbios_ns 12585 0
nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns
nf_nat_ftp 12548 0
nf_nat 20857 1 nf_nat_ftp
radeon 875304 2
psmouse 81065 0
nf_conntrack_ftp 13118 1 nf_nat_ftp
nf_conntrack 67003 8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_state,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntr ack_ipv4,nf_conntrack_ipv6
snd 56485 20 snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device,snd_atiixp_modem,snd_atiixp
iptable_filter 12706 1
serio_raw 13031 0
ip_tables 17791 1 iptable_filter
irda 107316 0
parport_pc 27504 1
crc_ccitt 12627 1 irda
pcmcia 39544 0
soundcore 12600 1 snd
x_tables 21974 13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_state,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT ,ip6_tables,xt_addrtype,ip6t_REJECT
ttm 75385 1 radeon
video 18894 0
drm_kms_helper 47545 1 radeon
yenta_socket 27095 0
drm 228489 4 ttm,drm_kms_helper,radeon
pcmcia_rsrc 18191 1 yenta_socket
pcmcia_core 21505 3 pcmcia,pcmcia_rsrc,yenta_socket
i2c_algo_bit 13197 1 radeon
mac_hid 13037 0
i2c_piix4 13066 0
ati_agp 13177 1
shpchp 32129 0
lp 13299 0
parport 40753 3 lp,ppdev,parport_pc
btrfs 783372 0
zlib_deflate 26445 1 btrfs
libcrc32c 12543 1 btrfs
pata_acpi 12886 0
firewire_ohci 35451 0
firewire_core 61718 1 firewire_ohci
8139too 23071 0
pata_atiixp 13058 2
8139cp 26649 0
crc_itu_t 12627 1 firewire_core
joseph@joseph-Equium-A60 ~ $

joseph@joseph-Equium-A60 ~ $ lsmod
Module Size Used by
nls_iso8859_1 12617 1
usb_storage 47684 1
joydev 17097 0
arc4 12543 2
snd_atiixp 19309 2
snd_atiixp_modem 18629 5
snd_ac97_codec 105692 2 snd_atiixp_modem,snd_atiixp
ac97_bus 12670 1 snd_ac97_codec
rtl8192cu 66659 0
snd_pcm 80890 5 snd_ac97_codec,snd_atiixp_modem,snd_atiixp
ip6t_REJECT 12533 1
rtlwifi 69015 1 rtl8192cu
snd_page_alloc 14230 3 snd_pcm,snd_atiixp_modem,snd_atiixp
xt_hl 12465 6
snd_seq_midi 13132 0
snd_seq_midi_event 14475 1 snd_seq_midi
ip6t_rt 12473 3
rtl8192c_common 47075 1 rtl8192cu
snd_rawmidi 25114 1 snd_seq_midi
bnep 17736 2
rfcomm 37420 0
nf_conntrack_ipv6 13871 7
nf_defrag_ipv6 13025 1 nf_conntrack_ipv6
bluetooth 202266 10 bnep,rfcomm
ipt_REJECT 12485 1
xt_LOG 17192 10
ppdev 12817 0
xt_limit 12541 13
xt_tcpudp 12531 18
xt_addrtype 12563 4
mac80211 526619 3 rtlwifi,rtl8192c_common,rtl8192cu
microcode 18286 0
snd_seq 51280 2 snd_seq_midi_event,snd_seq_midi
nf_conntrack_ipv4 14071 7
nf_defrag_ipv4 12649 1 nf_conntrack_ipv4
xt_state 12514 14
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 24411 2 snd_pcm,snd_seq
binfmt_misc 17260 1
cfg80211 440887 2 mac80211,rtlwifi
ip6table_filter 12711 1
ip6_tables 17819 1 ip6table_filter
nf_conntrack_netbios_ns 12585 0
nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns
nf_nat_ftp 12548 0
nf_nat 20857 1 nf_nat_ftp
radeon 875304 2
psmouse 81065 0
nf_conntrack_ftp 13118 1 nf_nat_ftp
nf_conntrack 67003 8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_state,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntr ack_ipv4,nf_conntrack_ipv6
snd 56485 20 snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device,snd_atiixp_modem,snd_atiixp
iptable_filter 12706 1
serio_raw 13031 0
ip_tables 17791 1 iptable_filter
irda 107316 0
parport_pc 27504 1
crc_ccitt 12627 1 irda
pcmcia 39544 0
soundcore 12600 1 snd
x_tables 21974 13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_state,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT ,ip6_tables,xt_addrtype,ip6t_REJECT
ttm 75385 1 radeon
video 18894 0
drm_kms_helper 47545 1 radeon
yenta_socket 27095 0
drm 228489 4 ttm,drm_kms_helper,radeon
pcmcia_rsrc 18191 1 yenta_socket
pcmcia_core 21505 3 pcmcia,pcmcia_rsrc,yenta_socket
i2c_algo_bit 13197 1 radeon
mac_hid 13037 0
i2c_piix4 13066 0
ati_agp 13177 1
shpchp 32129 0
lp 13299 0
parport 40753 3 lp,ppdev,parport_pc
btrfs 783372 0
zlib_deflate 26445 1 btrfs
libcrc32c 12543 1 btrfs
pata_acpi 12886 0
firewire_ohci 35451 0
firewire_core 61718 1 firewire_ohci
8139too 23071 0
pata_atiixp 13058 2
8139cp 26649 0
crc_itu_t 12627 1 firewire_core
joseph@joseph-Equium-A60 ~ $
 
Old 03-26-2014, 02:14 PM   #13
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Code tags : That's the # button in the 'Advanced Editor'
* http://www.linuxquestions.org/questi....php?do=bbcode
* http://www.linuxquestions.org/questi...gs-4175464257/
.. Or type [/code] at text end, and [code] at text start.
! Please edit your posts to use "code tags".

-
 
1 members found this post helpful.
Old 03-26-2014, 03:15 PM   #14
Kerryman
LQ Newbie
 
Registered: Mar 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thanks knudfl

Code:
 Thanks for taking the time to explain the code tags. I'm afraid I'm very new to all this.I spent hours getting DVD player to work but got great satisfaction when I solved it-thanks to other posters' information. Still struggling with net connection dropping,even though it says "connected". Trying code tags at start and end here. Hope it works !
 
Old 03-26-2014, 03:23 PM   #15
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Only use the code tags to wrap actual code / command output. It makes it more readable.

Currently looking into your previous post.
 
  


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
Broadcom Wireless Internet Connection Keeps Dropping JoshGriffin Linux - Wireless Networking 3 11-25-2009 04:00 PM
Internet connection gets disconnected within 2-3 minutes asdandekar Ubuntu 4 01-29-2009 02:12 AM
Zyxel modem keeps dropping internet connection Joe Soap Linux - Hardware 5 01-21-2009 11:02 AM
Ubuntu Wireless Laptop dropping internet connection periodically. schafferm Linux - Networking 2 12-16-2008 02:11 PM
a problem with continuous dropping of my internet connection Brynn Linux - Networking 1 07-18-2008 02:58 PM

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

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