| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
is NOT a PC/Mac
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
|
Open Console and enter this command
Code:
sudo pppoeconf If u select the option to start dataone automatically then it will start during the boot. Otherwise, enter Code:
pon dsl-provider Code:
poff -a Thanks rahimveron, I overlooked sudo as I am always in superuser mode. Last edited by debsuvra; 04-04-2008 at 08:29 PM. |
|
|
|
|
#3 (permalink) |
|
Married!
Join Date: Apr 2007
Location: Calcutta
Posts: 1,515
|
^ Use
Code:
sudo pppoeconf
__________________
topdocumentaryfilms.com |
|
|
|
|
#4 (permalink) | |
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Quote:
[Tutorial] Configuring an Always On DataOne on gnu/Linux
__________________
Do what you will; but not because you must. -- Zen Quote |
|
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
make sure ur lan interface is up(eth0).u can see that by running "ifconfig" in terminal.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#7 (permalink) |
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,019
|
Am I the only person who uses an always on connection
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often" |
|
|
|
|
#8 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
You must be using bridged mode.
And you definitely aren't the only one using always on connection, not even in BSNL users out here
__________________
http://www.bash.org/?258908 |
|
|
|
|
#13 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
can you open a terminal and post the output of the command
Code:
ifconfig you can select the output from the terminal using left mouse button pressed.no need to upload screenshots .
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#14 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
I had the same prob in linux mint,
configure ur connection via the network settings, Use these commands:- (Must be root) sudo sudo ifconfig eth0 192.168.1.10 sudo route add default gw 192.168.1.1 Then type 192.168.1.1 in ur browser and make the authentication mode "AUTO" in WAN settings. |
|
|
|
|
#15 (permalink) | |
|
is NOT a PC/Mac
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
|
Quote:
He is using PPPoE/PPPoA mode as he gets connected whenever he starts the router. In Bridge Mode, user has to start a connection using appropriate commands from the OS. |
|
|
|
|
|
#16 (permalink) |
|
Broken In
Join Date: Oct 2007
Posts: 141
|
Hello prakash, this is terminal output of ifconfig command.
eth1 Link encap:Ethernet HWaddr 00:00:00:1A:73:99 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:10 eth130 Link encap:Ethernet HWaddr 00:00:6C:4E:0C:2B inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::200:6cff:fe4e:c2b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:122 errors:0 dropped:0 overruns:0 frame:0 TX packets:167 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:71475 (69.7 KB) TX bytes:21446 (20.9 KB) Interrupt:19 Base address:0x6000 I have tried conf as suggested by rahul. but still not working. I am using netgear router. So its IP is 192.168.0.1 |
|
|
|
|
#17 (permalink) |
|
In The Zone
Join Date: Nov 2007
Posts: 438
|
Im not sure which one of them is your NIC
,OK, try this:- sudo sudo ifconfig eth1 192.168.1.10 sudo route add default gw 192.168.1.1 If this also doesnt work, instead of "1" in "eth1" substitute "130" in its place and try. |
|
|
|
|
#18 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^do u have your router configured for always ON broadband?
then, you should add "sudo route add default gw 192.168.0.1" try! what do u do in window$?do u have to dial from windows to connect to broadband? OR when u boot into window$,it is already connected to internet?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#19 (permalink) |
|
Broken In
Join Date: Oct 2007
Posts: 141
|
yes i have configured my router to always on mode. Currently i am connected to it via Wi fi mode. i have tried to add default GW as netgear IP, it shows me this error
madworld@Madworld:~$ sudo route add default gw 192.168.0.1 SIOCADDRT: File exists. I dont need to dial anything as it is a router. when i start router and my lappy, i get connected automatically. |
|
|
|
|
#20 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
...then try:
Code:
sudo /etc/init.d/dhcdbd restart Code:
ping 76.162.89.197
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#21 (permalink) |
|
Broken In
Join Date: Oct 2007
Posts: 141
|
Thanks praka for the gr8 help, the above command works for me. can u please explain what does this command do.
Now i want to use net by using wifi the below is the output of command madworld@madworld:~ lspci -v 00:00.0 RAM memory: nVidia Corporation Unknown device 0547 (rev a2) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: <access denied> 00:01.0 ISA bridge: nVidia Corporation Unknown device 0548 (rev a2) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0 00:01.1 SMBus: nVidia Corporation Unknown device 0542 (rev a2) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: 66MHz, fast devsel, IRQ 10 I/O ports at 3080 [size=64] I/O ports at 3040 [size=64] I/O ports at 3000 [size=64] Capabilities: <access denied> 00:01.2 RAM memory: nVidia Corporation Unknown device 0541 (rev a2) Flags: 66MHz, fast devsel 00:01.3 Co-processor: nVidia Corporation Unknown device 0543 (rev a2) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11 Memory at f6200000 (32-bit, non-prefetchable) [size=512K] 00:02.0 USB Controller: nVidia Corporation Unknown device 055e (rev a2) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17 Memory at f6486000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> 00:02.1 USB Controller: nVidia Corporation Unknown device 055f (rev a2) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16 Memory at f6489000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 00:04.0 USB Controller: nVidia Corporation Unknown device 055e (rev a2) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17 Memory at f6487000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> 00:04.1 USB Controller: nVidia Corporation Unknown device 055f (rev a2) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16 Memory at f6489400 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 00:06.0 IDE interface: nVidia Corporation Unknown device 0560 (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8] [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1] [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8] [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1] I/O ports at 30c0 [size=16] Capabilities: <access denied> 00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22 Memory at f6480000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> 00:08.0 PCI bridge: nVidia Corporation Unknown device 0561 (rev a2) (prog-if 01 [Subtractive decode]) Flags: bus master, 66MHz, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=64 Memory behind bridge: f6100000-f61fffff Capabilities: <access denied> 00:09.0 IDE interface: nVidia Corporation Unknown device 0550 (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 18 I/O ports at 30f0 [size=8] I/O ports at 30e4 [size=4] I/O ports at 30e8 [size=8] I/O ports at 30e0 [size=4] I/O ports at 30d0 [size=16] Memory at f6484000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> 00:0a.0 Ethernet controller: nVidia Corporation Unknown device 054c (rev a2) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 19 Memory at f6488000 (32-bit, non-prefetchable) [size=4K] I/O ports at 30f8 [size=8] Memory at f6489c00 (32-bit, non-prefetchable) [size=256] Memory at f6489800 (32-bit, non-prefetchable) [size=16] Capabilities: <access denied> 00:0c.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=04, subordinate=05, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: f2000000-f3ffffff Prefetchable memory behind bridge: 00000000f0000000-00000000f1ffffff Capabilities: <access denied> 00:0d.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Memory behind bridge: f6000000-f60fffff Capabilities: <access denied> 00:12.0 VGA compatible controller: nVidia Corporation Unknown device 0531 (rev a2) (prog-if 00 [VGA]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20 Memory at f5000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (64-bit, prefetchable) [size=256M] Memory at f4000000 (64-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at 50000000 [disabled] [size=128K] Capabilities: <access denied> 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Flags: fast devsel Capabilities: <access denied> 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map Flags: fast devsel 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller Flags: fast devsel 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control Flags: fast devsel Capabilities: <access denied> 02:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, medium devsel, latency 64, IRQ 5 Memory at f6100000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> 02:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, medium devsel, latency 64, IRQ 7 Memory at f6100800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 02:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, medium devsel, latency 64, IRQ 11 Memory at f6100c00 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 02:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, medium devsel, latency 64, IRQ 11 Memory at f6101000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 02:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12) Subsystem: Hewlett-Packard Company Unknown device 30cf Flags: bus master, medium devsel, latency 64, IRQ 11 Memory at f6101400 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02) Subsystem: Hewlett-Packard Company Unknown device 1375 Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at f6000000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Last edited by maddy_in65; 12-04-2008 at 09:35 AM. Reason: Automerged Doublepost |
|
|
|
|
#23 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
this should help you
https://help.ubuntu.com/community/WifiDocs |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Dataone In Linux | Raaza | Open Source | 1 | 02-06-2007 05:33 PM |
| How to check DataONE usage in Linux | choudang | Open Source | 5 | 19-09-2006 11:45 PM |
| Help Needed To Configure Dataone One Linux | ashwinkumar | Open Source | 5 | 20-12-2005 04:04 PM |
| Dataone on LINUX | cool_dude_prav | Open Source | 13 | 11-06-2005 04:29 PM |