Author Topic: Can't Connect To Internet?  (Read 4545 times)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Can't Connect To Internet?
« on: April 22, 2005, 04:37:51 pm »
Got X/Qt with Debian up and running, except for one big problem....
I can't get connected to internet yet...  

I can connect when in Qtopia and can surf OK using NetFront browser....using Socket CF Ethernet card to connect to network.

I do get a message when I start up dillo in aterm window:

Gdk-WARNING**: Locale not supported by C library.
Setting locale to C.....

Then dillo opens up....

When I do try to connect with a webpage, for example;
I get message at bottom of Dillo browser window:

ERROR: Dns can't solve www.google.com

I do see a little tiny black square in lower right corner of iceWM statusbar at bottom of my display that 'pulsates' graphically when it's trying to connect, before I get error message.

Also, I did copy over 'resolv.conf' file to /mnt/card/debroot/etc.....

Do I need to change nameserver shown in that file?

If so, could someone explain what that is or is it the same as one of the items below?

IP Address: xx.xxx.xx.xx (DHCP)

Subnet Mask: 255.255.255.0

DNS Server: xx.xxx.xx.xxx xx.xxx.xx.xxx

Default Gateway: xx.xxx.xx.x

Thanks for any help with this!

Really need to get connect soon!


Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Can't Connect To Internet?
« Reply #1 on: April 22, 2005, 05:31:12 pm »
hmmm
the resolv.conf copy has worked for me.

You are online with netfront...copy over reslov.con, and wile still keeping the connection open in qtopia, you can't connect from debian? Is this correct?

Have you tried ifup from a commandline in debian? (with the network down, of course)

Or have you typed in ifconfig in debian? That might give you useful info.
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Can't Connect To Internet?
« Reply #2 on: April 22, 2005, 05:45:01 pm »
Thanks for your help as always, adf!

Just thought it would be good to make a separate thread as the other was getting so long and this seems like a more specific topic within the overall subject...  

Anyway.....

Quote
hmmm
the resolv.conf copy has worked for me.

You are online with netfront...copy over reslov.con, and wile still keeping the connection open in qtopia, you can't connect from debian? Is this correct?

-Yes, I can get online with NetFront OK.

-I already had copied over 'resolv.conf' to /mnt/card/debroot/etc.

 However, do I keep the nameserver info as is, or do I need to change?

-I keep the connection open in Qtopia, BUT I can't connect from Debain...

Quote
Have you tried ifup from a commandline in debian? (with the network down, of course)

Haven't tried that, but will later....

Quote
Or have you typed in ifconfig in debian? That might give you useful info.

I think I tried that....I think....if I'm correct, I think I got:
ifconfig: not found

or something like that...but will try again later to make sure....


Thanks,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Can't Connect To Internet?
« Reply #3 on: April 22, 2005, 11:46:33 pm »
OK, tried your suggestions....

Tried 'ifup' but don't understand what <ifaces...> it asks for:

Code: [Select]
ifup
Tried 'ifconfig' and got the following:
Code: [Select]
ifconfig Warning: Cannot open /proc/net/dev (No such file or directory). Limited output.
Any suggestions??

Also, what about my previous question about specifying correct nameserver in 'resolv.conf'?

THANKS,

Mark

Quote
hmmm
the resolv.conf copy has worked for me.

You are online with netfront...copy over reslov.con, and wile still keeping the connection open in qtopia, you can't connect from debian? Is this correct?

Have you tried ifup from a commandline in debian? (with the network down, of course)

Or have you typed in ifconfig in debian? That might give you useful info.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Can't Connect To Internet?
« Reply #4 on: April 23, 2005, 01:53:29 am »
Putting in the right nameserver might do it.

you would be doing ifup "whatever your network device is called" --ie wlan0

try --in debian--doing ps -A  (asking for a list of running processes)
debian will tell you to make a link (I think) and tell you exactly how to do it
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Can't Connect To Internet?
« Reply #5 on: April 23, 2005, 10:47:56 pm »
Quote
Putting in the right nameserver might do it.

That did it, adf!

Got online right after that!!

Quote
you would be doing ifup "whatever your network device is called" --ie wlan0

Tried that, got message:
Code: [Select]
Ignoring unknown interface wlan0=wlan0
Quote
try --in debian--doing ps -A  (asking for a list of running processes)
debian will tell you to make a link (I think) and tell you exactly how to do it

Tried that, got message:
Code: [Select]
Error do this: mount -t proc none /proc
#mount -t proc none /proc
Warning: Can't open /etc/fstab: No such file or directory

Decided for better or worse, to press on, since I can get online now....so did
Code: [Select]
#apt-get update
after that finished...
#apt-get upgrade
preconfiguring packages
50MB dowloaded later........

usr/bin/locale: cannot set LC_TYPE to default locale: No such file or directory
usr/bin/locale: cannot set LC_MESSAGES to default locale: No such file or directory
usr/bin/locale: cannot set LC_TYPE to default locale: No such file or directory

Then Debian Config window popped up and got through about 6 items...then I seemed to have
hit wrong key and window closed, think there's still more to go....

Now, I see in aterm window, items are being unpacked then setup and then it goes on to next item.....

So on my way, right???.....  

But if you have any suggestions...Please let me know!

THANKS!!!!

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

perseus

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
Can't Connect To Internet?
« Reply #6 on: June 16, 2005, 01:42:55 am »
Could someone help me connect my wireless card with debian?

I have the same problem as ArchiMark. I cannot get connected. I edited resolv.conf with : nameserver (then my dns numbers).

It still does not work?

I am running cacko 3kb1, C3000, x/qt debian on hdd3 with loop and swap, per meanie's site, asus wireless card.

Thanks.