Author Topic: nspire Linux Questions  (Read 134838 times)

0 Members and 1 Guest are viewing this topic.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #150 on: November 28, 2012, 09:18:57 am »
look, about the error from set i do this " vi /etc/network/interfaces"

and this is the output :

Configure Loopback
auto lo
iface lo inet loopback
~
~
~
~
~
~
~
~
~
~
~
~
- /etc/network/interfaces 1/4 25%

do i have to change something in there? o.O



hey vogt!!! last kernel worked nice

look

iwconfig

wlan0    IEEE 802.11bg  ESSID: lol
            Mode: Managed     frequency :2.412 GHz    Acces point: 00:21:91:4C:32:88
                 bit rate= 1mb/s      tx-power =20dBm
           retry long limit : 7    RTS thr:off      Fragment thr:off
                        Encryption key off
                        Power management: On
                        link quality= 70/70     Signal level=-23dBm
         Rx invalid nwid:0     Rx invalid crypt:0      Rx invalid frag:0
         Tx excessive retries:0       invalid misc:0       missed beacon:0

:DD
but wait, when input dhclient wlan0  to set ip adress works fine but when i go to links still host not found...
do i have to configure links?
when i ping 192.168.0.1
i have an error: ping:sendto: network is unreachable

so close!! XD
Regards,
PD: i love you vogt :3

EDIT (Eeems): Merged double post
« Last Edit: November 28, 2012, 10:56:38 am by Eeems »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #151 on: November 28, 2012, 10:57:02 am »
bit rate = 1mb/s is way too slow, when my laptop has only 1mb/s, network isn't working at all.
Maybe should should get closer to your AP.
"Encryption key off": You said you were using WEP?
 After dhclient post output of ifconfig.
If the network is still unreachable, try "ifconfig wlan0 inet 192.168.0.40"
You'll have no DNS but "ping 192.168.178.0.1" should work.
You can insert
Code: [Select]
auto wlan0
iface wlan0 inet dhcp
into /etc/network/interfaces.
« Last Edit: November 28, 2012, 10:59:39 am by Vogtinator »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: nspire Linux Questions
« Reply #152 on: November 28, 2012, 10:57:27 am »
look, about the error from set i do this " vi /etc/network/interfaces"

and this is the output :

Configure Loopback
auto lo
iface lo inet loopback
~
~
~
~
~
~
~
~
~
~
~
~
- /etc/network/interfaces 1/4 25%

do i have to change something in there? o.O
http://www.washington.edu/computing/unix/vi.html
/e

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #153 on: November 28, 2012, 11:18:04 am »
ifconfig output (after dhclient)
TX packets:6    errors:0 dropped: 0 overruns:0 carrier:0
    collisions:0  txquelen:0
RX bytes :450 (450.0 B)  Tx Bytes  450 (450.0 B)

Link encap: Ethernet  HWaddr 68:7F:74:6A:45:4D
inet addr: 192.168.0.40 Bcast   192.168.0.255
Mask 255.255.255.0
Up broadcast RUNNING MULTICAST   MTU:1500  Metric:1

Rx packets:34   errors:0   dropped:4   overruns:0     frame:0
Tx packets:3   errors:0   dropped:0   overruns:0     carrier:0
collisions:0 txquelen:0
RxX bytes : 4152  (4.0Kib)     TX Bytes (1086)  (1.0Kib)


err, i accidentally double posted many times....




sorry, auto: command not found
« Last Edit: November 28, 2012, 11:23:13 am by noobnonin banned »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #154 on: November 28, 2012, 11:20:12 am »
You have an ip, pinging should work.
But why "noobnonin banned"?

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #155 on: November 28, 2012, 11:27:36 am »
If the network is still unreachable, try "ifconfig wlan0 inet 192.168.0.40"
You'll have no DNS but "ping 192.168.178.0.1" should work.

it works... its pinging  


« Last Edit: November 28, 2012, 11:46:47 am by noobnonin banned »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #156 on: November 28, 2012, 11:46:20 am »
If you read my post, you should insert it into /etc/network/interfaces, not execute it..

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #157 on: November 28, 2012, 11:58:43 am »
i cant modify it, when i press dw and erase and then type with i what i want when im closing with zz it doesnt saves....

does this influences with my last problem of connections?? this file? .....

btw i still have bit rate 1MB/s ... how can i change that?

Regards,
« Last Edit: November 28, 2012, 12:01:45 pm by noobnonin banned »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #158 on: November 28, 2012, 11:59:23 am »
May be, but you can also use nano if you don't want to fiddle with vim.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #159 on: November 28, 2012, 12:02:22 pm »
errr.... in noob language?

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #160 on: November 28, 2012, 12:02:46 pm »
Use nano instead of vim.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #161 on: November 28, 2012, 12:08:02 pm »
ok done :D
now? xd

i ping google.com
ping: bad adress ´google.com´


o.O now when i boot it automatically raises the wifi dongle xd
« Last Edit: November 28, 2012, 12:13:42 pm by noobnonin banned »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #162 on: November 28, 2012, 12:09:20 pm »
Think.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: nspire Linux Questions
« Reply #163 on: November 28, 2012, 12:14:52 pm »
 *.* :w00t: :banghead: ??? ??? ??? ??? ??? :w00t: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t:

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: nspire Linux Questions
« Reply #164 on: November 28, 2012, 01:18:04 pm »
When it boots, you can set an ip, but without link you won't be able to do anything.
You have to connect to your network again.