Re: Problem with re(4) Ethernet driver has resurfaced in 11-STABLE and HEAD

2017-05-21 Thread Baho Utot



On 05/21/17 05:29, Thomas Mueller wrote:

from YongHyeon PYUN:


[removed stable@ from CC]



I recently updated my 10.1-STABLE to 11.0-STABLE and find I can no longer 
connect with the Ethernet.



dhclient re0 produces



DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.




If you assign an static IPv4 address to re(4) are you able to use
the network interface?



AFAIK there was no significant re(4) changes for a long time. Could
you show us back trace information?


Problem with re(4) reappeared in both 11.0-STABLE and HEAD, but OK to trim 
stable@ since changes/fixes would go to HEAD first.

No connection with static IPv4 address.

Where do I get back trace information?

Problem was more severe with HEAD in that OS immediately crashed into debugger, 
while in 11.0-STABLE, only the connection failed but may have left memory 
unstable.

I can still connect on that computer with Hiro H50191 USB wireless adapter, 
driver rsu.

Tom

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


I have the same problem with this driver:

 urtwn - Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU USB IEEE
 802.11b/g/n wireless network device

On this platform:

FreeBSD desktop.example.com 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0 
r316958: Sat Apr 15 09:25:18 EDT 2017 
r...@desktop.example.com:/usr/obj/usr/src/sys/GENERIC  amd64


Had to quit using it under FreeBSD works fine in Win7.

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: [CFT] packaging the base system with pkg(8)

2016-04-23 Thread Baho Utot
Sorry for hijacking this thread but where can one find the code for 
11-CURRENT that handles the packaging of base?


I would like to have a look at it so I can form my opinion on packaging 
base.


I  moved to FreeBSD from LinuxFromScratch, ( I packaged that with the 
RPM package manager and it is on Github).

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Current-11 slow

2016-03-19 Thread Baho Utot

Current-11 is slower than FreeBSD-10.2 on my dell lapfart

I fetched and complied current-11 r296326 following the handbook.
I used a custom kernel config, make.conf and src.conf trying to create a 
"released" install.


Is there any issues with my configuration or do I need to add anything.


FreeBSD dell.example.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r296326: 
Sat Mar  5 20:48:00 EST 2016 
r...@dell.bildanet.com:/usr/obj/usr/src/sys/OCTOTHORPE  amd64


octothorpe.conf
include GENERIC
nocpu   i486_CPU
ident   OCTOTHORPE

nooptions   INET6
nooptions   WITNESS
nooptions   INVARIANTS

nodevicefdc

/etc/src.conf
MALLOC_PRODUCTION="ON"
WITHOUT_ASSERT_DEBUG="ON"
MK_PROFILE=no

/etc/make.conf
MALLOC_PRODUCTION=TRUE
KERNCONF=OCTOTHORPE
MK_PROFILE=no

Thanks
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"