Ubuntu Networking :: Configure OS Version 9.1 Laptop To Vwork With Device

Jan 19, 2010

I have a Netgear wgps606 wireless print server with a 4 port switch. My question is how do I configure my ubuntu 9.1 laptop to vwork with this device.

View 6 Replies


ADVERTISEMENT

Networking :: Configure The Wireless (broadcom) On Laptop - Arch Networking Completely Gone

May 15, 2011

I until yesterday when trying to configure the wireless (broadcom) on my laptop could browse the internet and install packages normally. but now none of the connections are working

[Code]....

View 2 Replies View Related

Networking :: Configure A CDC Ethernet Device ( A 4g USB Dongle)

Oct 2, 2010

I have a usb 4G dongle which has stated no linux support in australia from vividwireless.

The flip flop part does not exist for me in the sense I can not see the cd autorun files so I downloaded the files off the net and put them in my wine directory

I attempted to run the exe file thru wine but whether I try graphical or command line....it defaults to a graphical dialog box....I click on English...installer then shows the dialog box for the welcome screen ...then I click on next and the screen shows for a nanosecond the user agreement but exits with no log etc.

2) so in linux here is the info

Code:
Bus 001 Device 020: ID 12d1:380b Huawei Technologies Co., Ltd. but when I press lsusb again....that info disappears....hmmm

ok so

Code:
Oct 3 06:42:35 sid rsyslogd: [origin software="rsyslogd" swVersion="4.6.4" x-pid="1435" x-info="http://www.rsyslog.com"] rsyslogd was HUPed, type 'lightweight'.
Oct 3 07:00:15 sid kernel: usb 1-8: new high speed USB device using ehci_hcd and address 3

[Code]....

View 9 Replies View Related

Networking :: RHEL5 - How To Configure Wireless On Laptop

Nov 13, 2010

in RHEL5 I want to configure wireless on my laptop but after many procedures followed none of them worked? how to do it? my laptop is HP520

View 4 Replies View Related

CentOS 5 Networking :: Unable To Configure Wireless On Laptop?

Oct 30, 2010

I have a desktop and a laptop. I have Netgear WGR614v9 Wireless Router connected to my desktop. Since my Laptop is pretty old I also bought a Netger Wireless Adapter for the sme model. Now when I connect the Wireless Adapter I am unable to connect to Wi-fi. I am new to Linux, after googling I ran "lsusb" command and it showed Netgear Wireless adapter and its version. Also in GUI when I open File Browser it also shows the Adapter detected but I am unable to connet the same to my router. Also the blue light on the adapter is not glowing.

View 6 Replies View Related

Ubuntu Installation :: Upgrade From Desktop Version To Laptop Version?

Jul 18, 2011

I have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.

Q1. Is there any way by which I can upgrade it to laptop version?

Q2. What are the differences between both?

View 1 Replies View Related

Networking :: Unable To Configure The Network Card Because The Kernel Device Is Not Present

Jan 28, 2010

I have installed Linux SuSE 10.3 on a PC (Lenovo Thinkstation A58). However, when I start the computer I get the following error message:

"No valid Host_ID or host-name found."

I then use YaST to set up the network. I get the following error message:

"Unable to configure the network card because the kernel device is not present."

The computer has Windows 7 installed and everything seems to work fine. The LED on the Ethernetplug is blinking when using Windows, but not when using Linux. I guess this means that there is no driver for the Ethernet card (Marvell Yukon 88E8057). I have not found any driver for the card and am considering buying a new one. Which PCI card works with SuSE Linux 10.3?

View 1 Replies View Related

Networking :: Unable To Configure Wireless Network On Dell Laptop And Oracle System / Fix It?

May 26, 2010

I am a first time Linux user - though I've Unix and Windows experience. So though I can follow your most tech instructions, I'll need some hand-holding.

Need help getting my wireless network to work on my newly installed Oracle Linux on Dell laptop.

Not sure what wireless card is installed, or it's mac address (though I can boot into windows and get that info, I don't want to - it'll be kind of a let down if I can't fix it all thru Linux).

Install has detected a Broadcom wired card, but not the wireless. Funny thing is that it detected the Bluetooth.

View 3 Replies View Related

Installation :: Best Ubuntu Version For Pentium III , 256 MB Laptop?

Apr 16, 2011

Trying to revive a Compaq Evo Pentuim III 1066 MHz laptop with 256mb of RAM.
Which ubuntu version will it best support?

View 9 Replies View Related

Ubuntu :: Jajuk Not Opening The Configure Device

Jan 31, 2011

I tried to find an answer through searching the web and this forum, but there doesn't seem to be anyone who encountered this problem: I installed jajuk on ubuntu and it is working just great, apart from the fact that I can't get to the 'Configure device' window.Tried it through the Configuration Perspective (Devices View), there rightclicking on the icon of my device and selecting 'configure device', but nothing happens. I tried the same in the Files Perspective, where you can also get the right-click menu to select 'configure device' from. But to no avail.

