Re: [CentOS] My ethernet is not listed in centOS 8 boot.iso

2019-11-25 Thread Phil Perry

On 25/11/2019 12:00, Ebed wrote:

Many thanks Phil for the helps, now i have also installed elrepo kernel-ml
just in case something goes wrong again. The driver helped me.



You're welcome - glad we were able to help.

Phil
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum4 and dnf on CentOS 8

2019-11-25 Thread Sergio Belkin
Thanks,

In fact I've found this:
# ls -l /usr/bin/yum
lrwxrwxrwx. 1 root root 5 may 13  2019 /usr/bin/yum -> dnf-3



El lun., 25 nov. 2019 a las 13:34, Paul Heinlein ()
escribió:

> On Sat, 23 Nov 2019, Stephen John Smoogen wrote:
>
> > On Sat, 23 Nov 2019 at 15:39, Sergio Belkin  wrote:
> >>
> >> Hi,
> >>
> >> I was using yum for years on CentOS servers, and since a few years ago
> dnf
> >> on Fedora desktops. My question is:
> >> Is the same yum4 on CentOS 8 that dnf? What should I use?
> >> Thanks in advance
> >>
> >
> > yum4 is a thin wrapper on dnf mainly because Enterprise Linux users
> > and scripts are used to the yum commands. You can use either dnf or
> > yum4 on the command line and get the same results.
>
> You mentioned you're familiar with Fedora, so you're probably aware of
> Application Streams -- but for those reading this thread unfamiliar
> with AppStreams, I'll add the caveat that dnf behaves differently than
> yum in this regard.
>
> Here's some background:
>
>
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user_space_components/using-appstream_using-appstream
>
> Right now, the only EL8 AppStream with multiple versions is
> postgresql, but it looks like several applications are setup for
> future multiple streams. To see the AppStream packages, run
>
> dnf module list
>
> If you squint carefully, you'll see that you can install either
> PostgreSQL 10 (the default) or 9.6.
>
> --
> Paul Heinlein
> heinl...@madboa.com
> 45°38' N, 122°6' W
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


-- 
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 8 and libssh2.h

2019-11-25 Thread Stephen John Smoogen
On Mon, 25 Nov 2019 at 11:57, Jerry Geis  wrote:
>
> I am trying to find libssh2.h
>
> In the past I installed libssh2-devel
>
> I have libssh2 installed. I have tried
>
> yum install libssh2-devel - nothing found
> yum provides "*/libssh2.h" - nothing found
> yum search libssh2.h - nothing found.
>
> Thoughts ?

libssh2-devel is not shipped in RHEL-8 in any of its channels and
isn't in CentOS-8 currently to stay on 'par' with it. This is because
the library and package have 'problems' and the package maintainers
would prefer people to use libssh over libssh2 if at all possible. The
package may be removed from EL-8.x in the future because it causes a
lot of difficulties.. if that happens then someone can maintain it
outside of CentOS in EPEL or something similar. If it does not get
removed from EL-8.x, then it might be shipped in some sort of
repository where it is for build-use only even less than PowerTools
(aka there are no guarentees it works, it won't get updated by Red Hat
and thus down to CentOS, etc etc. ) That is part of the larger
discussion of unshipped packages which is in a different thread I
think.


> Jerry
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos



-- 
Stephen J Smoogen.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 8 and libssh2.h

2019-11-25 Thread Jerry Geis
I am trying to find libssh2.h

In the past I installed libssh2-devel

I have libssh2 installed. I have tried

yum install libssh2-devel - nothing found
yum provides "*/libssh2.h" - nothing found
yum search libssh2.h - nothing found.

Thoughts ?

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] printer frustrations

2019-11-25 Thread Julio E. Gonzalez
I'm too having problems with my "HP Deskjet 2050" and CentOS 8, 
connected via USB.
The same system with Debian and CentOS 7 all works and print as normal, 
but CentOS 8 can't print.

I don't really know where to look for this.
Thanks.


On 11/25/19 12:38 PM, mark wrote:
I've got an old HP LaserJet 1018. It's a winprinter. After I bought a 
new router (to go inside the Verison one), I plugged it directly into 
my box (ok, via a hub). I run CentOS 6. Before we went on the trip, I 
could print, I upgraded my system, and this is the first time I'm 
trying to print... and no joy.


