On 2020-10-31 23:36, Samuel Sieb wrote:
# echo 9710 9900 > /sys/bus/pci/drivers/parport_pc/new_id
bash: /sys/bus/pci/drivers/parport_pc/new_id: No such file or directory
Was the "parport_pc" driver loaded when you tried that? Try loading the
driver with *no* parameters and then try that comma
On 2020-10-31 23:36, Samuel Sieb wrote:
If I do the modprobe will above, lpt1 (lp0) shows up in
both printer admin and CUPS. Otherwise not.
Why do you say "lpt1"? I have 4 lp[0-3] devices in /dev, but I have no
actual parallel port hardware.
I suspect by force loading the driver with setting
On 10/31/20 10:53 PM, ToddAndMargo via users wrote:
On 2020-10-31 14:56, Samuel Sieb wrote:
What do you mean that it shows up and you can print to it?
If I do the modprobe will above, lpt1 (lp0) shows up in
both printer admin and CUPS. Otherwise not.
Why do you say "lpt1"? I have 4 lp[0-3]
On 2020-10-31 14:56, Samuel Sieb wrote:
What do you mean that it shows up and you can print to it?
Ooops. Missed that one. I can configure the printer and
print to it, but nothing shows on the printer's console window.
The print jobs just disappears. CUPS show no pending jobs.
--
~
On 2020-10-31 14:56, Samuel Sieb wrote:
On 10/31/20 3:39 AM, ToddAndMargo via users wrote:
On 2020-10-31 00:14, Samuel Sieb wrote:
On 10/30/20 8:38 PM, ToddAndMargo via users wrote:
I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card
# modprobe -r lp
# modprobe -r parport_pc
On 2020-10-30 20:38, ToddAndMargo via users wrote:
1) connected a USB to Parallel converter card. Printer work fine
2) boot off of Fedora-Xfce-Live-x86_64-33-1.2.iso. Printer
admin still can't find the card.
3) With
# modprobe -r lp
# modprobe -r parport_pc
# modprobe parport_pc
On Oct 31, 2020, at 15:04, George N. White III wrote:
>
> 15G is very small, so not surprising that it is 95% full, but since
> you seem to be using LVM it should be possible to use some of
> the 88GB available on /dev/sda.
>
If I recall correctly, the default partition layout for Fedora *Ser
On Sat, 2020-10-31 at 16:11 +, lancelasset...@gmail.com wrote:
> Will NFS tell you data has been corrupted during the transfer and
> write process?
Does any filing system? In general, writes to storage are assumed to
have worked unless something throws up an error message. Your hard
drive co
On 10/31/20 9:55 AM, Beartooth wrote:
On Sat, 31 Oct 2020 00:55:11 -0700, Samuel Sieb wrote:
Probably. The whole subject of partitions seems clear to me till
I try to apply it, and then suddenly all I think I know evaporates. I was
trying to check how much space I had available on the who
On 10/31/20 9:00 AM, lancelasset...@gmail.com wrote:
On 28/10/2020 11:10, Lance Lassetter wrote:
To revert to the previous behavior you need to remove the symbolic link
lrwxrwxrwx. 1 root root 39 Sep 1 17:52 resolv.conf ->
../run/systemd/resolve/stub-resolv.conf
What is the absolute path of
On 10/31/20 3:39 AM, ToddAndMargo via users wrote:
On 2020-10-31 00:14, Samuel Sieb wrote:
On 10/30/20 8:38 PM, ToddAndMargo via users wrote:
I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card
# modprobe -r lp
# modprobe -r parport_pc
# modprobe parport_pc io=0x378 irq=1
On Sat, 31 Oct 2020 at 13:55, Beartooth wrote:
> On Sat, 31 Oct 2020 00:55:11 -0700, Samuel Sieb wrote:
>
> > On 10/30/20 9:47 AM, Beartooth wrote:
> >>
> >> Running ]# dnf system-upgrade download --refresh --releasever=33
> >> --allowerasing
> >>
> >> gets me a transaction test error sayin
The commands lsusb and lspci are good ways to see if a device is seen.
Once you see it, increase verbosity to improve your awareness.
Also, "tail -100f /var/log/messages " as you attach, if its done hot.
On Fri, Oct 30, 2020, 5:41 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:
On Sat, Oct 31, 2020 at 04:11:30PM -, lancelasset...@gmail.com wrote:
> If you write and ISO to a thumb drive over NFS, how are you going to
> checksum the ISO after it's transferred over the network? Will NFS tell
> you data has been corrupted during the transfer and write process? I
> thought
On Sat, 31 Oct 2020 00:55:11 -0700, Samuel Sieb wrote:
> On 10/30/20 9:47 AM, Beartooth wrote:
>>
>> Running ]# dnf system-upgrade download --refresh --releasever=33
>> --allowerasing
>>
>> gets me a transaction test error saying
>>
>> At least 674MB more space needed on the / filesystem.
On Fri, Oct 30, 2020 at 07:32:54PM -0500, David wrote:
> Does Fedora have an off-topic list for Fedorans
> to talk about anything ?
We don't, although I don't think that's a terrible idea, as long as it stays
away from politics, religion, and the like. Maybe worthwhile as
a sub-category of https:/
If you write and ISO to a thumb drive over NFS, how are you going to checksum
the ISO after it's transferred over the network? Will NFS tell you data has
been corrupted during the transfer and write process? I thought he was short
on local storage so needed to write the image from a local netw
> On 28/10/2020 11:10, Lance Lassetter wrote:
>
> To revert to the previous behavior you need to remove the symbolic link
>
> lrwxrwxrwx. 1 root root 39 Sep 1 17:52 resolv.conf ->
> ../run/systemd/resolve/stub-resolv.conf
What is the absolute path of "resolv.conf" and
"../run/systemd/resolve/s
if a device is PCI, use lspci to collect before and after.
If a device is USB, use lsusb the same way.
lsusb > before.txt
(plug in device)
lsusb > after.txt
diff before.txt after.txt
same for lspci
watch /var/log/messages during any change:
tail -100f /var/log/messages
Can search on USB ident
On 31/10/2020 18:37, ToddAndMargo via users wrote:
On 2020-10-31 00:07, Samuel Sieb wrote:
On 10/30/20 8:19 PM, ToddAndMargo via users wrote:
Hi All,
My Fedora Test Virtual Machine (qemu-kvm) won't upgrade
to 33 from, 32. I say it is upgrading then boot almost
immediately back into FC32.
Di
On Sat, Oct 31, 2020 at 5:38 AM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:
> On 2020-10-31 00:07, Samuel Sieb wrote:
> > On 10/30/20 8:19 PM, ToddAndMargo via users wrote:
> >> Hi All,
> >>
> >> My Fedora Test Virtual Machine (qemu-kvm) won't upgrade
> >> to 33 from, 32. I say
On 2020-10-31 00:14, Samuel Sieb wrote:
On 10/30/20 8:38 PM, ToddAndMargo via users wrote:
I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card
# modprobe -r lp
# modprobe -r parport_pc
# modprobe parport_pc io=0x378 irq=11
# modprobe lp
the card does show up and you c
On 2020-10-31 00:07, Samuel Sieb wrote:
On 10/30/20 8:19 PM, ToddAndMargo via users wrote:
Hi All,
My Fedora Test Virtual Machine (qemu-kvm) won't upgrade
to 33 from, 32. I say it is upgrading then boot almost
immediately back into FC32.
Did you check the journal to see what went wrong?
Fo
Den 2020-10-30 kl. 17:47, skrev Beartooth:
>
> Running ]# dnf system-upgrade download --refresh --releasever=33
> --allowerasing
>
> gets me a transaction test error saying
>
> At least 674MB more space needed on the / filesystem.
>
> But gparted shows /dev/sda with 111.79 GB inc
On 10/30/20 9:47 AM, Beartooth wrote:
Running ]# dnf system-upgrade download --refresh --releasever=33
--allowerasing
gets me a transaction test error saying
At least 674MB more space needed on the / filesystem.
But gparted shows /dev/sda with 111.79 GB including 87.94 GB
unu
On 10/30/20 8:38 PM, ToddAndMargo via users wrote:
I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card
# modprobe -r lp
# modprobe -r parport_pc
# modprobe parport_pc io=0x378 irq=11
# modprobe lp
the card does show up and you can print to it, but
the jobs instantly di
On 10/30/20 8:19 PM, ToddAndMargo via users wrote:
Hi All,
My Fedora Test Virtual Machine (qemu-kvm) won't upgrade
to 33 from, 32. I say it is upgrading then boot almost
immediately back into FC32.
Did you check the journal to see what went wrong?
_
27 matches
Mail list logo