LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   is there any error with this (https://www.linuxquestions.org/questions/linux-newbie-8/is-there-any-error-with-this-393681/)

TeamStrike 12-16-2005 04:22 PM

is there any error with this
 
why can i connect to internet using the wireless network card. when i enter iwconfig in console i get follwoing message. is there problem connecting to Ap or what?

Code:

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0    IEEE 802.11b+/g+  ESSID:"STA074A56"  Nickname:"acx100 v0.2.0pre8"
          Mode:Auto  Frequency:2.412 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate=54 Mb/s  Tx-Power=15 dBm  Sensitivity=1/3
          Retry min limit:7  RTS thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0  Missed beacon:0

sit0      no wireless extensions.


J_K9 12-16-2005 04:34 PM

It looks like your card has been recognised - but may I suggest that you read this excellent tutorial on wireless networking in Linux? It would help you learn a lot more about the whole process.

But, if you cannot be bothered to do that, then get yourself a nifty little tool like wlassistant.


-jk

XavierP 12-16-2005 05:24 PM

Did you run (as root) dhcpcd wlan0?

TeamStrike 12-16-2005 05:48 PM

Quote:

Originally Posted by J_K9
It looks like your card has been recognised - but may I suggest that you read this excellent tutorial on wireless networking in Linux? It would help you learn a lot more about the whole process.

But, if you cannot be bothered to do that, then get yourself a nifty little tool like wlassistant.


-jk


i have quick question how do you open tar.bz2 files?

TeamStrike 12-16-2005 05:52 PM

Quote:

Originally Posted by XavierP
Did you run (as root) dhcpcd wlan0?

I have set it up as dhcp but in ubuntu linux you have to create a account and pw to finilize the installation. i ahve only one account and i am using it so it must be admin account.

J_K9 12-16-2005 05:55 PM

No - the user created in Ubuntu is not the root account, because Ubuntu opts for a more secure method of administration - sudo. Therefore, run "sudo dhcpcd wlan0" (and type in your password after that), and it will run it as root(/admin).

-jk

TeamStrike 12-16-2005 06:05 PM

i have quick question how do you open tar.bz2 files?

JimBass 12-16-2005 07:29 PM

I would suggest
Code:

man tar
But the easy answer is to add the j modifier to the tar command. like such:

Code:

tar -jxvf filename.tar.bz2
Peace,
JimBass


All times are GMT -5. The time now is 04:49 AM.