Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

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.


Closed Thread
 
LinkBack (1) Thread Tools Display Modes
Old 05-12-2007, 12:11 AM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Alpha Geek Banned
 
bikdel's Avatar
 
Join Date: May 2007
Location: Dharan, Nepal
Posts: 579
Angry openSUSE modem configuration...


Hi guys... surry for the trouble im gonna give.

anyways i tried out november's openSUSE 10.3 which was bundled...
i could install it easily, though a few(2~3 mb total) components gave an error and had to skip them.


Then while configuring hardware, i was surprised it detected my modem..
It is Smartlink SL2800. It was recognised as Smartlink Linmodem. I went on with default settings.

now the thing is that there is no Dial Up Program .. WTH.. i searched for Kinternet and could not find it at all!! I use KDE. dont know if Gnome and XFCE have there own dialers.

then i thought my modem was configured wrong. Fired up YaST and checked. WTH!!! It says Not configured. And then its writen press configure to set up ur modem... hell there is no configure button at all !!!

what is this? I have Linux Drivers of my modem. But dont have a clue how to install them. They are in ".gz" format. Dont know which distro was it made for.

can you guys help me sort it out? also is there a dial up program that i can use? If it is not there then can i download it in another computer and install it on my Linux??

Plx help, without internet linux is not really useful to me.
__________________
I'm not a GEEk, i still use Windows!
bikdel is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-12-2007, 12:34 AM   #2 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

*Open YaST->NetworkDevices->Modem like you did earlier
*Select your modem and click edit to configure it
*save you configuration by clicking finish
*Install Kinternet, it is there on your 10.3 DVD. Use YaST->Software Management or see i586 folder in the DVD for kinternet-0.75-154.i586.rpm. If you are going to install manually I suggest you first install kdeadmin from your YaST to make it easy for you. After that, simply right click on kinternet-0.75-154.i586.rpm and select install with KPackage Manager. KInternet will be installed.
*Then go to Yast/System/System Services and enable smpppd, if it is disabled on your system
*Press Alt F2, type konsole and press enter, type kinternet at prompt and press enter and be patient. You will see a small KInternet icon near your system clock. Right click on it to configure

Hope this helps
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 05-12-2007, 12:39 AM   #3 (permalink)
Alpha Geek Banned
 
bikdel's Avatar
 
Join Date: May 2007
Location: Dharan, Nepal
Posts: 579
Default Re: openSUSE modem configuration...

@nucleuskore

thanx
but i dont have the DVD right now.... Though I have the whole 4.1 GB ISO..

can i use the Image as a Virtual DVD Drive ??
bikdel is offline  
Old 06-12-2007, 08:02 PM   #4 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

Yes you can. To mount an ISO as a Virtual Drive there are two ways of doing it:
Method 1: (I am feeling geeky)
1.Create a mount point for the iso image. How to do this? Press Alt and F2, and type
kdesu konsole
and press enter

Key in the root password and press enter

Type

mkdir /mnt/iso

and press Enter
This command will make a directory called iso (mkdir-get it ) in /mnt folder.

2. Mount the iso. Type the following command

mount -o loop -t iso9660 filename.iso /mnt/iso

and press Enter
In the place of filename.iso you have to give th ename of the OpenSuSE iso.
For example
mount -o loop -t iso9660 openSUSE-10.3-GM-DVD-i386.iso /mnt/iso

You will now be able to browse to /mnt/iso using Konqueror file manager and browse the dvd.

Method 2: (I am feeling lucky)
Lucky to be using Open SuSE
1. Download KIso from here
2. Press Alt and F2, type kdesu konsole and press Enter. key in your root password and press Enter. Now browse to where your file is. If you do not know how to browse in shell try this method. Open Home using Konqueror or by clicking on the icon in the taskbar. Browse to where you saved Kiso. In the konqueror toolbar in that folder, click on Tools-> open terminal. Type su and press enter. Give the root password and press enter.
3. Install Kiso with the following command
rpm -ihv kiso-0.8.3-6.3.i586.rpm
and press Enter
If typing kiso-0.8.3-6.3.i586.rpm intimidates you (long long name), just type kiso and press the tab key once. It will auto complete for you. This is a feature of the linux shell, which can be used if you are in the same folder.
You will see the install progress. Press Ctrl and D to close the shell (konsole).
4. Right click on ANY iso image (suse in your case)->Actions->Kiso->Mount as virtual drive

You will see the mounted cd/dvd icon on your desktop, which you can browse

After you finish, to unmount, Right click on the iso image (the original one,not the one on your desktop!)->Actions->Kiso->Unmount virtual drive
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 10-12-2007, 06:33 PM   #5 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

Any feedback you leave will be helpful for other users bikdel. Were you able to solve your problem or not
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 13-12-2007, 10:49 AM   #6 (permalink)
Alpha Geek Banned
 
bikdel's Avatar
 
Join Date: May 2007
Location: Dharan, Nepal
Posts: 579
Default Re: openSUSE modem configuration...

Okay.. sorry wasnt online due to work ..

Now the feedback is...

The components that did not get installed due to bad installation media were...

Kinternet
SMPPD Module
(whatever)

Pretty much like i didnt have the prime tools i needed for dial up connection

Apart from your way NucleusKore,
I had windows with me...
From within windows I Extracted the rpms needed for those two programs from the ISO using WinRAR

Then I booted into opensuse and installed those RPMs
(Later I also tried your Method 1 to mount ISO. It worked. )
After a reboot, I fired up YaST and enabled smppd from the running services console...


I then launched kinternet. In the system try i got an icon. I right-clicked on it. There was aan option DIAL. I clicked on it. Nothing happened. The thing did not dial at all. I dont even think it accessed my Modem. And so I am stuck with not being able to connect to internet.

Also I could not figure out how to install drivers. I Don't know how to install Nvidia FX 5200 drivers or from where to get them. As a result I cannot Use Compiz. I opened up SaX2. It detected my card but also said that 3D Mode isnt available.

EDIT: Also I use ECS P4M800 M Motherboard with Via Chipset and Realtek Ac97 Audio... I am not getting sound from my PC in Suse. I used Amarok to play MP3s and it can play it but i hear nothing. No sound from my PC using suse.

So i end up with prettymuch nothing. I hope you guys can help me out.

regards
bikalp
__________________
I'm not a GEEk, i still use Windows!

Last edited by bikdel; 13-12-2007 at 11:00 AM.
bikdel is offline  
Old 13-12-2007, 12:42 PM   #7 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default Re: openSUSE modem configuration...

I don't exactly remember but there is a very good dailer in KDE called kppp
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318

GNUger was here.... Grrr....

Maah! Blog
http://brightedges.blogspot.com/
anantkhaitan is offline  
Old 13-12-2007, 05:31 PM   #8 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

Please see my posts again above.

*Open YaST->NetworkDevices->Modem like you did earlier
*Select your modem and click edit to configure it
*save you configuration by clicking finish
*Then go to Yast/System/System Services and enable smpppd, if it is disabled on your system
*Press Alt F2, type konsole and press enter, type kinternet at prompt and press enter and be patient. You will see a small KInternet icon near your system clock. Right click on it to configure
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"

Last edited by NucleusKore; 13-12-2007 at 05:37 PM.
NucleusKore is offline  
Old 13-12-2007, 11:34 PM   #9 (permalink)
Alpha Geek Banned
 
bikdel's Avatar
 
Join Date: May 2007
Location: Dharan, Nepal
Posts: 579
Default Re: openSUSE modem configuration...

Quote:
Originally Posted by NucleusKore
Select your Modem and click edit to configure it
Configured it...

how to know that your modem configuration is correct? If something goes wrong?

I have that kinternet icon but nothing else... what to configure by right clicking on it?...

regards
bikalp
__________________
I'm not a GEEk, i still use Windows!
bikdel is offline  
Old 14-12-2007, 12:16 AM   #10 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

Well to be honest I do not remember, I did it for a friend some time back. Was there a place to put your user name and password when you configured your modem? If so you have to set up your ISP there - username password. Your connection will then automatically appear in your KInternet. You just have to right click, connect and it starts dialing
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 14-12-2007, 12:22 AM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: openSUSE modem configuration...

@bikdel:are u able to connect to net?then when net is connected open a terminal(konsole) and run "/sbin/ifconfig" without quote.most prolly ppp0 is ur device.
if u havent connected yet,try in root terminal: "adsl-connect" or "pppoe-connect".
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 14-12-2007, 07:15 AM   #12 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: openSUSE modem configuration...

@Praka he has a smart link modem not broadband

1. Install kinternet and KPPP from Yast
2. Start Yast and go to Network Devices/Modem. You should see your modem listed.
3. Choose Edit and click next enter your ISP's phone number, your username, etc
4. Optional, set idle time out to 0 so you won't be disconnected after a period of non-activity
5. No need to configure mail
6. When you exit, you'll see a lightning bolt in the lower right portion of the taskbar. Click it once to start dialing and it should connect
7. If you have problems connecting, right click the lightning bolt and choose "view log" to see what happened
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 14-12-2007, 10:55 AM   #13 (permalink)
Alpha Geek Banned
 
bikdel's Avatar
 
Join Date: May 2007
Location: Dharan, Nepal
Posts: 579
Default Re: openSUSE modem configuration...

Quote:
Originally Posted by NucleusKore
@Praka he has a smart link modem not broadband

1. Install kinternet and KPPP from Yast
2. Start Yast and go to Network Devices/Modem. You should see your modem listed.
3. Choose Edit and click next enter your ISP's phone number, your username, etc
4. Optional, set idle time out to 0 so you won't be disconnected after a period of non-activity
5. No need to configure mail
6. When you exit, you'll see a lightning bolt in the lower right portion of the taskbar. Click it once to start dialing and it should connect
7. If you have problems connecting, right click the lightning bolt and choose "view log" to see what happened
thanks, that pretty much sums it up but then again if you select a different dewvice ID/location (whatever) then wont it make a difference???

anyways i'll try out and come back..
__________________
I'm not a GEEk, i still use Windows!
bikdel is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/74884-opensuse-modem-configuration.html
Posted By For Type Date
ZTE MF100 openSUSE forum This thread Refback 01-08-2010 11:40 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some help regarding openSUSE timemachine Open Source 2 05-12-2007 11:11 AM
Smartlink 2800 chipset modem on opensuse 10.3 bibjee Open Source 2 14-11-2007 10:53 AM
CDs for OpenSUSE nishant_nms Open Source 3 18-12-2005 01:42 AM
Internal Modem Driver or Configuration Procedure navneeth_snr Open Source 1 21-07-2005 10:08 PM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2