<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 5, 2014 at 1:51 PM, Sascha Wildner <span dir="ltr"><<a href="mailto:saw@online.de" target="_blank">saw@online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 04 Nov 2014 14:44:34 +0100, Mehmet Erol Sanliturk <<a href="mailto:m.e.sanliturk@gmail.com" target="_blank">m.e.sanliturk@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
During writing .img to USB stick , it took very long time without reaching<br>
to completion .<br>
With a hope , I recorded it to a DVD , fortunately , it took very short<br>
time for recording and it worked for installation .<br>
</blockquote>
<br>
Mehmet,<br>
<br>
I've put the .ISO here: <a href="http://leaf.dragonflybsd.org/~swildner/dfly_with_mos.iso.xz" target="_blank">http://leaf.dragonflybsd.org/~<u></u>swildner/dfly_with_mos.iso.xz</a><br>
<br>
Note that you'll need a DVD blank disk because it is rather large.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
em0<br>
fwe0<br>
lp0<br>
faith0       ( If it is possible , please display explanatory names for<br>
these short forms , for example ,<br>
lo0             < em0 >    : Intel Gigabit .... etc.  )<br>
ppp0<br>
sl0<br>
Cancel<br>
</blockquote>
<br>
That's weird. em0 is an Intel PCI network interface and the rest is not related to the USB adapter either. They are special interfaces for Firewire (fwe0), PPP, loopback adapter (lo0) and whatnot, some of them older stuff. I think we should blacklist them in the installer to not confuse people. If needed, they can be configured outside the installer.<br>
<br>
The name of the USB NIC we're looking for should be "ue0" but the installer doesn't list it.<br>
<br>
So let's leave the installer aside for a moment and try a simpler test:<br>
<br>
* Boot from the ISO and login as "root" (no password needed)<br>
<br>
* Plug in the USB NIC.<br>
<br>
* Check with "kldstat". Is if_mos.ko listed? If it is not listed, do "kldload if_mos".<br>
<br>
* Type "ifconfig ue0". Does it say "ifconfig: interface ue0 does not exist" or does it list information about the ue0 interface?<br>
<br>
* If it said "interface ue0 does not exist", please do "usbconfig dump_device_desc". It will list information about each connected USB device. Try to find the "ugenX.Y: ..." line for the USB NIC in the output and tell me what values idVendor and idProduct have in the section below its "ugenX.Y: ..." line.<br>
<br>
Thanks for testing so far.<span class="HOEnZb"><font color="#888888"><br>
<br>
Sascha<br>
</font></span></blockquote></div><br><br><br></div><div class="gmail_extra">I have installed the above system .<br><br></div><div class="gmail_extra">In NIC configuration list , ue0 has appeared .<br><br></div><div class="gmail_extra">I have selected "DHCP" for it .<br><br></div><div class="gmail_extra">During reboot of the installed system , in "Press a key ... " line the system crashed , and<br></div><div class="gmail_extra">a "Reset" required .<br><br></div><div class="gmail_extra">After reboot and logging as root :<br><br></div><div class="gmail_extra"># ping 192.162.1.1<br><br></div><div class="gmail_extra">displayed "No route to host " .<br><br><br></div><div class="gmail_extra"># kldstat<br><br></div><div class="gmail_extra">has shown that if_mos.ko is loaded .<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"># ifconfig<br><br></div><div class="gmail_extra">has shown that ue0 is NOT active , and any IP is NOT acquired ( may mean that /etc/rc.conf line about <br></div><div class="gmail_extra">.._ue0="DHCP" is NOT applied )<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"># dhclient ue0 <br><br></div><div class="gmail_extra">has started activation of ue0 , and<br><br></div><div class="gmail_extra"># ping 192.168.1.1<br><br></div><div class="gmail_extra">has worked .<br><br><br></div><div class="gmail_extra">Thank you very much .<br><br></div><div class="gmail_extra">Mehmet Erol Sanliturk<br><br><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><br><br></div></div>