Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-06 Thread Steve Langasek
On Sat, Nov 05, 2022 at 09:00:02PM -0700, Cody Smith wrote:
> Like I said yesterday, it's a 3rd party kernel module that has to be
> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
> you'll likely have to manually grab the packages for that as well as the
> module.

> Here's the module:
> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb

> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
> the link from OSU OSL, since that's pretty close to Salem comparatively,
> since it's at Oregon State University.

It's unfortunate that the dkms driver for a network card was not included on
the image.  The intention of having dkms support in the install media is
that *all* network drivers in the archive be included (which in this case
would mean moving rtl8821ce to main).

I can't find anything confirming the ASUS L210 needs this driver.  The
driver declares support for exactly 3 PCI IDs:

  10EC:C821
  10EC:C82A
  10EC:C82B

But in any event, this dkms package has been dropped in kinetic and later as
obsoleted by upstream kernel support (https://launchpad.net/bugs/1993324);
so since the next 22.04 point release will use the HWE kernel from kinetic
and pick up the in-tree driver support, there seems no point in making any
changes here at this point.

In the future if you're aware of dkms packages for network drivers that
should be included on the media, please feel free to file bug reports
against either ubiquity or ubuntu-meta so we can make sure to include them.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-06 Thread Brian Murray
On Sat, Nov 05, 2022 at 01:04:51AM -0700, Brian Murray wrote:
> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> > That's fine.
> > 
> > As to your new laptop, if it's just networking that's not operational, it's
> > likely because the network chip it uses doesn't have an in tree modules
> > from what I could find on Google, since it looks like it's a Realtek chip
> > (those are super hot or miss when it comes to having in tree modules,
> > usually requiring a dkms module to function)
> > 
> > This thread details it nicely:
> > https://ubuntuforums.org/archive/index.php/t-2459146.html
> 
> I haven't read the whole thread but depending on choices made during the
> installation process the driver may not have been installed. If you were
> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
> interested in reading so that we might get a fix in 22.04.2.

Looking more closely the driver is in universe and as such is not
included on the installation media for Ubuntu so no additional testing
is required. Sorry about that!

Thanks,

Brian

> > On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
> > 
> > > I was hoping to make it this evening, but things don't look promising at
> > > this point. Hope you have a good session, and maybe next time for me.
> > >
> > > Happened to have run across anything involving drivers for an Asus L210?
> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > > hardware, at all.
> > >
> > > JVLB
> > >
> > >
> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
> > >
> > >> Forgot to add in the event page, it is here:
> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> > >>
> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
> > >>
> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> > >>> for those who feel safe enough to make it out. I'll try and make a 
> > >>> virtual
> > >>> room of some sort for those who don't but want to attend in some form.
> > >>>
> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> > >>> Gaines.
> > >>> When: Friday, 11.04.22, from 6PM to 7PM
> > >>>
> > >>> --c_smith
> > >>>
> > >> --
> > >> Ubuntu-us-or mailing list
> > >> Ubuntu-us-or@lists.ubuntu.com
> > >> Modify settings or unsubscribe at:
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >>
> > > --
> > > Ubuntu-us-or mailing list
> > > Ubuntu-us-or@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >
> 
> > -- 
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at: 
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> 
> --
> Brian Murray
> Ubuntu Bug Master
> 
> -- 
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
--
Brian Murray
Ubuntu Bug Master

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Cody Smith
No problem.

--c_smith

On Sat, Nov 5, 2022, 2:27 PM James Bradley  wrote:

> Thanks, Cody, I just haven't had time to pursue it. I'm sure you're right
> about the fix, and I'll get to it soon.
>
> JVLB
>
>
> On Sat, Nov 5, 2022 at 2:00 PM Cody Smith  wrote:
>
>> Like I said yesterday, it's a 3rd party kernel module that has to be
>> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
>> you'll likely have to manually grab the packages for that as well as the
>> module.
>>
>> Here's the module:
>> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb
>>
>> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
>> the link from OSU OSL, since that's pretty close to Salem comparatively,
>> since it's at Oregon State University.
>>
>> --c_smith
>>
>>
>> On Sat, Nov 5, 2022 at 1:53 PM James Bradley 
>> wrote:
>>
>>> I'm afraid it's not immediately clear to me how to proceed with
>>> Ubiquity. I can tell you the following: I used a USB drive with Kubuntu
>>> 22.04.1 to make the install. The install went smoothly, and I did choose
>>> the option to install third-party software, but as the installer never made
>>> a wifi connection, I'm sure the point was moot. The Asus L210 has no
>>> Ethernet.
>>>
>>> After the installation, everything is working fine except the
>>> networking.  Network manager shows no available connections, and System
>>> Settings only reports two loopback addresses under Network Interfaces.
>>> That's about all I have at this point.
>>>
>>> JVLB
>>>
>>>
>>> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>>>
 On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
 > That's fine.
 >
 > As to your new laptop, if it's just networking that's not
 operational, it's
 > likely because the network chip it uses doesn't have an in tree
 modules
 > from what I could find on Google, since it looks like it's a Realtek
 chip
 > (those are super hot or miss when it comes to having in tree modules,
 > usually requiring a dkms module to function)
 >
 > This thread details it nicely:
 > https://ubuntuforums.org/archive/index.php/t-2459146.html

 I haven't read the whole thread but depending on choices made during the
 installation process the driver may not have been installed. If you were
 to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
 interested in reading so that we might get a fix in 22.04.2.

 Brian

 > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
 wrote:
 >
 > > I was hoping to make it this evening, but things don't look
 promising at
 > > this point. Hope you have a good session, and maybe next time for
 me.
 > >
 > > Happened to have run across anything involving drivers for an Asus
 L210?
 > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
 wifi
 > > hardware, at all.
 > >
 > > JVLB
 > >
 > >
 > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
 wrote:
 > >
 > >> Forgot to add in the event page, it is here:
 > >>
 https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
 > >>
 > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
 wrote:
 > >>
 > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
 Commons
 > >>> for those who feel safe enough to make it out. I'll try and make
 a virtual
 > >>> room of some sort for those who don't but want to attend in some
 form.
 > >>>
 > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
 > >>> Gaines.
 > >>> When: Friday, 11.04.22, from 6PM to 7PM
 > >>>
 > >>> --c_smith
 > >>>
 > >> --
 > >> Ubuntu-us-or mailing list
 > >> Ubuntu-us-or@lists.ubuntu.com
 > >> Modify settings or unsubscribe at:
 > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
 > >>
 > > --
 > > Ubuntu-us-or mailing list
 > > Ubuntu-us-or@lists.ubuntu.com
 > > Modify settings or unsubscribe at:
 > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
 > >

 > --
 > Ubuntu-us-or mailing list
 > Ubuntu-us-or@lists.ubuntu.com
 > Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

 --
 Brian Murray
 Ubuntu Bug Master

 --
 Ubuntu-us-or mailing list
 Ubuntu-us-or@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> 

Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
Thanks, Cody, I just haven't had time to pursue it. I'm sure you're right
about the fix, and I'll get to it soon.

JVLB


On Sat, Nov 5, 2022 at 2:00 PM Cody Smith  wrote:

> Like I said yesterday, it's a 3rd party kernel module that has to be
> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
> you'll likely have to manually grab the packages for that as well as the
> module.
>
> Here's the module:
> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb
>
> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
> the link from OSU OSL, since that's pretty close to Salem comparatively,
> since it's at Oregon State University.
>
> --c_smith
>
>
> On Sat, Nov 5, 2022 at 1:53 PM James Bradley 
> wrote:
>
>> I'm afraid it's not immediately clear to me how to proceed with Ubiquity.
>> I can tell you the following: I used a USB drive with Kubuntu 22.04.1 to
>> make the install. The install went smoothly, and I did choose the option to
>> install third-party software, but as the installer never made a wifi
>> connection, I'm sure the point was moot. The Asus L210 has no Ethernet.
>>
>> After the installation, everything is working fine except the
>> networking.  Network manager shows no available connections, and System
>> Settings only reports two loopback addresses under Network Interfaces.
>> That's about all I have at this point.
>>
>> JVLB
>>
>>
>> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>>
>>> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
>>> > That's fine.
>>> >
>>> > As to your new laptop, if it's just networking that's not operational,
>>> it's
>>> > likely because the network chip it uses doesn't have an in tree modules
>>> > from what I could find on Google, since it looks like it's a Realtek
>>> chip
>>> > (those are super hot or miss when it comes to having in tree modules,
>>> > usually requiring a dkms module to function)
>>> >
>>> > This thread details it nicely:
>>> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>>>
>>> I haven't read the whole thread but depending on choices made during the
>>> installation process the driver may not have been installed. If you were
>>> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
>>> interested in reading so that we might get a fix in 22.04.2.
>>>
>>> Brian
>>>
>>> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
>>> wrote:
>>> >
>>> > > I was hoping to make it this evening, but things don't look
>>> promising at
>>> > > this point. Hope you have a good session, and maybe next time for me.
>>> > >
>>> > > Happened to have run across anything involving drivers for an Asus
>>> L210?
>>> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
>>> wifi
>>> > > hardware, at all.
>>> > >
>>> > > JVLB
>>> > >
>>> > >
>>> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
>>> wrote:
>>> > >
>>> > >> Forgot to add in the event page, it is here:
>>> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>> > >>
>>> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>>> wrote:
>>> > >>
>>> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
>>> Commons
>>> > >>> for those who feel safe enough to make it out. I'll try and make a
>>> virtual
>>> > >>> room of some sort for those who don't but want to attend in some
>>> form.
>>> > >>>
>>> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>>> > >>> Gaines.
>>> > >>> When: Friday, 11.04.22, from 6PM to 7PM
>>> > >>>
>>> > >>> --c_smith
>>> > >>>
>>> > >> --
>>> > >> Ubuntu-us-or mailing list
>>> > >> Ubuntu-us-or@lists.ubuntu.com
>>> > >> Modify settings or unsubscribe at:
>>> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>> > >>
>>> > > --
>>> > > Ubuntu-us-or mailing list
>>> > > Ubuntu-us-or@lists.ubuntu.com
>>> > > Modify settings or unsubscribe at:
>>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>> > >
>>>
>>> > --
>>> > Ubuntu-us-or mailing list
>>> > Ubuntu-us-or@lists.ubuntu.com
>>> > Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>> --
>>> Brian Murray
>>> Ubuntu Bug Master
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Cody Smith
Like I said yesterday, it's a 3rd party kernel module that has to be
installed, It is in the Ubuntu universe repo, but it's a dkms module, so
you'll likely have to manually grab the packages for that as well as the
module.

Here's the module:
https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb

I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
the link from OSU OSL, since that's pretty close to Salem comparatively,
since it's at Oregon State University.

--c_smith


On Sat, Nov 5, 2022 at 1:53 PM James Bradley  wrote:

> I'm afraid it's not immediately clear to me how to proceed with Ubiquity.
> I can tell you the following: I used a USB drive with Kubuntu 22.04.1 to
> make the install. The install went smoothly, and I did choose the option to
> install third-party software, but as the installer never made a wifi
> connection, I'm sure the point was moot. The Asus L210 has no Ethernet.
>
> After the installation, everything is working fine except the networking.
> Network manager shows no available connections, and System Settings only
> reports two loopback addresses under Network Interfaces. That's about all I
> have at this point.
>
> JVLB
>
>
> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>
>> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
>> > That's fine.
>> >
>> > As to your new laptop, if it's just networking that's not operational,
>> it's
>> > likely because the network chip it uses doesn't have an in tree modules
>> > from what I could find on Google, since it looks like it's a Realtek
>> chip
>> > (those are super hot or miss when it comes to having in tree modules,
>> > usually requiring a dkms module to function)
>> >
>> > This thread details it nicely:
>> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>>
>> I haven't read the whole thread but depending on choices made during the
>> installation process the driver may not have been installed. If you were
>> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
>> interested in reading so that we might get a fix in 22.04.2.
>>
>> Brian
>>
>> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
>> wrote:
>> >
>> > > I was hoping to make it this evening, but things don't look promising
>> at
>> > > this point. Hope you have a good session, and maybe next time for me.
>> > >
>> > > Happened to have run across anything involving drivers for an Asus
>> L210?
>> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
>> wifi
>> > > hardware, at all.
>> > >
>> > > JVLB
>> > >
>> > >
>> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
>> wrote:
>> > >
>> > >> Forgot to add in the event page, it is here:
>> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>> > >>
>> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>> wrote:
>> > >>
>> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
>> Commons
>> > >>> for those who feel safe enough to make it out. I'll try and make a
>> virtual
>> > >>> room of some sort for those who don't but want to attend in some
>> form.
>> > >>>
>> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>> > >>> Gaines.
>> > >>> When: Friday, 11.04.22, from 6PM to 7PM
>> > >>>
>> > >>> --c_smith
>> > >>>
>> > >> --
>> > >> Ubuntu-us-or mailing list
>> > >> Ubuntu-us-or@lists.ubuntu.com
>> > >> Modify settings or unsubscribe at:
>> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>> > >>
>> > > --
>> > > Ubuntu-us-or mailing list
>> > > Ubuntu-us-or@lists.ubuntu.com
>> > > Modify settings or unsubscribe at:
>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>> > >
>>
>> > --
>> > Ubuntu-us-or mailing list
>> > Ubuntu-us-or@lists.ubuntu.com
>> > Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>> --
>> Brian Murray
>> Ubuntu Bug Master
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
I'm afraid it's not immediately clear to me how to proceed with Ubiquity. I
can tell you the following: I used a USB drive with Kubuntu 22.04.1 to make
the install. The install went smoothly, and I did choose the option to
install third-party software, but as the installer never made a wifi
connection, I'm sure the point was moot. The Asus L210 has no Ethernet.

After the installation, everything is working fine except the networking.
Network manager shows no available connections, and System Settings only
reports two loopback addresses under Network Interfaces. That's about all I
have at this point.

JVLB


On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:

> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> > That's fine.
> >
> > As to your new laptop, if it's just networking that's not operational,
> it's
> > likely because the network chip it uses doesn't have an in tree modules
> > from what I could find on Google, since it looks like it's a Realtek chip
> > (those are super hot or miss when it comes to having in tree modules,
> > usually requiring a dkms module to function)
> >
> > This thread details it nicely:
> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>
> I haven't read the whole thread but depending on choices made during the
> installation process the driver may not have been installed. If you were
> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
> interested in reading so that we might get a fix in 22.04.2.
>
> Brian
>
> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
> wrote:
> >
> > > I was hoping to make it this evening, but things don't look promising
> at
> > > this point. Hope you have a good session, and maybe next time for me.
> > >
> > > Happened to have run across anything involving drivers for an Asus
> L210?
> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > > hardware, at all.
> > >
> > > JVLB
> > >
> > >
> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
> wrote:
> > >
> > >> Forgot to add in the event page, it is here:
> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> > >>
> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
> wrote:
> > >>
> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
> Commons
> > >>> for those who feel safe enough to make it out. I'll try and make a
> virtual
> > >>> room of some sort for those who don't but want to attend in some
> form.
> > >>>
> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> > >>> Gaines.
> > >>> When: Friday, 11.04.22, from 6PM to 7PM
> > >>>
> > >>> --c_smith
> > >>>
> > >> --
> > >> Ubuntu-us-or mailing list
> > >> Ubuntu-us-or@lists.ubuntu.com
> > >> Modify settings or unsubscribe at:
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >>
> > > --
> > > Ubuntu-us-or mailing list
> > > Ubuntu-us-or@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >
>
> > --
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
> --
> Brian Murray
> Ubuntu Bug Master
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Brian Murray
On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> That's fine.
> 
> As to your new laptop, if it's just networking that's not operational, it's
> likely because the network chip it uses doesn't have an in tree modules
> from what I could find on Google, since it looks like it's a Realtek chip
> (those are super hot or miss when it comes to having in tree modules,
> usually requiring a dkms module to function)
> 
> This thread details it nicely:
> https://ubuntuforums.org/archive/index.php/t-2459146.html

I haven't read the whole thread but depending on choices made during the
installation process the driver may not have been installed. If you were
to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
interested in reading so that we might get a fix in 22.04.2.

Brian

> On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
> 
> > I was hoping to make it this evening, but things don't look promising at
> > this point. Hope you have a good session, and maybe next time for me.
> >
> > Happened to have run across anything involving drivers for an Asus L210?
> > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > hardware, at all.
> >
> > JVLB
> >
> >
> > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
> >
> >> Forgot to add in the event page, it is here:
> >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> >>
> >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
> >>
> >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> >>> for those who feel safe enough to make it out. I'll try and make a virtual
> >>> room of some sort for those who don't but want to attend in some form.
> >>>
> >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> >>> Gaines.
> >>> When: Friday, 11.04.22, from 6PM to 7PM
> >>>
> >>> --c_smith
> >>>
> >> --
> >> Ubuntu-us-or mailing list
> >> Ubuntu-us-or@lists.ubuntu.com
> >> Modify settings or unsubscribe at:
> >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> >>
> > --
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> >

> -- 
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

--
Brian Murray
Ubuntu Bug Master

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
Thanks for the tip.

JVLB


On Fri, Nov 4, 2022 at 8:25 AM Cody Smith  wrote:

> That's fine.
>
> As to your new laptop, if it's just networking that's not operational,
> it's likely because the network chip it uses doesn't have an in tree
> modules from what I could find on Google, since it looks like it's a
> Realtek chip (those are super hot or miss when it comes to having in tree
> modules, usually requiring a dkms module to function)
>
> This thread details it nicely:
> https://ubuntuforums.org/archive/index.php/t-2459146.html
>
> On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
>
>> I was hoping to make it this evening, but things don't look promising at
>> this point. Hope you have a good session, and maybe next time for me.
>>
>> Happened to have run across anything involving drivers for an Asus L210?
>> I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
>> hardware, at all.
>>
>> JVLB
>>
>>
>> On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
>>
>>> Forgot to add in the event page, it is here:
>>> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>>
>>> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>>> wrote:
>>>
 There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
 Commons for those who feel safe enough to make it out. I'll try and make a
 virtual room of some sort for those who don't but want to attend in some
 form.

 Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
 Gaines.
 When: Friday, 11.04.22, from 6PM to 7PM

 --c_smith

>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-04 Thread Cody Smith
That's fine.

As to your new laptop, if it's just networking that's not operational, it's
likely because the network chip it uses doesn't have an in tree modules
from what I could find on Google, since it looks like it's a Realtek chip
(those are super hot or miss when it comes to having in tree modules,
usually requiring a dkms module to function)

This thread details it nicely:
https://ubuntuforums.org/archive/index.php/t-2459146.html

On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:

> I was hoping to make it this evening, but things don't look promising at
> this point. Hope you have a good session, and maybe next time for me.
>
> Happened to have run across anything involving drivers for an Asus L210?
> I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> hardware, at all.
>
> JVLB
>
>
> On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
>
>> Forgot to add in the event page, it is here:
>> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>
>> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
>>
>>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
>>> for those who feel safe enough to make it out. I'll try and make a virtual
>>> room of some sort for those who don't but want to attend in some form.
>>>
>>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>>> Gaines.
>>> When: Friday, 11.04.22, from 6PM to 7PM
>>>
>>> --c_smith
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-04 Thread James Bradley
I was hoping to make it this evening, but things don't look promising at
this point. Hope you have a good session, and maybe next time for me.

Happened to have run across anything involving drivers for an Asus L210?
I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
hardware, at all.

JVLB


On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:

> Forgot to add in the event page, it is here:
> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>
> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
>
>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
>> for those who feel safe enough to make it out. I'll try and make a virtual
>> room of some sort for those who don't but want to attend in some form.
>>
>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and Gaines.
>> When: Friday, 11.04.22, from 6PM to 7PM
>>
>> --c_smith
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-10-30 Thread Cody Smith
Forgot to add in the event page, it is here:
https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/

On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:

> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> for those who feel safe enough to make it out. I'll try and make a virtual
> room of some sort for those who don't but want to attend in some form.
>
> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and Gaines.
> When: Friday, 11.04.22, from 6PM to 7PM
>
> --c_smith
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or