Sponsored Content
Special Forums Hardware Wireless connection to printer Post 303016398 by hicksd8 on Thursday 26th of April 2018 05:33:53 AM
Old 04-26-2018
We've been talking about a wireless connection up to now but you say "G5 box is not presently connected to the network, but that can be changed".

Is the building Cat5 wired? If so, without connecting the G5 to the network you could still extend the USB connection over Cat5.

Search the web for "USB extender". There are products like the one I've attached, see pdf. (and sorry for the advertisement guys - provided as an example only).

With a product like this you can extend your USB cable over a Cat5 cable by tapping into a RJ45 wall point near your G5, and onward connecting the cable from the wiring closet, to another wall point near the printer.

I don't know of any USB over wifi extenders but that doesn't mean that they don't exist.
 

8 More Discussions You Might Find Interesting

1. IP Networking

wireless connection

Hi Having a problem getting the Orinoco silver to work on Redhat 7.3. (new full install) On install it worked - sometimes - but I had to manually set the default gateway to the wireless instead of the 10/100 ethernet card. Most often I had to restart pcmcia to get it going properly. Now its... (4 Replies)
Discussion started by: caveman_piet
4 Replies

2. UNIX for Dummies Questions & Answers

Intermittent Printer connection failure

Hi There What causes the remote printers on unix to loose its connections to the Unix server Sco 6 Version 7 When pinging the print server from unix is comes up with host not connected, but after a few moments the ping reply is positive Then we do a disable and enable of the said printer... (0 Replies)
Discussion started by: esh
0 Replies

3. AIX

Check printer queue on Windows printer server

Hello Let me first give a small overview of the setup. All printers are connected to Windows 2000 servers. There are a lot of UNIX (AIX & HP-UX) servers as well which have SAP running. I'm working on a script to add printers to a specified SAP instance. I want to verify the user input (to... (0 Replies)
Discussion started by: NielsV
0 Replies

4. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

5. Linux

Find printer location and printer type

Hi, Is it possible to find the printer location and printer type (whether it is local or network) using command in Linux ? Thanks in advance. (1 Reply)
Discussion started by: forumguest
1 Replies

6. UNIX for Advanced & Expert Users

wireless connection with fluxbox via commands

Hi, By default I use all gnome stuff (gdm+metacity+...) and my connection works well. I wanted to try fluxbox. So I've just changed my window manger. And under fluxbox, wireless isn't managed automatically like with gnome. So I tried to set it up manually ... but I can't make my wireless... (0 Replies)
Discussion started by: xib.be
0 Replies

7. Emergency UNIX and Linux Support

Don't have wireless connection any more ..

Hello, Please help me because I'm stuck. I am using Fedora 16 on my notebook Fujitsu A6025. It was working fine for days and then suddenly I lost wireless connection , I can't enable 'ON' option in Network configuration (it looks like disabled) and I don't see any wireless network around me (... (10 Replies)
Discussion started by: susja
10 Replies

8. Linux

wireless connection problem

Hi everyone, I am new to linux. I have installed ubuntu and I am booting together with window. But I have a problem of wireless connection in ubuntu. If I start booting using ubuntu no wireless networks become available. If I first open window and restart it and open ubuntu then only I can get... (2 Replies)
Discussion started by: nishrestha
2 Replies
URTW(4) 						   BSD Kernel Interfaces Manual 						   URTW(4)

NAME
urtw -- Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device urtw device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_urtw_load="YES" DESCRIPTION
The urtw driver supports USB 802.11b/g wireless adapters based on the Realtek RTL8187B/L. urtw supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on config- uring this device, see ifconfig(8). HARDWARE
The urtw driver supports Realtek RTL8187B/L based wireless network devices, including: Card Radio Bus Belkin F5D7050E RTL8225 USB Linksys WUSB54GCv2 RTL8225 USB Netgear WG111v2 RTL8225 USB Netgear WG111v3 RTL8225 USB Safehome WLG-1500SMA5 RTL8225 USB Shuttle XPC Accessory PN20 RTL8225 USB Sitecom WL168v1 RTL8225 USB Sitecom WL168v4 RTL8225 USB SureCom EP-9001-g(2A) RTL8225 USB TRENDnet TEW-424UB V3.xR RTL8225 USB EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev urtw0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev urtw0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev urtw0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
intro(4), netintro(4), usb(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) Realtek, http://www.realtek.com.tw. HISTORY
The urtw device driver first appeared in FreeBSD 8.0. AUTHORS
The urtw driver was written by Weongyo Jeong <weongyo@FreeBSD.org>. BSD
October 17, 2009 BSD
All times are GMT -4. The time now is 07:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy