From owner-freebsd-current@freebsd.org Mon Oct 31 19:37:56 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22A37C28452; Mon, 31 Oct 2016 19:37:56 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD83D1E16; Mon, 31 Oct 2016 19:37:55 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f45.google.com with SMTP id c13so4823338lfg.0; Mon, 31 Oct 2016 12:37:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:references:date:cc:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=ozCTM6z/biwzSduYDmf9JJZei3vEKMmpazfM3vNCUkM=; b=G4bNvEyWcvA5jHjGPWfKT0k0lQnfmzAdYK7yYl0l/CsmzU1J8mwCTfYe4c2/osEu5p k6Lpe0uQX8LCZ8AkkrSSKAVZpM/XyRfwFN4x20prWjfu8y9NzijoAM8MKDmjTLTNFeT6 B9mYGwNlwiLkrZcNNhnv0a9dOWsu3ZsoZLKAu4/ocDreCKZBJJ5gLjzBfVs1DhLOohPj QrBvKKBQy3u9Q1zQ+s6bZQcr8arg2ZRJEDsT5L1JaG2zsA1nqy211RQTaseIE158+yA1 dXnIAoN8rnJLXbgicBslgQ3wSJTT7tr0vvWnaGzLLmTkJe6YSB1LYPtI+NMdL4IeEW6n UxtA== X-Gm-Message-State: ABUngvf2cSeDYcYkm9Bbko5zXu5uZ9FJSoiocOUa+V5xHsM3sVyxw7P6XsIKH4wRb1la/g== X-Received: by 10.25.20.100 with SMTP id k97mr14978202lfi.127.1477942668046; Mon, 31 Oct 2016 12:37:48 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id 127sm2556811ljf.27.2016.10.31.12.37.47 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 31 Oct 2016 12:37:47 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Daniel Braniss" Subject: Re: urtwm -> rtwm References: <4DC1B743-33EA-4AD7-B124-9D133316552C@cs.huji.ac.il> Date: Mon, 31 Oct 2016 21:37:57 +0200 Cc: freebsd-current , freebsd-wireless@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: <4DC1B743-33EA-4AD7-B124-9D133316552C@cs.huji.ac.il> User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 19:37:56 -0000 Sun, 30 Oct 2016 14:32:18 +0200 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Daniel Braniss = : Hi! rtwn_usb(4) depends on rtwn(4) module; you can try to 1) add them to the kernel config; 2) check / fix WITHOUT_MODULES and MODULES_OVERRIDE make.conf(5) variabl= es 3) compile / install them manually P.S. There is no 'rtwm' module in the tree; what is the exact error mess= age where it was? > >> On 30 Oct 2016, at 14:07, Daniel Braniss wrote:= >> >> hi, >> between r30666 and r30808 i lost my wireless, > s/r30666/r306333/ and s/r30808/r308087/ > >> so reading UPDATE clarified why, I also did a mergemaster so now devd= = >> et.all. seem to be in sync, >> but now devd complains that if_rtwn_usb depends on rtwm and there is = no = >> rtwn, instead there are >> several rtwn-rtl8=E2=80=A6., the closest being rtwn-rt18188eufw.ko >> >> this is what the old urtwn has to say: >> ... >> Starting devd. >> wlan: <802.11 Link Layer> >> urtwn0 on uhub1 >> urtwn0: on = >> usbus0 >> urtwn0: MAC/BB RTL8188EU, RF 6052 1T1R >> urtwn0: enabling 11n >> urtwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps >> urtwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mb= ps = >> 24Mbps 36Mbps 48Mbps 54Mbps >> urtwn0: 1T1R >> urtwn0: 11ng MCS 20MHz >> urtwn0: MCS 0-7: 6.5Mbps - 65Mbps >> >> please help >> >> thanks, >> danny >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to = >> "freebsd-current-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to = > "freebsd-wireless-unsubscribe@freebsd.org"