Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2010 15:51:43 -0400
From:      Josh Ledford <JoshLedford@alumni.appstate.edu>
To:        freebsd-stable@freebsd.org
Subject:   help
Message-ID:  <AANLkTikyxr3nU5FGCNi2WKb2Vh3Yn4qL8EH3etXzPO8b@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
On Mon, Jun 21, 2010 at 8:00 AM,  <freebsd-stable-request@freebsd.org> wrot=
e:
> Send freebsd-stable mailing list submissions to
> =A0 =A0 =A0 =A0freebsd-stable@freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> =A0 =A0 =A0 =A0http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> or, via email, send a message with subject or body 'help' to
> =A0 =A0 =A0 =A0freebsd-stable-request@freebsd.org
>
> You can reach the person managing the list at
> =A0 =A0 =A0 =A0freebsd-stable-owner@freebsd.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of freebsd-stable digest..."
>
>
> Today's Topics:
>
> =A0 1. Yet another problem with my laptop (David DEMELIER)
> =A0 2. bwn(4) on 8.1-RC1: connection problems (Quentin Stievenart)
> =A0 3. Re: em(4) duplex problems with 82541EI on RELENG_8, -CURRENT
> =A0 =A0 =A0on =A0PowerEdge 1850 (Brian Seklecki (Mobile))
> =A0 4. Problems with EeePC 1005HA wireless (Wireless Atheros 9285)
> =A0 =A0 =A0(Iv?n Zaera Avell?n)
> =A0 5. Re: network deamons starting before network! (Mark Stapper)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 20 Jun 2010 14:31:34 +0200
> From: David DEMELIER <demelier.david@gmail.com>
> Subject: Yet another problem with my laptop
> To: freebsd-stable <freebsd-stable@freebsd.org>
> Message-ID:
> =A0 =A0 =A0 =A0<AANLkTimx9zathH6tdBpvTpdL9-S0exeYLRaOWy2kgf9a@mail.gmail.=
com>
> Content-Type: text/plain; charset=3DUTF-8
>
> Hello,
>
> I always have problems with my laptop, this time is a lot of messages
> while running on battery :
>
> Jun 20 14:29:51 Melon kernel: ACPI Error (uteval-0318): Method
> execution failed [\_SB_.BAT0._UID] (Node 0xffffff0001537760),
> AE_AML_NO_OPERAND
>
> There is a lot of these message in /var/log/messages, but I can't see
> any troubles with my battery.
>
> --
> Demelier David
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 20 Jun 2010 16:23:28 +0200
> From: Quentin Stievenart <acieroid@awesom.eu>
> Subject: bwn(4) on 8.1-RC1: connection problems
> To: freebsd-stable@freebsd.org
> Message-ID: <20100620142328.GA92472@awesom.eu>
> Content-Type: text/plain; charset=3Dutf-8
>
> Hi,
>
> I've some broadcom wireless cards to test here (two BCM4318 and a
> BCM4312). This week I tried the BCM4318 one (the 4312 is on a netbook,
> I'll try it later, if the 4318 works some day).
>
> First of all, I was able to use it with ndisgen on FreeBSD 7.1, but
> since the 7.2, it doesn't work anymore. So, two day ago I installed a
> 8.1-RC1 and tried bwi(4), but a `ifconfig wlan0 scan` wasn't detecting
> anything.
>
> So I gave bwn(4) a try, and it detect perfectly my network, but I just
> can't connect to it, neither with dhclient nor with a static IP.
> Here's what I do to try to connect:
>
> # kldload if_bwn
> # kldload bwn_v4_ucode
> # ifconfig wlan0 create wlandev bwn0
> # ifconfig wlan0 up
> # ifconfig wlan0 ssid myssid channel 6 wepmode on wepkey mywepkey
> # ifconfig wlan0
> wlan0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu
> 1500
> =A0 =A0 =A0 =A0ether 00:11:50:d0:2f:6f
> =A0 =A0 =A0 =A0media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11b
> =A0 =A0 =A0 =A0status: associated
> =A0 =A0 =A0 =A0ssid myssid channel 6 (2437 MHz 11b) bssid 00:60:b3:7a:5c:=
29
> =A0 =A0 =A0 =A0country US authmode OPEN privacy ON deftxkey UNDEF wepkey =
1:40-bit
> =A0 =A0 =A0 =A0txpower 30 bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgs=
canidle 250
> =A0 =A0 =A0 =A0roam:rssi 7 roam:rate 1 wme
> # ifconfig bwn0
> bwn0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2=
290
> =A0 =A0 =A0 =A0ether 00:11:50:d0:2f:6f
> =A0 =A0 =A0 =A0media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
> =A0 =A0 =A0 =A0status: associated
>
> Then, for the static IP:
> # ifconfig wlan0 inet 192.168.1.30 netmask 255.255.255.0
> # route add default 192.168.1.1
> # arp -a
> ? (192.168.1.30) at 00:11:50:d0:2f:6f on wlan0 permanent [ethernet]
>
> And I can't ping anything (except localhost and 192.168.1.30)
> Or, with dhcp:
> # dhclient wlan0
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 2
> No DHCPOFFERS received.
> No working leases in persistent database - sleeping.
>
> Here's what pciconf -lv tells me about my card:
>
> siba_bwn0@pci0:2:2:0: class=3D0x028000 card=3D0x70011799 chip=3D0x431814e=
4
> rev=3D0x02 hdr=3D0x00
> =A0 =A0vendor =A0 =A0 =3D 'Broadcom Corporation'
> =A0 =A0device =A0 =A0 =3D 'Broadcom 802.11b/g (BCM4318)'
> =A0 =A0class =A0 =A0 =A0=3D network
>
> And a dmesg | egrep "(bwn|wlan)":
>
> siba_bwn0: <Broadcom BCM4318 802.11b/g Wireless> mem 0xfdefc000-0xfdefdff=
f irq 22 at device 2.0 on pci2
> bwn0 on siba_bwn0
> bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 type 2 rev 7) RADIO (manuf=
 0x17f ver 0x2050 rev 8)
