General :: Multiple USB Wireless Devices?

Aug 25, 2010

I have a broadcom wireless card in my laptop and as far as I know, it acts as an USB device. I also have one USB stick wireless device (TL-WN422G - uses ath9k_htc driver) which I want to use at the same time as the first (Broadcom) device.

The problem is, after I load ath9k_htc - iwconfig does not show the new USB device (the TL-WN422G - wlan1 / ath0 / whatever), but only the old one (wlan0 - Broadcom, checked by MAC).

I tried this USB device (TL-WN422G) on my other computer that has PCI wireless card in it, and they both worked just fine together after I pluged it in... I get wlan0 (Ralink) and wlan1 (TL-WN422G). Is it some kind of a problem for the laptop that both devices are recognized as USB? How do I make wlan1 appear on my laptop?

also, my system is fully up to date 2.6.35 kernel (Arch)

edit: I've already downloaded the needed ar9271.fw from linuxwireless.org and I put it into /lib/firmware - something wrong in that?

dmesg gives me this on laptop:

usb 1-5: new high speed USB device using ehci_hcd and address 9
usb 1-5: ath9k_htc: Firmware - ar9271.fw not found
ath9k_hif_usb: probe of 1-5:1.0 failed with error -22

[Code].....

View 1 Replies


ADVERTISEMENT

Networking :: Ping Multiple Devices Via Multiple NICs?

May 20, 2010

I have an old pentium 3 computer that has ~7 NICs installed. These NICs are attached to modems and other networking equipment. According to the linux ping page on computerhope.com, it seems that one could send a ping from a certain specified NIC. How would one go about this?

View 6 Replies View Related

General :: Download Drivers For Devices Such As Wireless Dongles?

Apr 3, 2010

When you download linux drivers for devices such as wireless dongles, you'll get a folder full of random files that I'm assuming oyu need to compile? How do you install a wireless driver in linux?

View 3 Replies View Related

General :: How To Setup These Devices; Wireless, Cam, Bluetooth And Fingerprint

Apr 9, 2010

I use backtrack 4, but I do not know how to set up my wireless, cam, bluetooth and fingerprint ? my laptop is dell xps m1330

View 1 Replies View Related

Programming :: Mounting Multiple Devices To Root?

May 16, 2010

I'm trying to build a custom setup that requires a flash drive and a CD to both be mounted to root. Applications, boot data, and other static directories are on the CD, while /home, /opt, and /tmp are on the flash drive. Is there a special option I can enter into fstab to allow this? If not, I intend to modify my kernel to allow this, but I'll need to find the sources that control this function.

View 4 Replies View Related

Ubuntu Networking :: Multiple Devices On Single Network

Jan 14, 2010

I've got a co-worker who is trying to connect multiple devices to his wireless router - Xbox, Wii, TV, Dishnetwork box, etc. Not all of the devices are wireless however. He's had several thoughts on how to get this done and I know very little about this kind of thing so I thought I'd ask some of you.

His first thought was to buy a multi port bridge, but he doesn't like any of the ones he's seen so far.The other thought was to connect all of the devices to a switch and then use a single bridge, but he isn't sure if this would work.

View 8 Replies View Related

Ubuntu Multimedia :: Sync Multiple Devices With Gpodder?

Jul 12, 2010

I have 2 devices I'd like to be able to sync to without going into preferences and changing options each time. That is I'd like to just click "device>sync episodes" and have it sync to both devices automatically.

View 1 Replies View Related

Ubuntu Multimedia :: Multiple But Different Audio Output For Different Devices

Jul 23, 2011

I am using Ubuntu 10.04 LTS - the Lucid Lynx. I am using the laptop to play video files and view it on TV using HDMI output. No problems. Requirement: to play simultaneously a different media file and be able to listen through say headphone / laptop speakers. While a movie audio is only heard on TV, other audio is heard only on laptop speaker.

View 7 Replies View Related

Slackware :: Proper Way To Manage Multiple Sound Devices?

May 4, 2011

On my desktop computer (now running the very impressive Slackware64 13.37 and generic kernel), I've got what Alsa considers 4 different sound devices:

