Date: Thu, 23 Jul 2009 03:44:56 -0700 (PDT) From: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= <martinrame@yahoo.com> To: freebsd-questions@freebsd.org Subject: Re: ndis0 stops working after a while Message-ID: <639623.93786.qm@web35601.mail.mud.yahoo.com> In-Reply-To: <f99a79ec0907230330l676a031do2aabf79ed9fb8ae4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Stefan, this is my kldload: Id Refs Address Size Name 1 61 0xc0400000 9fab28 kernel 2 1 0xc0dfb000 3730 snd_driver.ko 3 2 0xc0dff000 5014 snd_ad1816.ko 4 35 0xc0e05000 4a64c sound.ko 5 2 0xc0e50000 56d0 snd_als4000.ko 6 2 0xc0e56000 7318 snd_atiixp.ko 7 2 0xc0e5e000 5898 snd_cmi.ko 8 2 0xc0e64000 5840 snd_cs4281.ko 9 3 0xc0e6a000 8b0c snd_csa.ko 10 2 0xc0e73000 b8b0 snd_ds1.ko 11 2 0xc0e7f000 14d04 snd_emu10kx.ko 12 2 0xc0e94000 90d0 snd_envy24.ko 13 4 0xc0e9e000 2a58 snd_spicds.ko 14 2 0xc0ea1000 80e8 snd_envy24ht.ko 15 2 0xc0eaa000 8a7c snd_es137x.ko 16 2 0xc0eb3000 5ba4 snd_ess.ko 17 5 0xc0eb9000 4c44 snd_sbc.ko 18 2 0xc0ebe000 4d80 snd_fm801.ko 19 3 0xc0ec3000 c330 snd_mss.ko 20 2 0xc0ed0000 1ae38 snd_hda.ko 21 2 0xc0eeb000 6fa8 snd_ich.ko 22 2 0xc0ef2000 9220 snd_maestro.ko 23 2 0xc0efc000 a3e4 snd_maestro3.ko 24 2 0xc0f07000 116c0 snd_neomagic.ko 25 2 0xc0f19000 534c snd_sb16.ko 26 2 0xc0f1f000 4c88 snd_sb8.ko 27 2 0xc0f24000 5f14 snd_solo.ko 28 2 0xc0f2a000 5a74 snd_t4dwave.ko 29 2 0xc0f30000 7f44 snd_via8233.ko 30 2 0xc0f38000 4fc8 snd_via82c686.ko 31 2 0xc0f3d000 5be0 snd_vibes.ko 32 1 0xc0f43000 16f6ec bcmwl5_sys.ko 33 3 0xc10b3000 1ada4 ndis.ko 34 2 0xc10ce000 e730 if_ndis.ko 35 1 0xc10dd000 2d0e0 vboxdrv.ko 36 1 0xc110b000 4dc0 atapicam.ko 37 1 0xc1110000 53e4 sem.ko 38 1 0xc1116000 6a45c acpi.ko 39 1 0xc4ab1000 7000 linprocfs.ko 40 1 0xc4ab8000 22000 linux.ko 41 1 0xc4e40000 e000 fuse.ko 42 1 0xc5091000 9000 i915.ko 43 1 0xc50a8000 13000 drm.ko Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 7/23/09, Stefan Miklosovic <miklosovic.freebsd@gmail.com> wrote: > From: Stefan Miklosovic <miklosovic.freebsd@gmail.com> > Subject: Re: ndis0 stops working after a while > To: "Leonardo M. Ramé" <martinrame@yahoo.com> > Date: Thursday, July 23, 2009, 7:30 AM > hi > > i have the same configuration of the network and also the > same version of wireless connection. > > /boot/loader.conf looks fine > my /etc/resovl.conf is empty (except that comments) > > in /etc/rc.conf, I have > > > ifconfig_ndis0="ssid tt24 wepmode on weptxkey 1 wepkey > 0xXXXXXXXXXX DHCP" > > maybe your configuration of the wireless depends on some > "cryptology" like WEP, WPA or so. > try to adjust these settings. maybe it helps. > > > could you send also output of kldstat command? > thx > > nice day > > On Thu, Jul 23, 2009 at 1:13 AM, > Leonardo M. Ramé <martinrame@yahoo.com> > wrote: > > > > Since a couple of weeks I noted my wireless connection > (Broadcom 4310 ndis wrapper) stops working after a while, > something like 10 minutes after I leave the notebook, a Dell > Inspiron 1525. Then I have to ifconfig ndis0 down / ifconfig > ndis0 up to reconnect. > > > > > The notebook is connected via WiFi to a router (DLink > Dir300), who has another PC with WinXP connected by cable, > this PC doesn't looses the connection. > > > > I don't remember having upgraded anything network > related. What can be causing this behavior?. > > > > Below I copied a couple of config files I changed, > specially dhclient.conf because I thought the problem was > related to the DNS server of my ISP, but now I don't > think that is the problem. > > > > uname -a: > > FreeBSD inspiron.local 7.2-RELEASE FreeBSD 7.2-RELEASE #0: > Fri May 1 08:49:13 UTC 2009 > root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 > > > > /boot/loader.conf > > bcmwl5_sys_load="YES" > > wlan_scan_ap_load="YES" > > wlan_scan_sta_load="YES" > > wlan_wep_load="YES" > > wlan_tkip_load="YES" > > snd_driver_load="YES" > > hw.snd.default_unit=1 > > hint.hdac.0.config="gpio2" > > hint.hdac.0.cad2.nid13.config="device=Speaker > conn=Fixed" > > vboxdrv_load="YES" > > atapicam_load="YES" > > sem_load="YES" > > > > /etc/rc.conf > > keymap="spanish.iso.acc" > > inetd_enable="YES" > > linux_enable="YES" > > sshd_enable="YES" > > moused_enable="YES" > > rpcbind_enable="YES" > > hald_enable="YES" > > dbus_enable="YES" > > amd_enable="YES" > > fusefs_enable="YES" > > ifconfig_ndis0="WPA DHCP" > > hostname="inspiron.local" > > > > /etc/dhclient.conf > > # $FreeBSD: src/etc/dhclient.conf,v 1.3.34.1 2009/04/15 > 03:14:26 kensmith Exp $ > > # > > # This file is required by the ISC DHCP client. > > # See ``man 5 dhclient.conf'' for > details. > > # > > # In most cases an empty file is sufficient for > most people as the > > # defaults are usually fine. > > # > > prepend domain-name-servers 4.2.2.1,4.2.2.2; > > > > /etc/resolv.conf > > nameserver 4.2.2.1 > > nameserver 4.2.2.2 > > nameserver 192.168.0.1 > > > > Thanks in advance, > > Leonardo M. Ramé > > http://leonardorame.blogspot.com > > > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org > mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?639623.93786.qm>