> bwn0: DMA (32 bits)
> bwn0: [FILTER]
> wlan0: Ethernet address: 00:11:50:d0:2f:6f
> bwn0: firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a)
> wlan0: ieee80211_new_state_locked: pending INIT -> SCAN transition lost
> wlan0: link state changed to UP
> bwn0: need multicast update callback
> bwn0: RX decryption attempted (old 0 keyidx 0)
> bwn0: RX decryption attempted (old 0 keyidx 0)
> bwn0: RX decryption attempted (old 0 keyidx 0)
> bwn0: RX decryption attempted (old 0 keyidx 0)
> bwn0: RX decryption attempted (old 0 keyidx 0)
>
> Also, when I start tcpdump on wlan0, and try to ping this computer from
> another one, I see all the ping requests and responses on FreeBSD, but
> the other computer don't get any response.
>
> Does anyone knows what to do now ?
>
> Regards,
>
> Quentin Stievenart.
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 21 Jun 2010 01:10:57 -0400 (Eastern Daylight Time)
> From: "Brian Seklecki (Mobile)" <bseklecki@collaborativefusion.com>
> Subject: Re: em(4) duplex problems with 82541EI on RELENG_8, -CURRENT
> =A0 =A0 =A0 =A0on =A0PowerEdge 1850
> To: Jack Vogel <jfvogel@gmail.com>
> Cc: Brandon Gooch <jamesbrandongooch@gmail.com>, =A0 =A0 =A0 =A0freebsd-s=
table
> =A0 =A0 =A0 =A0<freebsd-stable@freebsd.org>, =A0 Jeremy Chadwick
> =A0 =A0 =A0 =A0<freebsd@jdc.parodius.com>
> Message-ID: <alpine.WNT.2.00.1006210109140.3032@the-df5g>
> Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed
>
>
>
> On Fri, 18 Jun 2010, Jack Vogel wrote:
>
>> Yes, the commits today are slated to get into 8.1, at least that's my
>> understanding.
>
> Lets hope so; its looking very promising on the systems I'm able to test
> on.
>
> We should ask 82541EI and Dell 9th gen PowerEdge users to test them right
> away.
>
> ~BAS
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 21 Jun 2010 09:21:07 +0200
> From: Iv?n Zaera Avell?n <izaera@gmail.com>
> Subject: Problems with EeePC 1005HA wireless (Wireless Atheros 9285)
> To: freebsd-stable@freebsd.org
> Message-ID:
> =A0 =A0 =A0 =A0<AANLkTin57zdrLzFUgfq7OYrzqhxoiw3IVeSbfnvWnhME@mail.gmail.=
com>
> Content-Type: text/plain; charset=3DUTF-8
>
> I'm new to the list, so hello everybody and pleased to meet you all.
>
> I have installed the recent 8.1 BETA 1 on an Eee PC 1005HA and I'm
> experiencing problems
> with the wireless card. It is correctly recognized and configured. I have=
 an
