Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: What was wrong with the web browsers

  1. #1
    Member registered user
    Join Date
    Jun 2003
    Location
    Hong Kong
    Posts
    49

    What was wrong with the web browsers

    Hi all folks,

    I have been trying to connect to Internet via broadband without success,
    a simple setup but a hard time to me.

    Now I started to connect to my ISP with KPPP via an external modem, a
    really modem. Connection was made showing time running. But still I
    could not connect to Internet.

    I have tried both Mozilla and Konqueror. The browser started without
    problem but clicking the URL such as www.yahoo.com, www.google.com, etc.
    showed finally website not found.

    Kindly advise what was wrong with my browser. Thanks in advance.

    Also Kmail could not send and receive mails after setup. I have
    previous knowledge on setting up email software on RH Linux without
    problem.

    B.Regards

  2. #2
    Member registered user
    Join Date
    Jun 2003
    Posts
    73

    nameservers?

    What happens if you open up a terminal window and do this:
    Code:
    ping 216.239.36.10
    If it works that means that something is wrong with your nameserver. You will probably have to look in your /etc/resolve.conf and look for something like this:
    Code:
    nameserver 666.666.666.666
    . If you don't have something like that in there that could cause the problem.

    What is wrong with your broadband? That would be the preferred way to get online.

  3. #3
    Member registered user
    Join Date
    Jun 2003
    Location
    Hong Kong
    Posts
    49
    Hi,

    Thanks for your advice.

    I am testing the Knoppix CD on a RH 8.0 machine with 2 ethernet cards installed, working without problem. It took me several days to find a solution connecting to Internet without solution. The ISP is the same. Both ethernet cards have been detected. Broadband cable is connected to eth 1

    I also treid disable "ACPI" on BIOS

    Following is my further test per your advice;

    As ROOT
    # ifconfig ppp0
    ppp0 Link encap:Point-to-Point Protocol
    inet addr:203.78.92.9 P-t-P:203.78.85.88 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:64 (64.0 b) TX bytes:97 (97.0 b)

    # sudo ifconfig
    eth0 Link encap:Ethernet HWaddr 00:50:FC:6C:70:F7
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:0 (0.0 b) TX bytes:3780 (3.6 KiB)
    Interrupt:11 Base address:0xf000

    eth1 Link encap:Ethernet HWaddr 00:50:FC:39:3B:59
    inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1249 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1206 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:99370 (97.0 KiB) TX bytes:137593 (134.3 KiB)
    Interrupt:11 Base address:0x1000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:6 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:300 (300.0 b) TX bytes:300 (300.0 b)

    ppp0 Link encap:Point-to-Point Protocol
    inet addr:203.78.92.9 P-t-P:203.78.85.88 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:64 (64.0 b) TX bytes:97 (97.0 b)

    ]# ping 216.239.36.10
    PING 216.239.36.10 (216.239.36.10): 56 data bytes
    Hanging

    I also tried to stop "iptables" without solution

    # /etc/init.d/iptables stop
    Aborting iptables load: unknown ruleset, "inactive".

    # /etc/init.d/iptables start
    Aborting iptables load: unknown ruleset, "active".

    B.Regards

  4. #4
    Member registered user
    Join Date
    Jun 2003
    Posts
    73

    Any Errors?

    Hmmmm. When you did the ping what device were you using (do you know)? One possible problem I see is that both your ethX cards are trying to use the same IRQ. Something tells me this is not normal but if it was working in RedHat that is different. IP Tables should not be blocking all your traffic but it was good thinking to try and stop it. What are the contents of your /etc/resolv.conf after connecting to your dial-up provider? Could you do a dmesg or less /var/log/messages and see if there are any errors or clues in there? Also does KPPP give anything insightful?

  5. #5
    Member registered user
    Join Date
    Jun 2003
    Location
    Hong Kong
    Posts
    49
    Hi,

    Thanks for your response.

    I made a test by removing one ethernet card but problem still existed, unable connecting to Internet

    TEST
    =====
    After connecting to ISP

    # plog
    No response

    # ping www.yahoo.com
    Hanging

    # cat /var/log/messages
    Only an empty file. It is rather strange.

    # dmesg
    It is a rather big file. I am not going to post the complete content here only making following selection considered to be interested

    Error found
    1) usbdevfs: remount parameter error

    2) FAT error
    FAT: Did not find valid FSINFO signature.
    ....
    ...
    8139too Fast Ethernet driver 0.9.26
    eth0: RealTek RTL8139 Fast Ethernet at 0xe145f000, 00:50:fc:6c:70:f7, IRQ 11
    eth0: Identified 8139 chip type 'RTL-8139C'
    eth1: RealTek RTL8139 Fast Ethernet at 0xe1461000, 00:50:fc:39:3b:59, IRQ 11
    eth1: Identified 8139 chip type 'RTL-8139C'
    Via 686a/8233/8235 audio driver 1.9.1-ac2
    via82cxxx: Six channel audio available
    PCI: Setting latency timer of device 00:11.5 to 64
    ...
    ....
    WARNING: MFS mounting is ineffective until openMosix is configured.
    Adding </mfs> as DFSA entry #1
    eth1: Setting half-duplex based on auto-negotiated partner ability 0000.
    eth1: Setting half-duplex based on auto-negotiated partner ability 0000.
    eth1: Setting half-duplex based on auto-negotiated partner ability 0000.
    eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
    CSLIP: code copyright 1989 Regents of the University of California
    PPP generic driver version 2.4.2
    PPP BSD Compression module registered
    PPP Deflate Compression module registered

    # cat /etc/resolv.conf
    nameserver 203.78.64.137
    nameserver 203.78.64.138

    (that is a dynamic IP assigned by the ISP)

    I could not test KPPP on this machine because I have not setup its winmodem for Knoppix.


    I have tested the Knoppix CD on another PC also running RH 8.0 with 2 ethernet cards. The same problem was found, unable to connect to Internet. ISP and router are the same.

    I have tested KPPP there, connected to ISP, time counter running but unable to connect to Internet.

    Whether Knoppix CD is unable to work on ADSL?

    B.Regards

  6. #6
    Junior Member
    Join Date
    Jun 2003
    Posts
    9
    disable the eth connection by "/etc/init.d/network stop"
    or add the default route via ppp0
    whenever u want to dial u should stop the eth first

  7. #7
    Member registered user
    Join Date
    Jun 2003
    Location
    Hong Kong
    Posts
    49
    Hi ipc,

    Thanks for your response.

    Sorry, still failed

    As ROOT
    /etc/init.d/networking stop
    Deconfiguring network interfaces ... done

    Started to connect ISP

    Tried both Mozilla and Konqueror. Unable to connect to Internet


    Also tried connecting ISP first and then stop eth. Still failed

    B.Regards

  8. #8
    Member registered user
    Join Date
    Jun 2003
    Posts
    73

    Don't stop networking after dialing

    If you dial up and then do /etc/init.d/networking stop it will bring the ppp connection down as well too. Make sure you start ppp after doing the /etc/init.d/networking stop.

    One of your problems seems to be with the ethernet cards. Both are using the same module and IRQ. I think that is causing a conflict, but you should still be able to dial-out if you remove one of those cards (even so that shouldn't affect ppp unless your modem is also using one of the same IRQ resources).

    What type of modem do you have? Is it fully supported by linux? Is the module loaded if it needs one? I'm a bit stumped to be honest, but I have only done dial-up with an ACM complient USB modem on Linux.

    Also if you have one of those ethernet cards removed try using rp-pppoe with Knoppix. I believe it comes on the CD. Are there any ppp related messages in your dmesg? Odd that your /var/log/messages is empty. What about /var/log/kern? Anything in /var/log/pppstatus?

  9. #9
    Member registered user
    Join Date
    Jun 2003
    Location
    Hong Kong
    Posts
    49
    Hi MorskNorsk,

    Thanks for your response.

    One ethernet card removed permanently for testing Knoppix CD

    Further test result is as follows;

    AS ROOT
    # /etc/init.d/networking stop
    Deconfiguring network interfaces... done.

    # rp-ppp0e
    -su: rp-ppp0e: command not found
    # rp-pppoe
    -su: rp-pppoe: command not found
    # rp_pppoe
    -su: rp_pppoe: command not found
    # rp-pppo
    -su: rp-pppo: command not found
    root@ttyp0[root]# rp-ppp0
    -su: rp-ppp0: command not found

    Started to connect ppp
    Internet -> connect -> ADSL..

    shell-pppstatus
    continue running and receiving packets

    # plog (no response)
    # ifconfig ppp0
    ppp0 Link encap:Point-to-Point Protocol
    inet addr:203.78.94.67 P-t-P:203.78.85.88 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:64 (64.0 b) TX bytes:97 (97.0 b)

    ]# dmesg
    Linux version 2.4.21-rc7-openmosix (root@trustno1.42.be) (gcc version 2.95.4 200
    11002 (Debian prerelease)) #12 SMP Sun Jun 8 18:19:32 CEST 2003
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
    BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
    BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
    BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    511MB LOWMEM available.
    On node 0 totalpages: 131056
    zone(0): 4096 pages.
    zone(1): 126960 pages.
    zone(2): 0 pages.
    Kernel command line: ####################### =/etc/init lang=us apm=power-off hd
    a=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 in
    itrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=vmlinuz
    ide_setup: hda=scsi
    ide_setup: hdb=scsi
    ide_setup: hdc=scsi
    ide_setup: hdd=scsi
    ide_setup: hde=scsi
    ide_setup: hdf=scsi
    ide_setup: hdg=scsi
    ide_setup: hdh=scsi
    Local APIC disabled by BIOS -- reenabling.
    Found and enabled local APIC!
    Initializing CPU#0
    Detected 1396.773 MHz processor.
    Console: colour dummy device 80x25
    Calibrating delay loop... 2785.28 BogoMIPS
    Memory: 513656k/524224k available (1778k kernel code, 10184k reserved, 628k data
    , 132k init, 0k highmem)
    Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
    Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
    Mount cache hash table entries: 512 (order: 0, 4096 bytes)
    Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 256K (64 bytes/line)
    CPU: After generic, caps: 0183fbff c1c7fbff 00000000 00000000
    CPU: Common caps: 0183fbff c1c7fbff 00000000 00000000
    Enabling fast FPU save and restore... done.
    Checking 'hlt' instruction... OK.
    Checking for popad bug... OK.
    POSIX conformance testing by UNIFIX
    mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
    mtrr: detected mtrr type: Intel
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 256K (64 bytes/line)
    CPU: After generic, caps: 0183fbff c1c7fbff 00000000 00000000
    CPU: Common caps: 0183fbff c1c7fbff 00000000 00000000
    CPU0: AMD Athlon(tm) processor stepping 04
    per-CPU timeslice cutoff: 731.81 usecs.
    SMP motherboard not detected.
    enabled ExtINT on CPU#0
    ESR value before enabling vector: 00000000
    ESR value after enabling vector: 00000000
    Using local APIC timer interrupts.
    calibrating APIC timer ...
    ..... CPU clock speed is 1396.7595 MHz.
    ..... host bus clock speed is 266.0494 MHz.
    cpu: 0, clocks: 2660494, slice: 1330247
    CPU0<T0:2660480,T1:1330224,D:9,S:1330247,C:2660494 >
    Waiting on wait_init_idle (map = 0x0)
    All processors have done init_idle
    PCI: PCI BIOS revision 2.10 entry at 0xfb450, last bus=1
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    PCI: Using IRQ router default [1106/3099] at 00:00.0
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    VFS: Diskquotas version dquot_6.4.0 initialized
    vesafb: framebuffer at 0xd8000000, mapped to 0xe080d000, size 12288k
    vesafb: mode is 1024x768x16, linelength=2048, pages=0
    vesafb: protected mode interface info at c000:c800
    vesafb: scrolling: redraw
    vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    Detected PS/2 Mouse Port.
    pty: 256 Unix98 ptys configured
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
    Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    VP_IDE: IDE controller at PCI slot 00:11.1
    VP_IDE: chipset revision 6
    VP_IDE: not 100% native mode: will probe irqs later
    VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci00:11.1
    ide0: BM-DMA at 0xdc00-0xdc07, BIOS settings: hdaMA, hdbio
    ide1: BM-DMA at 0xdc08-0xdc0f, BIOS settings: hdcMA, hddMA
    hda: ST340016A, ATA DISK drive
    hdc: SAMSUNG CD-R/RW SW-240B, ATAPI CD/DVD-ROM drive
    hdd: SONY CD-ROM CDU5221, ATAPI CD/DVD-ROM drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    ide1 at 0x170-0x177,0x376 on irq 15
    hda: attached ide-disk driver.
    hda: host protected area => 1
    hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63
    ide-cd: passing drive hdc to ide-scsi emulation.
    ide-cd: passing drive hdd to ide-scsi emulation.
    hdc: attached ide-scsi driver.
    hdd: attached ide-scsi driver.
    Partition check:
    hda: hda1 hda2 hda3
    Promise Fasttrak(tm) Softwareraid driver 0.03beta: No raid array found
    Highpoint HPT370 Softwareraid driver for linux version 0.01-ww1
    No raid array found
    No raid array found
    No raid array found
    Guestimating sector 78164335 for superblock
    driver for Silicon Image(tm) Medley(tm) hardware version 0.0.1: No raid array fo
    und
    SCSI subsystem driver Revision: 1.00
    scsi0 : SCSI host adapter emulation for IDE ATAPI devices
    Vendor: SAMSUNG Model: CD-R/RW SW-240B Rev: R403
    Type: CD-ROM ANSI SCSI revision: 02
    Vendor: SONY Model: CD-ROM CDU5221 Rev: 0.35
    Type: CD-ROM ANSI SCSI revision: 02
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
    sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.12
    sr1: scsi3-mmc drive: 40x/40x cd/rw xa/form2 cdda tray
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 4096 buckets, 32Kbytes
    TCP: Hash tables configured (established 32768 bind 3276
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    RAMDISK: Compressed image found at block 0
    Freeing initrd memory: 472k freed
    VFS: Mounted root (ext2 filesystem).
    NCR53c406a: no available ports found
    aec671x_detect:
    spurious 8259A interrupt: IRQ7.
    scsi: <fdomain> Detection failed (no card)
    GDT: Storage RAID Controller Driver. Version: 2.05
    GDT: Found 0 PCI Storage RAID Controllers
    megaraid: v1.18f (Release Date: Tue Dec 10 09:54:39 EST 2002)
    megaraid: no BIOS enabled.
    DC390: 0 adapters found
    Failed initialization of WD-7000 SCSI card!
    cdrom: open failed.
    cdrom: open failed.
    cdrom: open failed.
    ISO 9660 Extensions: Microsoft Joliet Level 3
    kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
    kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
    ISO 9660 Extensions: RRIP_1991A
    cloop: Welcome to cloop v0.68
    cloop: /cdrom/KNOPPIX/KNOPPIX: 28263 blocks, 65536 bytes/block, largest block is
    65562 bytes.
    cloop: loaded (max 1 devices)
    ISO 9660 Extensions: RRIP_1991A
    Freeing unused kernel memory: 132k freed
    Real Time Clock Driver v1.10e
    apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
    Linux Kernel Card Services 3.1.22
    options: [pci] [cardbus] [pm]
    Intel PCIC probe: not found.
    Databook TCIC-2 PCMCIA probe: not found.
    unloading Kernel Card Services
    usb.c: registered new driver usbdevfs
    usb.c: registered new driver hub
    usb-uhci.c: $Revision: 1.275 $ time 18:37:21 Jun 8 2003
    usb-uhci.c: High bandwidth mode enabled
    usb-uhci.c: USB UHCI at I/O 0xe000, IRQ 11
    usb-uhci.c: Detected 2 ports
    usb.c: new USB bus registered, assigned bus number 1
    hub.c: USB hub found
    hub.c: 2 ports detected
    usb-uhci.c: USB UHCI at I/O 0xe400, IRQ 11
    usb-uhci.c: Detected 2 ports
    usb.c: new USB bus registered, assigned bus number 2
    hub.c: USB hub found
    hub.c: 2 ports detected
    usb-uhci.c: USB UHCI at I/O 0xe800, IRQ 11
    usb-uhci.c: Detected 2 ports
    usb.c: new USB bus registered, assigned bus number 3
    hub.c: USB hub found
    hub.c: 2 ports detected
    usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
    usbdevfs: remount parameter error
    hub.c: new USB device 00:11.2-1, assigned address 2
    usb.c: USB device 2 (vend/prod 0x5fe/0x11) is not claimed by any active driver.
    mice: PS/2 mouse device common for all mice
    usb.c: registered new driver hiddev
    usb.c: registered new driver hid
    input0: USB HID v1.00 Mouse [Cypress Sem. PS2/USB Browser Combo Mouse] on usb1:2
    .0
    hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
    hid-core.c: USB HID support drivers
    Serial driver version 5.05c (2001-07-0 with MANY_PORTS SHARE_IRQ SERIAL_PCI IS
    APNP enabled
    ttyS00 at 0x03f8 (irq = 4) is a 16550A
    ttyS01 at 0x02f8 (irq = 3) is a 16550A
    parport0: PC-style at 0x378 [PCSPP,TRISTATE]
    parport0: irq 7 detected
    8139too Fast Ethernet driver 0.9.26
    eth0: RealTek RTL8139 Fast Ethernet at 0xe145f000, 00:50:fc:39:3b:59, IRQ 11
    eth0: Identified 8139 chip type 'RTL-8139C'
    Via 686a/8233/8235 audio driver 1.9.1-ac2
    via82cxxx: Six channel audio available
    PCI: Setting latency timer of device 00:11.5 to 64
    ac97_codec: AC97 Audio codec, id: ALG16 (ALC200/200P)
    via82cxxx: board #1 at 0xEC00, IRQ 12
    Linux agpgart interface v0.99 (c) Jeff Hartmann
    agpgart: Maximum main memory to use for agp memory: 439M
    agpgart: Detected Via Apollo Pro KT266 chipset
    agpgart: AGP aperture is 128M @ 0xd0000000
    FAT: Did not find valid FSINFO signature.
    Found signature1 0x0 signature2 0x0 sector=1.
    Directory 1: bad FAT
    Filesystem panic (dev 03:01).
    FAT error
    FAT: Did not find valid FSINFO signature.
    Found signature1 0x0 signature2 0x0 sector=1.
    FAT: Did not find valid FSINFO signature.
    Found signature1 0x0 signature2 0x0 sector=1.
    Directory 1: bad FAT
    Filesystem panic (dev 03:01).
    FAT error
    FAT: Did not find valid FSINFO signature.
    Found signature1 0x0 signature2 0x0 sector=1.
    Adding Swap: 1044216k swap-space (priority -1)
    eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
    eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
    WARNING: MFS mounting is ineffective until openMosix is configured.
    Adding </mfs> as DFSA entry #1
    openMosix configuration changed: This is openMosix #514 (of 1 configured)
    openMosix #514 is at IP address 192.168.2.2
    CSLIP: code copyright 1989 Regents of the University of California
    PPP generic driver version 2.4.2
    PPP BSD Compression module registered
    PPP Deflate Compression module registered


    # sudo ifconfig
    eth0 Link encap:Ethernet HWaddr 00:50:FC:39:3B:59
    inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:77 errors:0 dropped:0 overruns:0 frame:0
    TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:9414 (9.1 KiB) TX bytes:12253 (11.9 KiB)
    Interrupt:11 Base address:0xf000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:6 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:300 (300.0 b) TX bytes:300 (300.0 b)

    ppp0 Link encap:Point-to-Point Protocol
    inet addr:203.78.94.67 P-t-P:203.78.85.88 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:64 (64.0 b) TX bytes:97 (97.0 b)

    # cat /var/log/messages (empty file)
    # cat /var/log/kern.log (empty file)
    # ping www.yahoo.com
    Hanging

    Still could not connect to Internet.

    # lsdev
    Device DMA IRQ I/O Ports
    ------------------------------------------------
    0320-0323 0350-0353
    8139too d800-d8ff
    cascade 4 2
    dma 0080-008f
    dma1 0000-001f
    dma2 00c0-00df

    eth0 11
    floppy 2 6 03f2-03f5 03f7-03f7
    fpu 00f0-00ff
    ide0 14 01f0-01f7 03f6-03f6 dc00-dc07
    ide1 15 0170-0177 0376-0376 dc08-dc0f
    keyboard 1 0060-006f
    Lucent d000-d007 d400-d4ff
    PCI 0cf8-0cff
    pic1 0020-003f
    pic2 00a0-00bf
    Realtek d800-d8ff
    rtc 8 0070-007f
    serial 02f8-02ff 03f8-03ff
    timer 0 0040-005f
    usb-uhci e000-e01f e400-e41f e800-e81f
    vesafb 03c0-03df
    VIA dc00-dc0f e000-e01f e400-e41f e800-e81f ec00-ecff
    via82cxxx 12
    via82cxxx_audio ec00-ecff

    I could not test KPPP on this machine because its winmodem (an internal modem, built on board) has not been setup.

    B.Regards

  10. #10
    Member registered user
    Join Date
    Jun 2003
    Posts
    73

    Winmodem?

    Sorry, I slipped back to my redhat days. Read the second post by Stephen here. That should tell you howto setup DSL.

    I see you have a Lucent modem, but you mention winmodem. Have you had it working in RedHat before? Do you know what module it used? What about any ppp log files in /var/log?

    Other than that I'm stumped

Page 1 of 2 12 LastLast

Similar Threads

  1. OK~ what am i doing wrong..
    By mikejn1 in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 11-29-2004, 02:42 PM
  2. Where did I go wrong ...
    By Mic Q in forum General Support
    Replies: 3
    Last Post: 10-16-2004, 10:21 AM
  3. http opens 2 browsers
    By Dreamofgilgamesh in forum General Support
    Replies: 1
    Last Post: 09-29-2004, 08:15 PM
  4. Don't see what I am doing wrong
    By Jera in forum Hdd Install / Debian / Apt
    Replies: 12
    Last Post: 07-17-2004, 07:53 AM
  5. Browsers open nothing when not logged in as root
    By Raj in forum General Support
    Replies: 1
    Last Post: 02-16-2003, 12:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM LSI SAS9220-8i M1015 46M0861 SAS/SATA PCI-e RAID Controller Both brackets picture

IBM LSI SAS9220-8i M1015 46M0861 SAS/SATA PCI-e RAID Controller Both brackets

$139.00



LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



XDHXT DELL PERC H710P 6Gbps 1GB PCI RAID CONTROLLER 0XDHXT picture

XDHXT DELL PERC H710P 6Gbps 1GB PCI RAID CONTROLLER 0XDHXT

$59.00



HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039 picture

HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039

$129.99



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$35.96



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$86.99



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5

Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5"/3.5" SATA HDD SSD

$142.49



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99