Logitech USB headset
Logitech QuickCam Pro 9000 with built-in microphone
ATI HD48x0 audio (which uses the HDA-Intel driver) on my graphics card
Intel 82801JI audio (also using HDA-Intel driver) on my motherboard

When I run alsaconf, it picks up the ATI audio only (which is fine). Later running alsamixer (or any other mixer) all 4 are visible. The issue is that I really would like the ATI audo to be in position 0. Previous to Slackware 13.37, setting up the device positions in /etc/modprobe.d/sound usually did the trick. However, that is now being ignored and one the USB devices are being put in position 0 regardless of what is in sound.conf. This is driving me nuts as a lot of software simply use the default audio device, which I would like to be my speakers, but is now my USB headset.

All of the googling I've done points towards messing with the /etc/modprobe.d/sound.conf file, but as I said, that is being ignored. Is there a more 13.37 way to have ALSA order the audio devices the way I want?

View 9 Replies View Related

CentOS 5 Hardware :: Multiple Identical Devices With Symlinks

Jan 17, 2011

At work, I have a laptop configured with CentOS 5.5 that we will be using to run latency tests on two different mobile networks. To do so, we have two Novatel USB HSPA+ wireless modems connected, and configured using wvdial. The problem we are having right now is, wvdial is configured using the path to the modem to connect (/dev/ttyUSB0 for Network#1 and ttyUSB5 for Network#2), which only works if we insert the modems in the right order. I've tried alot of udev rules and what not to try and hard code the device names to something like /dev/modem_network1 and /dev/modem_network2, but that doesn't seem to work.

So at this point I'm trying to take a step back and a fresh look at the problem. Can anyone give me any information regarding where I should begin to get this done?

View 9 Replies View Related

Ubuntu :: Use Multiple Audio Output Devices On Single Machine

Jun 14, 2010

I always keep my headphones as well as my 2.1 speakers connected simultaneously on my PC (Gigabyte motherboard). Both these audio devices work fine simultaneously on my Windows 7, but in Ubuntu, only my headphones work, speakers don't work at all. I tried changing some settings in SOUND PREFERENCES as well as ALSA SOUND MIXER, but not luck so far.

View 1 Replies View Related

Server :: Shell Script To Create Multiple LVM's Or Raw Devices For Syabse

Mar 22, 2011

I have Disk /dev/cciss/c0d1: 599.9 GB, unallocated on CentOS release 5.4 .

I need to create about 30-40 LVM's worth 500GB as raw devices for sybase . is there a way to script it or anyone already has it ?

The problem is that each time we need to do fdisk /dev/cciss/c0d1 and enter the partition no to create a new one .. how to overcome that problem and automate it in a script ?

View 3 Replies View Related

Software :: ALSA And PulseAudio - Recording Multiple Input Devices?

Apr 28, 2011

I have an Intel HDA audio card, and would like to record both my soundcard output and my microphone input at the same time. Getting to record my soundcard output (aka "Stereo Mix" or "What-U-Hear") is impossible for my soundcard without using the PulseAudio monitor, so I've set that up. Now I can record either the PulseAudio monitor for my soundcard, or the microphone input, but I don't know how to record both at the same time.

Currently, my .asoundrc looks like this:

Code:

pcm.pulse {
type pulse
}
ctl.pulse {

[code]....

So now I can choose either "pulse" as an input channel in, for example, Audacity or RecordMyDesktop applications (and then set in the PA volume control the actual channel which I want recorded), or choose "pulse_monitor" or "pulse_mic", in order to record either the PA monitor or the microphone, respectively.

I've read through the ALSA plugins reference, as well as the Asym and Dmix pages on ALSA wiki, but I'm still not sure how to put this together. I figured there should be a way either to route the microphone input into the ALSA output, and thus make the PA monitor "hear" what I speak into the microphone, or to make a completely new channel with both ALSA output and microphone input as "slaves", and then use that for recording.

View 4 Replies View Related

Debian Hardware :: Multiple Sound Devices - How To Change The Default Device

Mar 19, 2011

I recently installed a new sound card, and I need to find out how to change the default device. Currently, I'm dual-booting Windows, and I had re-enabled the on-board audio in the PC's bios. After doing that, Debian started detecting that on-board as the default sound device. Is there a way to set my sound card to be used instead? I found out that the 'alsaconf' utility has been phased out. I"m currently running Debian testing, for amd64.

View 4 Replies View Related

OpenSUSE Wireless :: Install Two Wireless Devices Under 11.3?

Jul 14, 2010

I have an Intel PRO/Wireless 3945ABG built in on my laptop, and this has always been (relatively) simple to get running on both 11.1 and 11.2. When I install 11.3 I will also be installing an RT2870-based USB device (Jensen Airlink85300 LongRange Extreme-N 802.11b/g/n)

I must have wireless enabled under install to get the Intel recognized, but should I also have the RT2870 plugged in and ready to go? Or would it be best to wait until everything else is up and running?

View 2 Replies View Related

OpenSUSE Multimedia :: Worfklow - Photos In Sync Across Multiple Devices Without 3rd-party Services?

Sep 2, 2011

I *take* photos with both my Android smartphone and a fullblown DLSR. I *manage* photos organize, rename, rotate, etc. -- on my Opensuse box with KDE's Gwenview, and on my phone with Pixie Reef's "Fishbowl" Photo Gallery [URL]... I'm interested in your ideas about ways to keep everything in sync -- without using 3rd-party online services (No Picases, Flickr, Smugmug, etc). What needs to be kept in sync, somehow, includes:

The photos themsleves. Their organization among, and order in, various 'albums' Photo & filesystem metadata -- timestamps, filenames, EXIF data. PhotoApplication-specific data recognizing that at any time a change may be made on either device. rsync is a possibility, but once photos move into different dirs, it'd get messy. What workflow can I use to do this? Do I need a central server in the mix? If not using the 3rd-party services, is OwnCloud my best/only choice assuming that after each (group of)change(s) on each device I manage to sync with it?

View 6 Replies View Related

OpenSUSE Multimedia :: Output One Playback Stream To Multiple Devices Simultaneously With The Current PulseAudio / Phonon Setup?

Jun 9, 2011

Is it possible to output one playback stream to multiple devices simultaneously with the current PulseAudio / Phonon setup? The PulseAudio mixer only has radio buttons to choose one device per playback stream. I believe the hardware is capable of this, since I remember doing that before we had PulseAudio. How can I duplicate an audio stream?

Here's one application scenario: I am travelling with my family, all crammed in small hotel room. My wife and me want to watch a movie on my laptop without waking up our kids. I just happen to have one analogue headphone available and one wireless USB headset with me. (Of course, the low tech solution is to bring an 3,5mm Y-cable to attach two analogue headsets, but I would really love to use the USB headset together with the analogue one.)

Another similar thing that bugs me is that my laptop's built-in speakers now always seem dead when an analogue headphone is plugged in. This is mostly what one wants, and before PulseAudio, one had to manually switch them off which was generally annoying. However, the downside is for example with notifications.

For example, before PulseAudio, I could configure Skype to always ring over the laptop's built-in speakers, regardless of whether the analogue headphones were plugged in. This is no longer possible, since PulseAudio does not distinguish between built-in speakers and built-in analogue port any more, while old Alsa did. So in my office, where some analogue headphones are plugged into the docking station, I never hear Skype ringing if I don't wear the headphones.

View 9 Replies View Related

OpenSUSE Wireless :: B43 Soon To Work For 802.11n Broadcom Devices?

Dec 7, 2010

For those of you that prefer open-source solutions, the b43 code to drive BCM432X 802.11n devices has just come to life. It can now scan and associate. Tests for throughput will come soon. These revisions to the driver will be in kernel 2.6.38, thus not in openSUSE until the next release after 11.4.

View 1 Replies View Related

OpenSUSE Wireless :: New Driver (r8712u) For RTL8192 USB Devices

Aug 30, 2010

I have finally gotten permission from Realtek to submit the new driver to the staging directory of the mainline kernel. This also means that I can allow users to download from the git source repository so that they can build their own versions. If you are interested in doing this, you will need to install some packages. To get the ones you need

[Code]....

View 9 Replies View Related

Ubuntu :: HIPOINT Does Not Detect Wireless Devices Auto

Jul 18, 2010

I am running UBUNTU 10.04 on an X86 system 64bit. I am trying install a wireless keyboard and am not having much luck.

-My non wirelessUSB keyboard and mouse work fine.
-My wireless logictech mouse works fine without adding any special drivers/packages
-Wireless Keyboard (LX500, uses same receiver as mouse) does not work with standard config
-Adding HIDPOINT and selecting my wireless mouse and keyboard (LX500) - wireless key board does not work. Mouse still works.Since my wireless mouse worked before HIPOINT installation (64 bit), I believe HIDPOINT is not working.

HIPOINT Does not detect my wireless devices auto, must manually select them. So I believe that there is some conflict with other drivers.Can anyone point be in a direction to look? What are the typical configuation files and drivers used to configure standard USB mouse and keyboards? What are some other software that might be installed that is conflicting with HIDPOINT?

View 1 Replies View Related

Ubuntu Networking :: Turn Off Wireless And Bluetooth Devices?

Jun 16, 2011

I have a HCL K21 PDC notebook . In windows there is an driver called wconsole.exe or wireless console which help me turn on and off both blutooth and wlan device but in ubuntu these devices are not turned off. I also tried to to use the device buttons but it get activated automatically (but not in windows).

View 4 Replies View Related

OpenSUSE Wireless :: In 11.3 Where Can Put PIN For Bluetooth Devices Pairing Using Just Command Line

Oct 24, 2009

in openSUSE 11.3 where can I put PIN for bluetooth devices pairing using just command line?

View 9 Replies View Related

OpenSUSE Wireless :: Where To Put PIN For Bluetooth Devices Pairing Using Just Command Line?

Aug 17, 2010

In openSUSE 11.3 where can I put PIN for bluetooth devices pairing using just command line?

View 5 Replies View Related

Ubuntu :: Wireless Router Configuration Page Not Showing All Devices On LAN

Feb 1, 2010

I went to see if the iPhone was connected and it wasn't listed--and she was now on my wireless network, on the Internet. For the past month, I have experienced slow Internet (the Qwest people came over three times to fix the problem, to no avail.) And, when my laptop and desktop are turned off, the modem still shows activity, as if someone was downloading large files. Qwest insists that my network is secure and no one is using my network (and my house was built in 1997, so the wiring is fairly new and I have had NO issues with Internet/phone and had Qwest service longer than I can remember).

To make a long story short, I am concerned that my router has been hacked. I live in a rural area, so there's no teenagers or weird-o's around that I know of that would do that (unlike city/suburban areas)--and my Linksys router is "lying" to me, as my nephew was ON MY NETWORK and the SSID, MAC address and IP number was not listed on the LAN device list--only my laptop/desktop are listed, and she was happily checking emails on my network. I have changed my WPA2 password three times just in case, no fix.

View 9 Replies View Related

Ubuntu Servers :: Share The Internet Connection To Wireless Devices?

Mar 27, 2010

if i set up an older computer as a local DNS server for my home network, can i plug my wireless router into one of the ethernet ports to share the internet connection to my wireless devices?

View 2 Replies View Related

Fedora Networking :: FC10 - Wifi Devices To Work On 128bit WEP Network - Linksys Wireless-G And 5100AGN

Jun 20, 2009

I'm having trouble getting my wifi devices to work on my 128bit WEP network. I have a new Thinkpad T400, with an internal Intel PRO/Wireless 5100 AGN. I also have some cardbus cards: a Lucent ORiNOCO Gold, a Linksys Wireless-G, and a TRENDnet TEW-421PC. I have them set up as interfaces eth2, eth1, and eth3. (The TRENDnet isn't recognised as a network card at all, so no interface for it.) I have installed the latest firmware for the Linksys card.

The /etc/sysconfig/network-scripts/ifcfg-* files are virtually identical for all of them, differing only in the HWADDR and DEVICE lines. So here's the behaviour:

1. The Lucent card comes up just fine.
2. The internal 5100AGN and the Linksys cards won't come up, and watching with iwconfig shows that they're either associated with my AP OR they've got an encryption key set -- but not both.
3. When trying to bring up the 5100AGN, I get the following messages:

iwlagn: index 0 not used in uCode key table
iwlagn: index 3 not used in uCode key table

/var/log/messages shows DHCPDISCOVER requests being sent, but they're bound to fail since the association with the AP with WEP isn't being completed. And yes, the ifcfg-* files really *are* identical except for the DEVICE and HWADDR lines. The /etc/udev/rules.d/70-persistent-net.rules file correctly maps the interfaces to the MAC addresses. So why does my antique ORiNOCO card work and thew newer ones fail? How can I track down what's being done wrong/not being done?

View 4 Replies View Related

General :: Use 'iw' To Create Multiple Virtual Interfaces To Connect To Multiple Networks?

Oct 26, 2010

I'm trying to connect one computer to two others in an ad-hoc infrastructure.

[computer 1] ---- [computer 2] ---- [computer 3]

computer 2 is running Linux and has a single NIC wlan0. I want to it to connect to both computer 1 and computer 3 so each computer can talk to the other. No switch is available so it needs to be an ad-hoc setup.

[Code]...

View 1 Replies View Related

General :: Rename Multiple Files In Multiple Directories/subdirectories Recursively?

Aug 23, 2010

I am to rename all the files within a directory (which contains multiple subdirectories) recursively without invalid characters.

I tried the coding posted above.

find . -type f -printf '%p
' | while read file; do
oldfile=$(basename "$file")
newfile=$(echo "$oldfile" | sed 's/[^A-Za-z0-9_.]/_/g')
if [ ! "$newfile" == "$oldfile" ]; then
echo mv "$file" "${file%$oldfile}$newfile"
code....

but I get an error on both of them stating "find: bad option -printf find: [-H | -L] path-list predicate-list"

View 9 Replies View Related

General :: Good Support To Multiple Desktops AND Multiple Monitors

Jun 4, 2010

I'm starting to have A LOT of opened windows in my machine. Sometimes within a project, I have e-mail/task management/personal e-mail/twitter, and a lot of different opened applications/terminals in my Linux workstation.Sometimes it would be interesting to have different workspaces to projects instead of this configuration I have nowadays that are classes of work (bad name, I know, but I think you got the idea).I'm starting to think about using two monitors: one with Corporate Management, Work and Personal. The second monitor is only the development state: each workspace here is about a project being worked on instead of groups of works like before. A workspace may be implementing different classes for example.

My question is: I just want to change to a second monitor using the mouse. I want to still be able to change workspaces in the same monitor using keyboard shortcuts. The keyboard shortcuts wouldn't change monitors, just worskpaces on the same monitor. All the tutorials I read (like this one) only tells how to use multiple monitors but doesn't answer my question about keyboard shortcuts.Does Linux (Ubuntu 10.04 Lucid Lynx or Debian 5.0.5 Lenny) support this envisioned setup (Different workspaces in a way that keyboard workspace switching only works in the current monitor) ? If so, how?I haven't tested this setup, that's why I'm asking. In this question the user says it works exactly how I want it to behave, can someone else confirm it?

View 3 Replies View Related

General :: Multiple Servers Or One Server With Multiple VMWare?

Feb 7, 2011

I'm looking at setting up a couple automated systems: Here are a few examples:

* Internal accounting system to download and process emails
* Public web server to visit

I could put each system on its own separate box -- for example, it's generally good practice to separate anything that external users have access to (such as a webserver) from internal processes such as accounting. Now, rather than dishing out the money for two separate servers, could I get away with just installing new instances of VMWare on the same box for each system?

To give you an idea, these are not large scale computationally sensitive systems. The accounting one is simply downloading and tallying emails, and the latter is just a webserver with maybe 5 hits per day on a good day. I could definitely pick up a new box for say $50, but I wanted to know the general practice of using VMWare on the same box versus two separate boxes.

View 2 Replies View Related







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