> ath0 device and I
> can create an wlan0 without problems. I can even scan with wlan0 and
> sometimes I see my
> wireless router. The problem is when wpa_supplicant tries to register wit=
h
> the network that it
> fails. BTW, I have a WEP system with long key (13 hex digits).
>
> I have sniffed the wireless network with another computer and the packets
> seem to be all
> correct: the Eee PC sends correct packets to the air, and the wifi router
> replies them correctly,
> but wpa_supplicant reports "registration timed out", as if it wasn't
> receiving the packets.
>
> It is nevertheless very strange because around 2-3 weeks ago I had the
> STABLE branch installed
> on the same Eee PC and the wifi worked (not always, but it succedeed alwa=
ys
> when it was near
> the router and the PC was just being rebooted).
>
> Does anybody experience the same problem or has any hint on what could be
> happening?
>
> I have compiled my kernel with AH_DEBUG and ATH_DEBUG so I can also send
> dmesg traces
> if anyone can analyze them.
>
> Thanks in advance for your help,
> --
> Ivan Zaera
> http://www.factoria2.com/desde/correo
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 21 Jun 2010 13:46:16 +0200
> From: Mark Stapper <stark@mapper.nl>
> Subject: Re: network deamons starting before network!
> To: Alfred Bartsch <bartsch@dssgmbh.de>
> Cc: freebsd-stable@freebsd.org
> Message-ID: <4C1F5108.8080106@mapper.nl>
> Content-Type: text/plain; charset=3D"utf-8"
>
> On 19/06/2010 11:06, Mark Stapper wrote:
>> On 06/18/10 12:20, Alfred Bartsch wrote:
>>
>>> Mark Stapper schrieb:
>>>
>>>
>>>> Hello,
>>>>
>>>> Since updating to 8.X I noticed that network services were started
>>>> before the network was up!
>>>> I use lagg failover configuration on both my FreeBSD boxes.
>>>> First, boot fails on mounting my nfs-shares.
>>>> After entering and exiting the "rescue" shell, the system boots as nor=
mal.
>>>>
>>>>
>>> Hello,
>>>
>>> adding:
>>> synchronous_dhclient=3D"YES"
>>> to /etc/rc.conf solved some similar issues for me.
>>> The default behaviour of getting an IP via dhcp has changed.
>>>
>>>
>> I'll try that too.
>> That would explain why I didn't have this problem on 7.2
>> I DO like the whole netwait idea though.
>> But for me, the synchronous_dhclient flag should be sufficient I think.
>>
>>
> Worked like a charm!
> Thank you again
> Regards,
> Mark
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 260 bytes
> Desc: OpenPGP digital signature
> Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20100=
621/f92b75e9/signature-0001.pgp
>
> ------------------------------
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>
> End of freebsd-stable Digest, Vol 362, Issue 1
> **********************************************
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikyxr3nU5FGCNi2WKb2Vh3Yn4qL8EH3etXzPO8b>