Is this problem known, or does anybody know a workaround?(for example: also the 'New device' button in Devices View doesn't work, but I can work around it by using the Device Wizard) It seems to be a ubuntu/linux specific problem, as on my Mac, jajuk works fine.

View 2 Replies View Related

Red Hat / Fedora :: How To Configure USB To TTL Device

Sep 12, 2010

I have a USB CDC device that I want to use in Fedora 13.I have a USB to TTL converter that I want to use to connect a GPS with TTL output to my PC, since this PC does not have a serial port. I am running windows7 Ultimate, Fedora 13 and WinXp. The converter uses an FTDI chip.When I connected the device in windows 7 it showed as a USB device. However using the vendor supplied driver enabled it to be treated it as a COM port and I used a vendor supplied terminal to communicate with the device. The device however behaved abnormally and after a reboot stopped working showing an enumeration error.I switched to Fedora 13, where the device showed as /dev/ttyUSB0. I used stty -F /dev/USB0 ispeed 4800 and then cat /dev/ttyUSB0 to communicate with this device. It worked fine. However after a reboot it started behaving weird.

I used dmesg | grep tty and the output showed the device as being connected and disconnected frequently, although I did not disconnect it.lsusb sometimes showed an entry Bus 006 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) ICand at other times showed no such device. I thought there was a problem in the hardware.But then i connected the device to WinXP. It showed up as COM3 in the device manager. I changed the speed to 4800 bps and set flow control to XON/XOFF in the property of COM3. In the Hyperterminal application that ships with WinXp I set 8 bit data and no parity bit. It worked flawlessly. I have to make these settings at every reboot.However I want to use it under Linux (fedora 13). My guess is that if i can somehow set the XON/XOFF and 8 bit data, no parity things it would work fine

View 1 Replies View Related

Hardware :: How To Configure USB To TTL Device

Sep 12, 2010

I have a USB CDC device that I want to use in Fedora 13.

I have a USB to TTL converter that I want to use to connect a GPS with TTL output to my PC, since this PC does not have a serial port. I am running windows7 Ultimate, Fedora 13 and WinXp. The converter uses an FTDI chip.

When I connected the device in windows 7 it showed as a USB device. However using the vendor supplied driver enabled it to be treated it as a COM port and I used a vendor supplied terminal to communicate with the device. The device however behaved abnormally and after a reboot stopped working showing an enumeration error.

I switched to Fedora 13, where the device showed as /dev/ttyUSB0. I used stty -F /dev/USB0 ispeed 4800 and then cat /dev/ttyUSB0 to communicate with this device. It worked fine. However after a reboot it started behaving weird.

I used dmesg | grep tty and the output showed the device as being connected and disconnected frequently, although I did not disconnect it.

lsusb sometimes showed an entry

Bus 006 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC

and at other times showed no such device. I thought there was a problem in the hardware.

But then i connected the device to WinXP. It showed up as COM3 in the device manager. I changed the speed to 4800 bps and set flow control to XON/XOFF in the property of COM3. In the Hyperterminal application that ships with WinXp I set 8 bit data and no parity bit. It worked flawlessly. I have to make these settings at every reboot.

However I want to use it under Linux (fedora 13). My guess is that if i can somehow set the XON/XOFF and 8 bit data, no parity things it would work fine.

View 1 Replies View Related

Ubuntu :: Desktop Version On Laptop - Doesn Not Hibernate?

Jun 12, 2010

i have some problems.. I set the laptop when I close the lid to hibernate and none of them really work. it doesnt "hibernate". the pc is on.. fans are on all lights are on i left it overnight and it got HOT i have to have it "shut down" when i close lid...

View 3 Replies View Related

General :: Install Ubuntu Latest Version In Laptop ?

Mar 18, 2011

Explain me in detail step by step procedure to install ubuntu latest version in laptop.

View 4 Replies View Related

Ubuntu Installation :: On A Laptop - Configure The User Name?

Aug 7, 2011

I'd like to try to sell my old laptop. Although it's unlikely that somebody would like to buy and even more unlikely that this person would like to have Xubuntu on it I still want to do a clean install. The only question is how should I configure the user name. I mean if a buyer would like to keep Xubuntu but change the name how it is done? What do you have when you for example buying a Dell laptop with Ubuntu pre-installed?

View 3 Replies View Related

Fedora Servers :: Configure Ftps On Any Version?

Apr 7, 2010

how to configure ftps server on any version of fedora.

View 3 Replies View Related

CentOS 5 :: Configure The Bluetooth Device Through 5.4?

Dec 16, 2009

I'm using CentOS 5.4 x86_64 on my Dell Inspiron 1440 laptop. How can I configure my bluetooth device through CentOS?

View 5 Replies View Related

Hardware :: Ubuntu Mobile Internet Device On A Laptop?

Apr 6, 2010

install Ubuntu Mobile internet addition on to a P3 (1200Mhz) with 1Gb RAM 40Gb HDD. Im just thinking that i might make this little old laptop run faster.

OR

Do i just stick with Puppy Linux as this is running ok with this hardware?

View 2 Replies View Related

Ubuntu :: Modem - Configure Photon+ Wireless Device In My Desktop

Mar 5, 2011

I have Ubuntu 9.04 in my desktop, I am trying to configure Photon+ wireless device in my desktop, since it is having .exe file i am finding difficulty to configure it( I know .exe will not work) , but i want to know is there any possibility to configure this modem in Ubuntu machine....

View 1 Replies View Related

Networking :: No Rule To Make Target `VERSION', Needed By `gen/version.c' / Fix This Error?

Apr 6, 2011

I am trying to install ns2.1b5 on fedora and I am getting the following error:

No rule to make target `VERSION', needed by `gen/version.c'

View 2 Replies View Related

Ubuntu Installation :: Upgrade From Netbook Remix To Desktop/laptop Version?

Jan 14, 2011

Upgrade from netbook remix to desktop/laptop version?

View 3 Replies View Related

Ubuntu Multimedia :: Connected Terratec H7 DVB-T/DVB-C Into Kernal Version 2.6.38.2 - Make This Device Up And Running

Apr 13, 2011

I connected Terratec H7 DVB-T/DVB-C into ubuntu kernal version 2.6.38.2. How to make this device up and running. I tried installing v4l-dvb but it gave lot of compilation errors. Also i would like to know linux has this device support.

View 1 Replies View Related

Networking :: Default Socket Name And Version In Redhat With Kernal Version 2.4-20-8?

Jun 11, 2009

What is default socket name and version in redhat linux with kernel version 2.4-20-8.

View 1 Replies View Related

General :: What Version Is Better For An Old Dell Inspiron 1501 Laptop

Feb 14, 2011

What Linux version should i get if i want to revive an old laptop? Im talking about a Dell Inspiron 1501, with a Mobile AMD Sempron Processor 3500+789 MHz, 448 MB RAM, running on Windows XP 2002 professional edition.

View 9 Replies View Related

Slackware :: How To Configure External Monitor In Laptop

Sep 6, 2010

I have slackware 13.1 installed on my laptop and use kde.I just bought a new external monitor 1680 X 1050. The laptop's monitor is 1280 X 800. From KDE i configured laptop's screen to be inactive and the external monitor at resolution 1680 X 1050. When i boot and enter KDE both monitors are activated, ican't understand their resolution. Then, just when i enter system configuration-monitor-monitor configuration the laptop's monitor automaticly turns off. Then i configure the external to 1680 X 1050 resolution. This happens every time i have to enter slackware. How to setup my xorg.conf file. You can see it below:

[Code]...

View 14 Replies View Related

Ubuntu Multimedia :: Configure The System So That One Virtual Desktop Is Laptop Lcd And Another The External Lcd ?

Apr 9, 2010

I have a Toshiba laptop with a Intel X3100 graphics card and I'm using a second LCD display with it ( it works ok as an extension to my notebook's display ) My question: is it possible to configure the system so that one virtual desktop is my laptop lcd and another the external lcd ? Mine has a native resolution of 1280x800 and the external one 1280x1024 and I'm running Ubuntu 9.10

View 3 Replies View Related

Debian :: Configure Wireless On Laptop Gateway Mx6931

Oct 4, 2010

I am new in using Debian 5.0, my wireless doesn't work I make a search to know how to do it.
So I open "Terminal"
$ su (press enter)
I wrote the pwd
than when I wrote : # gedit/etc/apt/sources.list
I found this:
bash: gedit/etc/apt/sources.list: No such file or directory

I didn't know what to do, I proceed with: # apt-get install ipw3945 modules-$(uname-r) ipw3945d firmware-ip3945
bash: uname-r: command not found
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ipw3945

View 9 Replies View Related

Server :: Configure Syslog - The Other Device Doesn't Allow You To Change The Facility

Sep 8, 2010

I have a syslog server which is logging locally and also receiving syslogs from another device. The other device doesnt allow you to change the facility. The facility it is using is "4 - security/authorization messages". Is there anyway to configure syslog so that it writes the sec/auth logs in different places for both the local machine and the remote machine?

View 1 Replies View Related

OpenSUSE :: Mount And Recognize IPhone After Connect Device To Laptop Via USB?

Apr 18, 2010

how can I mount my iPhone in Opensuse? after i connect my device to laptop via USB,opensuse doesn't mount it and recognize it at first as a digital camera.

View 3 Replies View Related

General :: Turn Laptop On And The Comp Prepares 2 Boot The OS,a Screen Asking To Choose Which OS Version?

Apr 7, 2011

i've got UBUNTU 10.10 installed on my laptop.After i turn my laptop on and the comp prepares 2 boot the OS,a screen asking me to choose which OS version i'd like 2 select.Now ideally i'd like jst 2 names on dat list namely-Ubuntu and win xp..But I've a host of other options as well like memory testblahblah'safemode'....wotevr....Is this ok 2 have so many OS startup options.Is there a way to get rid of unwanted stuff like changin the BOOT.ini file or in any other way???

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved