Displaying 4 results from an estimated 4 matches for "g85".
Did you mean:
185
2005 Jan 12
3
Win2K. Raw CUPS printing, driver download
Using Debian Sarge, samba, CUPS, and an HP G85 mutifunction with HPOJ
to use the G85 USB connection, I've been able to get raw printing to
work, and Point 'n' Print driver download to work, but not at the same
time.
The driver download was a chore, because of HP's proprietary install
program. Had to install the driver locally...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2003 Jan 15
1
Printer not accessible! Please review my conf on leaks
...Exchange
path = /home/samba/Exchange
read only = no
valid users = @s_Admin @s_Tech @s_Dev @s_Acnt @s_Boss @s_Event
guest ok = no
#####################################################################
# Netzwerkdrucker
#####################################################################
[HPOJG85]
comment = HP OfficeJet G85 an Server
path = /var/spool/samba
printer admin = root @s_Admin
valid users = %u
guest ok = Yes
printable = Yes
[print$]
comment = Cups-Treiber
path = /home/samba/drivers
printer admin = root @s_Admin
guest ok = Yes
printable = Yes
2004 Jan 12
0
smbd hangs when printing.
I have a Samba 3.0.1 where I have 2 printers connected. A Canon LBP4+ and a HP OfficeJet G85.
When I'm printing to the canon, no problem, it works like a charm, but when I try to print to the HP printer the smbd service hangs and the only way to stop it are with a kill -9
There are no difference between the 2 printers setup exept the printer driver on the windows machine, and ofcouse...