LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2017, 07:45 AM   #61
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511

Hey bsth123,

Sorry to see you're still struggling with the wireless on the T43 ... Have you tried Arch again ? As mentioned previously, I have found its support for wireless fairly complete and you have an Intel mini-PCI, so it shouldn't be that much of an issue.

Let me know if you decide to give Arch another go (don't forget, February 2017 ISO or earlier for 32-bit ...).

Cheers !
 
Old 03-27-2017, 07:53 AM   #62
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by bsth123 View Post
Apology accepted. I did check my /etc/rc.conf file and I had entered the number for my wired connection.
The FreeBSD iwi(4) driver supports the wifi chips you included in your original post:

https://www.freebsd.org/cgi/man.cgi?query=iwi

You will need to read the man page and also the FreeBSD handbook pages on wifi configuration.

But, you should only need to add these two lines to loader.conf(5)
Code:
if_iwi_load="YES"
legal.intel_iwi.license_ack=1
And something like this in rc.conf
Code:
wlans_iwi0="wlan0"
ifconfig_wlan0="WPA DHCP"
And finally suitably configured wpa_supplicant.conf
Code:
network={
  ssid="MY_ESSID"
  psk="MY_PSK"
}
MY_ESSID = you will put your wireless network SSID here.
MY_PSK = Put your wireless network key here

You can also generate the file by using the wpa_passphrase tool from the command line.
e.g.
Code:
# wpa_passphrase MY_ESSID MY_PSK > /etc/wpa_supplicant.conf
(all explained in the man pages for both)

Once configured, reboot and the connection should come up (unless you've made typos or missed steps, etc...)

Last edited by cynwulf; 03-27-2017 at 07:58 AM.
 
Old 03-27-2017, 08:22 AM   #63
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I already have wpa_supplicant configured aand this line in /etc/rc.conf
Code:
ifconfig_bge0="DHCP"
sshd_enable="YES"
I'll try the rest. Thanks

edit: as root when I try to modify loader.conf says it's unwritable

shadow_7 I forgot to mention one of the first things I installed was nano.

Last edited by bsth123; 03-27-2017 at 08:50 AM.
 
Old 03-27-2017, 09:02 AM   #64
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by bsth123 View Post
I already have wpa_supplicant configured aand this line in /etc/rc.conf
Code:
ifconfig_bge0="DHCP"
sshd_enable="YES"
No this line will bring up your wired ethernet connection on boot, not the wifi.


Quote:
Originally Posted by bsth123 View Post
edit: as root when I try to modify loader.conf says it's unwritable
Does it exist...?

Code:
% ls /boot/loader.conf
 
Old 03-27-2017, 09:10 AM   #65
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
It exists. I already checked. i googled but couldn't find anything. I was showing my broadcom wired connection as an example. Thanks
 
Old 03-27-2017, 09:44 AM   #66
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
If it exists, it can be modified by root. (hint: root can hose the whole system)
 
Old 03-27-2017, 11:38 AM   #67
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I figured out the problem. In freebsd you cannot su to root by default. The answer is supposed to be to add wheel to user but that's never worked for me. So you have to boot into single user mode. I forgot that the partition had to be mounted first. Anyway I read the link and carefully followed your instructions with no luck. The other thing is that /boot/loader.conf was empty until I added those lines. But I read the documentation and since everything is working fine I left it alone.

I'm very familiar with root and I know that rm -rf is one command I will never use. I may be new but I read a lot.

Last edited by bsth123; 03-27-2017 at 11:57 AM.
 
Old 03-27-2017, 12:15 PM   #68
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi. https://www.linuxquestions.org/quest...ml#post5685940
 
Old 03-27-2017, 05:06 PM   #69
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Hi jamison. I confess I didn't read the whole thread because it was so long but maybe you can briefly explain why you posted the link.

Thanks
 
Old 03-28-2017, 02:37 AM   #70
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by bsth123 View Post
I figured out the problem. In freebsd you cannot su to root by default. The answer is supposed to be to add wheel to user but that's never worked for me. So you have to boot into single user mode.
It does work, I can assure you. You will need to log out and log back in for group memberships to take affect however.
Quote:
Originally Posted by bsth123 View Post
Anyway I read the link and carefully followed your instructions with no luck.
This doesn't give a lot to go on...
Quote:
Originally Posted by bsth123 View Post
The other thing is that /boot/loader.conf was empty until I added those lines. But I read the documentation and since everything is working fine I left it alone.
It's normal for it to be empty on a new install. So it's working now then?!
 
Old 03-28-2017, 02:43 AM   #71
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
A netinst is great for any hardware and on old why sacrifice, go stretch/sid... imho.

Last edited by jamison20000e; 03-28-2017 at 02:45 AM.
 
Old 03-28-2017, 05:49 AM   #72
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cynwulf View Post
It does work, I can assure you. You will need to log out and log back in for group memberships to take affect however.

This doesn't give a lot to go on...

It's normal for it to be empty on a new install. So it's working now then?!
Unfortunately not. I've quadruple checked and more and everything is correct. I think that maybe it might have a bad chipset because it should work. I ordered a wireless dongle that according to my research should work. As far as the other I meant that I had read the link you provided and did everything accordingly. Thanks

Jamisom I appreciate it but as I've said repeatedly this was all about the learning process and I've learned a lot.
 
Old 03-28-2017, 07:59 AM   #73
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
Quote:
Originally Posted by bsth123 View Post
Unfortunately not
listen to >>> http://www.linuxquestions.org/questi...ml#post5689146

:hattip :
 
Old 03-28-2017, 08:23 AM   #74
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I have debian on my new laptop. Unfortunately some people don't understand even though I've stated repeatedly I'm not looking for easy.
 
Old 03-29-2017, 03:37 PM   #75
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
well ... then install Gentoo : https://gentoo.org/

period !

next ! !
 
  


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 Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:10 AM.

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