LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - News
User Name
Password
Linux - News This forum is for original Linux News. If you'd like to write content for LQ, feel free to contact us.
All threads in the forum need to be approved before they will appear.

Notices


Reply
  Search this Thread
Old 01-23-2018, 08:31 AM   #46
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367

The driver either supports your hardware or it doesn't. Do you know which hardware/driver was involved?

I have to admit that though NetBSD's wireless/wpa_supplicant setup does seem a bit messy, it worked ok for me last time I tried it (7.1.x release I think).

If it's an Atheros device, first appearing 7.0-release, the athn(4) driver was ported from OpenBSD (as were most of the wifi drivers in NetBSD), which adds support for the ath9xxx devices.
 
Old 01-23-2018, 09:03 AM   #47
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,496

Rep: Reputation: Disabled
It could well have been Atheros, as I have several of them on my machines, & they do work on OpenBSD.

OpenBSD works fine for me; just thought I'd give NetBSD another go whilst I was messing about with my older computers; I'm not so keen on FreeBSD these days, as it seems to take a lot of disk space for the same basic setup.
 
Old 01-24-2018, 05:29 AM   #48
nickbeee
LQ Newbie
 
Registered: Aug 2012
Location: UK
Distribution: FreeBSD, NetBSD, Debian, Ubuntu
Posts: 13

Rep: Reputation: Disabled
Quote:
Originally Posted by cynwulf View Post
What the wiki fails to mention is what happens if /var and/or /usr are mounted on separate disk slices. wpa_supplicant(8) will fail to start from rc.conf unless you add the line
Code:
critical_filesystems_local="/var /usr"
to rc.conf. That was my problem.

ctrl_interface=/var/run/wpa_supplicant (from wpa_supplicant.conf) is on /var
/usr/sbin/wpa_supplicant is on /usr.

Last edited by nickbeee; 01-24-2018 at 05:34 AM. Reason: spelling
 
Old 01-24-2018, 11:19 AM   #49
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
/var should already be part of critical_filesystems_local, /usr as I recall is not.

Hence
Code:
critical_filesystems_local="${critical_filesystems_local} /usr"
Should do it.

It was reported as a bug years ago, but closed: https://marc.info/?l=netbsd-bugs&m=117909571019490&w=2

And more recently: https://marc.info/?l=netbsd-bugs&m=145639160309185&w=2
 
Old 03-13-2020, 09:17 AM   #50
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
Can We un-stick this thread?

Can We not un-stick this thread?


This thread was started what 14 years ago? NetBSD as of now is on 9.0. Released last month.
I have just put it on my main Box after years on Debian.

Last edited by bigearsbilly; 03-13-2020 at 11:12 AM.
 
Old 03-13-2020, 10:01 AM   #51
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Has NetBSD finally got a stable founding?
 
Old 05-01-2020, 04:58 AM   #52
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
I cannot see why a 2006 opinion is sticky.
Especially if it's not helpful or useful in any way.
 
Old 05-02-2020, 07:54 AM   #53
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Because the particular question raised in this thread is a repeating one.
 
Old 02-23-2022, 03:53 AM   #54
zaphar
Member
 
Registered: Nov 2012
Distribution: Slackware
Posts: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by YesItsMe View Post
Has NetBSD finally got a stable founding?
I picked it up around 7.0 and it has gotten better. It did seem a bit stale at that point (no USB3 or UEFI in 2017!), but has since added those. It does seem like it started picking up speed, after a few years of stagnation. Some of the less popular ports are kind of stale and I have had trouble getting engagement when trying to fix problems with the kernel in a particular one. A common complaint seems to be unsupported wireless and video, but I would say this is more of a problem with the way those technologies are developed (not OSS friendly or drivers are GPL licensed and therefore not BSD compatible). The BSDs have to rewrite every driver Linux gets for free from hardware manufactures, so it never gets a break, even if the driver is open-sourced.

One thing I like is the init system seems fairly close to the Slackware one. The main difference I see is most init configuration is contained in /etc/rc.conf instead of config files in /etc/rc.d/
 
Old 02-26-2022, 02:38 PM   #55
jmccue
Member
 
Registered: Nov 2008
Location: US
Distribution: slackware
Posts: 691
Blog Entries: 1

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by zaphar View Post
I picked it up around 7.0 and it has gotten better. It did seem a bit stale at that point (no USB3 or UEFI in 2017!)
Why not pickup 9.2 ? 7.0 is rather old and I think out of support.
 
Old 02-27-2022, 04:19 AM   #56
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,496

Rep: Reputation: Disabled
I tried it fairly recently, but it still seems to have wifi issues, I tried all the ways suggested, without any luck connecting.
 
Old 03-01-2022, 01:09 AM   #57
zaphar
Member
 
Registered: Nov 2012
Distribution: Slackware
Posts: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by jmccue View Post
Why not pickup 9.2 ? 7.0 is rather old and I think out of support.
I have. What I wrote was in the past tense, as in I started using it when 7.0 was the stable release.

Last edited by zaphar; 03-01-2022 at 01:32 AM.
 
Old 03-01-2022, 01:32 AM   #58
zaphar
Member
 
Registered: Nov 2012
Distribution: Slackware
Posts: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by fatmac View Post
I tried it fairly recently, but it still seems to have wifi issues, I tried all the ways suggested, without any luck connecting.
Is the WiFi chipset you have known to be supported? The devs have mentioned WiFi is one of the areas of focus at the moment, so it should be better with the next release.
https://netbsd.org/support/hardware/
 
Old 03-01-2022, 04:04 AM   #59
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,496

Rep: Reputation: Disabled
My wifi chips are supposed to be supported, & they worked in OpenBSD, which is where I believe NetBSD got the code - it seems to be in the implementation of the software that something doesn't quite work.

But I only try with it to keep abreast of what may work on my computers, in case Linux suffers more from 'big business' interference, (systemd/pulseaudio), things that I am not keen on.
 
Old 03-07-2022, 02:35 PM   #60
zaphar
Member
 
Registered: Nov 2012
Distribution: Slackware
Posts: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by fatmac View Post
My wifi chips are supposed to be supported, & they worked in OpenBSD, which is where I believe NetBSD got the code - it seems to be in the implementation of the software that something doesn't quite work.

But I only try with it to keep abreast of what may work on my computers, in case Linux suffers more from 'big business' interference, (systemd/pulseaudio), things that I am not keen on.
My guess would be it needs a firmware binary to work. I've seen people ask questions on IRC about WiFi not working, and it seems more times than not, if the chipset is supported, needing a binary for the firmware to load.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Future of Linux, Future of BSD ? tarballed Linux - General 28 01-01-2012 04:04 PM
NetBSD tylor *BSD 5 05-13-2005 11:26 AM
NetBSD 2.0 and WPC11 v.3 halo14 *BSD 4 12-27-2004 11:08 AM
NetBSD and bootselector mikz *BSD 1 12-13-2004 01:40 PM
NetBSD-Live twilli227 General 3 09-17-2003 11:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - News

All times are GMT -5. The time now is 11:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration