Fedora :: Connecting To Internet Using N Series In F11?
Nov 3, 2009
I have been through a lot of posts and was still unable to connect to the internet using wvdial utility after doing all the changes. I being a newbie to this operating system, didn't know how to get started. After going through a lot of posts, I came across an application that is going to be a part of Fedora 12 called ' blueman '. It is used to connect to the internet using a gprs enabled phone via bluetooth. It integrates itself with Network Manager making it even more easier to use. To install it type the following commands in the terminal:
su
Type in your password and hit enter. Then type
yum install blueman
The application is only 575kb and will install instantly.And after a reboot fedora will show an applet related to that application. Open it and click search to list all available devices and select your phone and then select bond to pair your phone with your computer ( if it isn't already). After bonding right click your phone and select serial ports>dial up service. this will make the gprs/edge/3G connection to appear in network manager and selecting it will connect your computer to the internet.
This was the bluetooth way. If you want to connect through USB, just plug in your phone and select PC Suite mode in your phone. The fedora installation will automatically detect your phone as a modem and the connection will appear in the network manager.
This works on all N series Nokia phones and also most other phones as well.
View 2 Replies
ADVERTISEMENT
Nov 12, 2010
I have a problem with the latest Fedora. Installed it cleanly on a machine with Gigabyte H55M-S2 with Intel Core i3. There seems to be no sound and I checked to see if anything is muted but is not. The manual says that the sound chip is ALC888B so this could be the first problem. Any ide how I can make it work? Here is a dump of some things on my system.
Code: [weaz ~]$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
[weaz ~]$ uname -a
Linux EarthwormJim 2.6.35.6-48.fc14.i686 #1 SMP Fri Oct 22 15:34:36 UTC 2010 i686 i686 i386 GNU/Linux
[code].....
View 6 Replies
View Related
Feb 9, 2010
I just installed Ubuntu 9.10 and its great. However when I connect to the internet at home it shows that the connection has been established but I still cant connect to the internet. My flatmates are all able to connect. However, I am able to connect from work both wirelessly and through an ethernet cable.
View 2 Replies
View Related
Apr 15, 2010
I'm using ADSL modem (not router) and I can't connect to internet. The network manager and the pppoe-setup command doesn't work. So I'm asking some of the experienced users of fedora 12 to help me setup my connection.
Details: ADSL modem with pppoe connection (working fine on win xp)
View 4 Replies
View Related
Jan 7, 2011
This past fall, I formatted my hard drive and put fedora 12 on. Worked fine until my old hard drive decided to die. During the last few days of dying Fedora stopped being able to connect to my Linksys Wireless G router(I'm hard wired), or detect any connections. I just assumed this was the hard drives fault.
Now, I have a new WD hard drive with Fedora 14 on it and still cannot connect to the internet. I fear worst case scenario would be my ethernet port is dead but I wouldnt know how to detect that. I thought that it might be a problem of drivers also but couldnt find anything on this subject.
[Code]...
View 8 Replies
View Related
Mar 4, 2009
I recently set up a network of computers via Ethernet, all of which use Fedora 10. I would like to be able to get any computer on the network to hook up to the internet.(I think the solution is now figured out - see below, on page 2, "problem solved")
View 14 Replies
View Related
Mar 27, 2009
How can I connect laptop to internet using GPRS enabled Phone?
Phone is Nokia 6600 slide. And laptop(Dell) has F10 installed.
View 7 Replies
View Related
Dec 16, 2010
I have installed Fedora 14 on my laptop And trying to use MTS MBlaze Mobile BroadBand Connection And its a USB MODEM in order to use usb modem I am using use 3 packages ie
1. usb_modeswitch
2. usb_modeswitch_data
3. wvdial
Its connecting when i Dial using wvdial as below
root@Athreyasa Athreyasa]# wvdial
--> WvDial: Internet dialer version 1.61
--> Cannot get information for serial port.
--> Initializing modem.
[code]....
After connecting i am getting ip as 180.215.44.134 gateway as 10.212.64.1 but if i try to browse the Internet using firefox it says no server found error.I tried to ping [URL] and its not pinging after connecting. nslookup also fails against [URL]however if i ping any of the ip that i am getting while connecting it is pinging Also disabled the firewall and selinux is set to disable just in case to check something else is blocking but no luck
View 7 Replies
View Related
Dec 3, 2009
I am trying to connect my desktop to the internet via my Linksys wireless usb WUSB11v2.8 adapter. My network showed up in the Network manager as soon as I installed Fedora and it asked for my network key, but it still doesn't connect. It just keeps asking.I was reading that possibly the driver is not compatible with the OS. I heard about RPMs and the ndiswrapper program that supposedly is supposed to help with compatibility issues so I went and installed both via a direct ethernet connection.
I guess my question is now since I have these programs, what else do I need and how do I go about completing the installation? I pretty much need to be baby stepped by step into how to do this including the best place to install the software, what files do I need, and where and how if I even need to get my device's chipset.
View 14 Replies
View Related
Sep 28, 2010
I recently installed F13 on my Toshiba Satellite C650. It has a buggy ACPI which no linux distro till date supports. I got that covered though. But my problem is that the ethernet port works only if the kernel is >=2.34. But F13 came with 2.33.
I do not have an access to a wireless network. Please tell me how to update the kernel without connecting to internet directly. I am new to Fedora. I have been using Ubuntu for some time and this can be achived in ubuntu by downloading the DEB packages and dependencies.
View 14 Replies
View Related
Jul 24, 2010
I am using pidgin messenger. Its not connecting properly as our Internet is blocked by a firewall. Can we do something so that it works properly
View 5 Replies
View Related
May 24, 2010
i have to grep a series say 98782 from a group by series in a file ,how can i grep the series.
View 6 Replies
View Related
Apr 8, 2010
I've been doing some security testing in a lab environment that does not have direct internet access. From home to connect to my lab machine, I
1. SSH to machineA.
2. SSH from machineA to machineB
where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB.I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.
1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345
where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either. I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy.how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried
>export http_proxy="http://localhost:12345"
(yum.conf) proxy="http://localhost:12345"
View 8 Replies
View Related
Mar 26, 2011
I've reinstalled Slackware 4 times today because of things I've messed up along my way, after upgrading the linux kernel I've had issues with getting back to desktop, so I'm on a clean slate right now with the exception of installing wicd. I need help since wireless is not working.. My wireless worked fine out of the box with Ubuntu,I don't understand why it is not working now... Using Slackware 13.1, Kernel 2.6.33.4
Code:
bash-4.1# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
[code]....
View 13 Replies
View Related
Jan 16, 2011
I just want to use Internet Connection Sharing (ICS) to connect to the internet. I have done a massive amount of troubleshooting, but some of it seems to contradict itself, and the only two things that I know for sure are that it used to work, and that my Ethernet cable is not the problem. When I use Terminal utilities like ifup and dhclient it seems that it can not determine IP information, but when I try to put it in manually, the "Apply" button grays out right after I finish typing it in. When I try to connect normally, in KDE or GNOME, the icon acts like it's connecting, then instead of having the connected icon, I receive a notification that "the network has been disconnected", and it goes back to the disconnected icon.
Oh, and by the way, I know that I could probably find a workaround, but I have limited resources, and this used to work. The Linux is a Dell desktop with Fedora 12 and the Windows is a Windows 7 HP laptop.EDIT: I hope that I didn't mess something up, but I accidentally used system-network-config to try putting in the IP address there, and ended up changing it back to the original settings, but the computer is now calling it Auto Ethernet in the taskbar icon, although sudo iwconfig in the terminal still calls it eth0.
View 7 Replies
View Related
Jul 3, 2010
I created a Live CD with Ubuntu 10.4 Desktop, in which everything seems to work except Firefox, or internet connections in general. I've tried several other Linux distros with the same results. The DSL modem is on and working (USB Westell Wirespeed duel connect modem), works with Windows XP (native OS on this computer) but not with this live cd.
Ive been inside the network manager, and have only one connection setup which is DSL and automatically connect. But when it looks for a connection, none is found (the tab on the upper right corner of the desktop with the exclamation mark).
The live cd connects at work, but it's through a server and connected to that via ethernet, so that's a completely different setup.
I've seen countless other instances of connectivity issues, and it all seems to involve hours of testing, command line editing, and other things that more often than not produce no results.
View 8 Replies
View Related
Mar 31, 2011
I would like to connect a PC (it has no white IP) through Internet. It's possible to create tunnel with SSH, but I need more easy way. May be there is some service exists (like TeamViewer), so people can just run simple command on that PC?
View 3 Replies
View Related
Aug 16, 2010
Am not able to browse on Linux 5.please provide me step by step procedure to config internet on my Linux 5
View 3 Replies
View Related
Jul 24, 2011
Is it possible to connect to the internet through Wi-Fi on a Red Hat Linux 5 system?
View 6 Replies
View Related
Sep 7, 2010
i have installed linux 13 OS from a CD and i have it all working now but am a bit stuck on how to connect to the internet.
View 14 Replies
View Related
Mar 10, 2010
How to find out the series (i series or z series)in redhat enterprise linux
If I give uname -a it gives
Linux hostname 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
Does this mean that my server is in i series as it says i386..?
View 5 Replies
View Related
Jan 19, 2010
I'm running Ubuntu 9.10 Live CD and I can't connect to the internet. I click on System --> Preferences --> Network connections and under the tab DSL I click Add. After i fill the information I click to connect to the new connection and after a while it shows me a baloon which says "Wired network: Disconnected - you are now offline".
View 1 Replies
View Related
Jun 16, 2010
A few months back my previous computer went west and I've only just got a replacement, and having had enough of Windoze to last me a lifetime, I decided on Linux and and selected Ubuntu, keeping the Internet account current in the interim with a couple of topups done from Internet cafes. Problem. I'm on mobile broadband, Virgin to be exact. The machine recognizes the modem; the Virgin icon is plainly visible on the desktop, but that's as far as it goes, I simply can't connect, though I think the machine is trying to.I set up a mobile broadband connection and I've edited it every whichaway, but to no avail. It's only Basic though, I haven't tried Advanced. Should I try Advanced, and while I'm at it, what else could causing my problems?
View 4 Replies
View Related
Sep 27, 2010
I'm having a problem connecting to the Internet on my gNewSense installation. My Internet works fine through Ubuntu and Windows, but not through gNewSense, is there anyway of fixing this?
View 2 Replies
View Related
Oct 19, 2010
connecting 10.04 to the internet via dongle, the dongle in question is orange and I think is pay as you go. The computer a brand new laptop loads the 10.04 disc and the mobile connection is there but I do not know how to put it together.
View 2 Replies
View Related
Mar 23, 2011
I have chrome an it works fine, but firefox wont load any pages, just white and blank. For Chrome I have been using putty and a plugin called switchy to use internet through another computer and may have messed firefox up when trying to install a similar plugin. I uninstalled all plugins and still had the problem. I then tried:
sudo apt-get remove --purge firefox
and then re downloaded the new firefox 4.
View 1 Replies
View Related
Aug 19, 2011
I have just installed Ubuntu and I'm having trouble connecting to the Internet. I have a wireless USB adapter that worked while I was using Vista, but now it doesn't.
View 5 Replies
View Related
May 12, 2010
I have CentOS 5.4 installed. Now I'm trying to install Xen with out connecting to Internet (I have any driver for modem, so I search on Inernet only from Windows). All I have are 7 installation disks. First I done was to find kind of some add/remove programs wizard but it needed connection to Inernet. Second I try was to find Xen rpm on all disks and install it. But I fell on some dependency of some dependency. Third I attempted was to boot from first disk and do upgrade, but also it was unsuccessfully... So my question is: is there some way to install Xen from CentOS installation disks with out network?
View 8 Replies
View Related
Jul 29, 2010
I am trying to connect to Internet using Wavecome modem with Airtel GPRS connection. I am able to successfully connect and browse the Internet using wvdial. But if I use pppd, I am getting the error message as "LCP Terminated by peer".
The exact error I am getting is pasted below.
[root@pscu1320 ppp]# pppd call gprs-wavecom
GPRS modem init: press <ctrl>-C to disconnect
Wakeup Modem
[Code].....
View 1 Replies
View Related
Jan 31, 2010
So I've been trying to install OpenSUSE on my laptop. The installation went smoothly and then the trouble comes: connecting to the internet. It seems that every time I run a KDE based distro, I have trouble connecting. I've done everything I can think of (which wasn't much): I've run the YaST and tried setting it up that way. I've tried using the terminal and iwconfig to no avail.
View 1 Replies
View Related