I've tried sending the firmware to it via lp -o raw ... -h :9100, and 
maybe? it worked, but no printing. I've upgraded to the latest foo2jzs 
driver and .ppd, and nothing. Any ideas? CUPS since to think it can 
talk to it


Yes, the system can see the printer

mark
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum4 and dnf on CentOS 8

2019-11-25 Thread Paul Heinlein

On Sat, 23 Nov 2019, Stephen John Smoogen wrote:


On Sat, 23 Nov 2019 at 15:39, Sergio Belkin  wrote:


Hi,

I was using yum for years on CentOS servers, and since a few years ago dnf
on Fedora desktops. My question is:
Is the same yum4 on CentOS 8 that dnf? What should I use?
Thanks in advance



yum4 is a thin wrapper on dnf mainly because Enterprise Linux users
and scripts are used to the yum commands. You can use either dnf or
yum4 on the command line and get the same results.


You mentioned you're familiar with Fedora, so you're probably aware of 
Application Streams -- but for those reading this thread unfamiliar 
with AppStreams, I'll add the caveat that dnf behaves differently than 
yum in this regard.


Here's some background:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user_space_components/using-appstream_using-appstream

Right now, the only EL8 AppStream with multiple versions is 
postgresql, but it looks like several applications are setup for 
future multiple streams. To see the AppStream packages, run


dnf module list

If you squint carefully, you'll see that you can install either 
PostgreSQL 10 (the default) or 9.6.


--
Paul Heinlein
heinl...@madboa.com
45°38' N, 122°6' W
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] printer frustrations

2019-11-25 Thread mark
I've got an old HP LaserJet 1018. It's a winprinter. After I bought a new 
router (to go inside the Verison one), I plugged it directly into my box (ok, 
via a hub). I run CentOS 6. Before we went on the trip, I could print, I 
upgraded my system, and this is the first time I'm trying to print... and no joy.


I've tried sending the firmware to it via lp -o raw ... -h :9100, and maybe? 
it worked, but no printing. I've upgraded to the latest foo2jzs driver and 
.ppd, and nothing. Any ideas? CUPS since to think it can talk to it


Yes, the system can see the printer

mark
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] FINAL call for content, FOSDEM CentOS Dojo

2019-11-25 Thread Rich Bowen
Ok, folks, last call for content for the FOSDEM CentOS Dojo, January 31 
in Brussels.


https://wiki.centos.org/Events/Dojo/Brussels2020

Note that as of right now, I'm going to have to cancel one of the two 
rooms for the event, because we don't have enough content. So please 
submit your proposals about the interesting things you're doing on 
CentOS, so that we can put together another awesome event.


Thanks.

--
Rich Bowen - rbo...@redhat.com
@CentOSProject // @rbowen
859 351 9166

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] My ethernet is not listed in centOS 8 boot.iso

2019-11-25 Thread Ebed
Many thanks Phil for the helps, now i have also installed elrepo kernel-ml
just in case something goes wrong again. The driver helped me.

On Sun, Nov 24, 2019, 22:36 Phil Perry  wrote:

> On 24/11/2019 14:33, Ebed wrote:
> > Hi,
> >
> > Here it is...
> >
> >
> > 05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8039
> > PCI-E Fast Ethernet Controller [11ab:4353] (rev 14)
>
> Thanks, that device requires the Marvell sky2 driver which is not
> supported in el8.
>
> I have built you a driver for CentOS 8.0 and uploaded it to the elrepo
> repository. It should be available shortly once mirror sites have synced:
>
>
> https://elrepo.org/linux/elrepo/el8/x86_64/RPMS/kmod-sky2-1.30-1.el8_0.elrepo.x86_64.rpm
>
>
> I also note you have an old unsupported Intel wireless controller:
>
> 07:00.0 Network controller [0280]: Intel Corporation PRO/Wireless
> 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
>
> which should be supported by the following driver:
>
>
> https://elrepo.org/linux/elrepo/el8/x86_64/RPMS/kmod-iwlegacy-0.0-1.el8.elrepo.x86_64.rpm


Yes, i forgot to mention wlan.



>
> Presumably you will need to manually download and install these drivers
> as you have no network connection. Once installed, you should install
> the elrepo repository so your drivers will get updates via yum/dnf:


> yum --enablerepo=extras install elrepo-release
>
> Phil
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos