You are not logged in.
I have been having thisproblem for some time now and was wondering if someone can help me. I have a wired connection that disconnects from the the network sporadically. every few months or so. I know the cable is fine because I tried it in another laptop and it works fine.
All other computers on my LAN work fine.
Here is what I have done so far:
randy@cbdv6:~$ lsmod
Module Size Used by
fuse 51949 3
cpufreq_powersave 12422 0
cpufreq_stats 12645 0
cpufreq_conservative 12987 0
cpufreq_userspace 12520 0
parport_pc 22036 0
ppdev 12651 0
lp 12797 0
parport 31375 3 lp,ppdev,parport_pc
bnep 17288 2
rfcomm 28448 0
bluetooth 99230 10 rfcomm,bnep
loop 17851 0
snd_hda_codec_hdmi 26352 1
snd_hda_codec_idt 44792 1
uvcvideo 52876 0
videodev 61827 1 uvcvideo
media 13692 2 videodev,uvcvideo
usbhid 31704 0
hid 60188 1 usbhid
usb_storage 35245 0
brcmsmac 447974 0
snd_hda_intel 21875 2
snd_hda_codec 63478 3 snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi
cordic 12336 1 brcmsmac
crc8 12394 1 brcmsmac
brcmutil 12785 1 brcmsmac
mac80211 167576 1 brcmsmac
snd_hwdep 12943 1 snd_hda_codec
cfg80211 113599 2 mac80211,brcmsmac
i915 321773 8
snd_pcm 53473 3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
snd_page_alloc 12867 2 snd_pcm,snd_hda_intel
joydev 12959 0
drm_kms_helper 22738 1 i915
drm 146428 4 drm_kms_helper,i915
snd_seq 39789 0
snd_seq_device 13016 1 snd_seq
snd_timer 22478 2 snd_seq,snd_pcm
snd 42962 13 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi
iTCO_wdt 16945 0
hp_accel 25080 0
lis3lv02d 17617 1 hp_accel
hp_wmi 13121 0
sparse_keymap 12719 1 hp_wmi
rfkill 18715 4 hp_wmi,cfg80211,bluetooth
i2c_i801 12670 0
soundcore 12921 1 snd
input_polldev 12802 1 lis3lv02d
intel_ips 17604 0
iTCO_vendor_support 12632 1 iTCO_wdt
acpi_cpufreq 12745 1
coretemp 12782 0
psmouse 68555 0
i2c_algo_bit 12713 1 i915
serio_raw 12848 0
pcspkr 12554 0
i2c_core 19116 6 i2c_algo_bit,i2c_i801,drm,drm_kms_helper,i915,videodev
evdev 13175 10
mperf 12421 1 acpi_cpufreq
crc32c_intel 12659 0
wmi 13051 1 hp_wmi
video 17459 1 i915
processor 23107 2 acpi_cpufreq
ac 12552 0
battery 12986 0
button 12817 1 i915
ext4 302427 1
crc16 12327 2 ext4,bluetooth
jbd2 51626 1 ext4
mbcache 12938 1 ext4
microcode 13198 0
sg 21589 0
sr_mod 17468 0
sd_mod 35425 3
crc_t10dif 12332 1 sd_mod
cdrom 34813 1 sr_mod
thermal 13103 0
thermal_sys 17752 3 thermal,processor,video
ahci 24917 2
libahci 18494 1 ahci
r8169 41985 0
mii 12595 1 r8169
libata 125348 2 libahci,ahci
ehci_hcd 35702 0
scsi_mod 135542 5 libata,sd_mod,sr_mod,sg,usb_storage
usbcore 104793 5 ehci_hcd,usb_storage,usbhid,uvcvideo
usb_common 12338 1 usbcore
randy@cbdv6:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 60:eb:69:0f:9d:24
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:184 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:12603 (12.3 KiB) TX bytes:0 (0.0 B)
Interrupt:40 Base address:0x6000
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:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:100 (100.0 B) TX bytes:100 (100.0 B)
randy@cbdv6:~$ lspci -nnk | grep -iA2 net
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:145c]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
Subsystem: Hewlett-Packard Company Device [103c:144c]
Kernel driver in use: r8169
randy@cbdv6:~$
I also tried this:
sudo service network-manager restart
Nothing seems to work.
Last edited by rmcellig (2014-10-17 17:36:58)
Cheers Randy
www.mcran.com - my web site
www.chuo.fm - My radio show Sundays noon-2pm EST or 89.1 fM
Offline
I just rebooted with my Puppy Linux CD and I have a wired network connection. So far booting in Crunchbang or Linux Lite fails to connect to my wired network. Is this a driver issue?
Cheers Randy
www.mcran.com - my web site
www.chuo.fm - My radio show Sundays noon-2pm EST or 89.1 fM
Offline
Works fine now after booting into my Puppy Linux CD and trying different tools to get the network going. Any ideas on what may have caused this? Are there tools I can use that will attempt to "jumpstart" the network?
Cheers Randy
www.mcran.com - my web site
www.chuo.fm - My radio show Sundays noon-2pm EST or 89.1 fM
Offline
Works fine now after booting into my Puppy Linux CD and trying different tools to get the network going. Any ideas on what may have caused this? Are there tools I can use that will attempt to "jumpstart" the network?
Glad it works again
Find which interfaces are available with
ifconfig -a
Bring up your ethernet (assuming it is shown as eth0) with
sudo ifup eth0
There are several other network commands obviously, so search out "linux manual network configuration", for possibilities.
BunsenLabs Group on deviantArt
damo's gallery on deviantArt
Openbox themes
Forum Moderator
Offline
Thanks Damo. Not sure what causes this. It only happens with the dv6.
Cheers Randy
www.mcran.com - my web site
www.chuo.fm - My radio show Sundays noon-2pm EST or 89.1 fM
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat