The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com



BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Connection of SUN to internet and to PC younics UNIX for Dummies Questions & Answers 0 11-14-2005 10:12 PM
solaris internet connection qqq UNIX for Dummies Questions & Answers 7 05-08-2005 10:35 AM
Internet Connection via Lan una SUN Solaris 2 02-03-2005 11:14 AM
setting up internet connection!! souldier UNIX for Advanced & Expert Users 1 10-25-2001 04:05 PM
Unix Internet Connection kdelph IP Networking 14 04-19-2001 09:12 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-18-2009
dubbio123 dubbio123 is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 2
Internet connection with PC BSD

Hi friends!
I have got an Acer laptop. in one of the partion's I have got PC BSD installed. I am new UNIX user coz first I was using Windows, so I am still learning it. I only know few commands, and I find it very interesting.
Unfrtunately, when I log into PC BSD, I can't connect to the internet. What shall I do?

dubbio123
  #2 (permalink)  
Old 01-19-2009
thenrie thenrie is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 7
Not enough info to diagnose. What hardware do you have? Wireless or LAN? What kind? What version of PCBSD? Security settings? Have you tried the PCBSD forum? They have a "Knowledge Base" with a lot of that kind of stuff for newbies. Go to the command line and type "dmesg" and <enter> and you should be able to figure out what kind of hardware your system has on it. You can get more info about your LAN or wireless card by entering "ifconfig". That may get you started.

Tony

Last edited by thenrie; 01-19-2009 at 01:49 AM.. Reason: added info
  #3 (permalink)  
Old 02-23-2009
zer0sig zer0sig is offline
Registered User
  
 

Join Date: Feb 2009
Location: high ground
Posts: 3
if you're running wireless and trying to connect to an unencrypted network, try this in your /etc/rc.conf

ifconfig_ath0="up"

you would replace ath0 with your detected wifi device (try dmesg |less for this) - you can try rebooting, or /etc/rc.d/netif restart to get it to latch on once you do this. for a WEP network, try (/etc/rc.conf again)

ifconfig_ath0="ssid SSID wepmode mixed weptxkey 1 wepkey KEY DHCP"

where SSID is, that's right, your ssid and KEY is your WEP key. use 0x at the beginning of the key for hex or nothing preceding for ascii.

to retry your device connection, try this simple script:

#!/bin/sh
rm /var/db/dhcli*lease*ath0
ifconfig ath0 down
ifconfig ath0 up
dhclient ath0


if these answers don't help, it's time to read the freebsd handbook. check out /usr/share/doc/en/books/handbook and look for the network-wireless chapter.

best of luck.
  #4 (permalink)  
Old 02-23-2009
dubbio123 dubbio123 is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 2
Quote:
Originally Posted by zer0sig View Post
if you're running wireless and trying to connect to an unencrypted network, try this in your /etc/rc.conf

ifconfig_ath0="up"

you would replace ath0 with your detected wifi device (try dmesg |less for this) - you can try rebooting, or /etc/rc.d/netif restart to get it to latch on once you do this. for a WEP network, try (/etc/rc.conf again)

ifconfig_ath0="ssid SSID wepmode mixed weptxkey 1 wepkey KEY DHCP"

where SSID is, that's right, your ssid and KEY is your WEP key. use 0x at the beginning of the key for hex or nothing preceding for ascii.

to retry your device connection, try this simple script:

#!/bin/sh
rm /var/db/dhcli*lease*ath0
ifconfig ath0 down
ifconfig ath0 up
dhclient ath0


if these answers don't help, it's time to read the freebsd handbook. check out /usr/share/doc/en/books/handbook and look for the network-wireless chapter.

best of luck.

Thank you very much brother/sister. The information you gave is detailed. I will try to do so. Thank u again.
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:00 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0