Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread S.Bob


On 1/6/20 8:45 PM, Gordon Messmer wrote:

On 1/5/20 2:19 PM, S.Bob wrote:


The HDMI port drives a second monitor fine but the USB-C port will 
not. I can plug an external drive into the USB-C port and it mounts 
it fine, however I would like to drive an additional monitor with it.




Generally, you'll see that described in technical specifications as 
"DisplayPort over USB-C" or "USB-C with DisplayPort".  ASUS's site 
describes that port as "Type-C USB 3.0 (USB 3.1 Gen 1)".  I'm not 
saying it doesn't support DisplayPort, but is there a reason that you 
think it does?


As far as I can tell, the kernel logs you see just indicate that it's 
detecting a USB hub in the monitor, not that the display itself is 
supported.



Aah, makes sense. Thanks for the info, wishful thinking on my part...




___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread Gordon Messmer

On 1/5/20 2:19 PM, S.Bob wrote:


The HDMI port drives a second monitor fine but the USB-C port will 
not. I can plug an external drive into the USB-C port and it mounts it 
fine, however I would like to drive an additional monitor with it.




Generally, you'll see that described in technical specifications as 
"DisplayPort over USB-C" or "USB-C with DisplayPort".  ASUS's site 
describes that port as "Type-C USB 3.0 (USB 3.1 Gen 1)".  I'm not saying 
it doesn't support DisplayPort, but is there a reason that you think it 
does?


As far as I can tell, the kernel logs you see just indicate that it's 
detecting a USB hub in the monitor, not that the display itself is 
supported.


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread Robert McBroom via users

On 1/6/20 1:35 PM, linux guy wrote:

Hi people.

I'm about to purchase a new workstation computer because my current 
workstation is too slow.  The new computer comes with Windows 10 
installed on it.  I rarely use Windows, but occasionally it comes in 
handy to troubleshoot something, so I'd like to leave it on the hard 
drive.


Question:   how do I transfer my current workstation installation to 
the new hard drive and retain Windows ?   I don't want to start over 
building my workstation installation from a fresh install.


Thanks

LG


on Windows

Start button>>Windows Administrative Tools>>Disk Management

will resize your partitions safely.  Last time I used it, it did not 
allow a choice of size but did half the drive.  Windows sometimes gets 
problems with gparted. Usually fixed by a disk scan in Windows but an 
extra annoyance. A live fedora CD will let you adjust the new partition 
to your liking and format the new partition for Fedora. If you use 
multiple linux partitions they can be set from the live CD. Others will 
have to give you all the tricks to installing grub2 for gpt disks and uefi.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: package scala-2.10.6-16.fc31.noarch is filtered out by modular filtering

2020-01-06 Thread Ed Greshko
On 2020-01-07 07:15, Norman Gaywood wrote:
>
> So it seems it's enough to:
> dnf module disable scala       # disable the scala module
> dnf install scala
>
> And scala-2.10.6-16.fc31.noarch is installed!
> So disabling the the scala module will allow you to install scala!
> 

Yes, it seems that in F31 there is no longer a scala module.  That is what 
created the conflict.

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: package scala-2.10.6-16.fc31.noarch is filtered out by modular filtering

2020-01-06 Thread Norman Gaywood
Thanks for the hint Ed!

So it seems it's enough to:
dnf module disable scala   # disable the scala module
dnf install scala

And scala-2.10.6-16.fc31.noarch is installed!
So disabling the the scala module will allow you to install scala!




On Mon, 6 Jan 2020 at 17:30, Ed Greshko  wrote:

> On 2020-01-06 12:32, Norman Gaywood wrote:
> >
> > After updating a Fedora 30 system to 31, I can't install scala:
> > # dnf module list scala
> > Last metadata expiration check: 0:31:21 ago on Mon 06 Jan 2020 13:31:04
> AEDT.
> > @modulefailsafe
> > Name   StreamProfiles
>Summary
>
> > scala  2.10 [e]  default
>   A hybrid functional/object-oriented language for the JVM
>
> >
> > Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
> > # dnf install scala
> > Last metadata expiration check: 0:31:32 ago on Mon 06 Jan 2020 13:31:04
> AEDT.
> > All matches were filtered out by modular filtering for argument: scala
> > Error: Unable to find a match: scala
> >
> > If I try to install a package that depends on scala:
> >  # dnf install ant-scala
> > Last metadata expiration check: 0:32:13 ago on Mon 06 Jan 2020 13:31:04
> AEDT.
> > Error:
> >  Problem: package ant-scala-2.10.6-16.fc31.noarch requires scala =
> 2.10.6-16.fc31, but none of the providers can be installed
> >   - conflicting requests
> >   - package scala-2.10.6-16.fc31.noarch is filtered out by modular
> filtering
> > (try to add '--skip-broken' to skip uninstallable packages)
> >
> >
> > How can I find out why scalar is being "filtered out by modular
> filtering"?
> >
> > This is an updated fc30->fc31 system. A clean install of fc31 will
> install scala OK.
> >
>
> It can be accomplished in the follow manner.  (errors included for
> clarity)
> I upgraded my F30Xfce VM after enable of the scala module.
>
>
> [root@f30x ~]# dnf module list scala
> Last metadata expiration check: 0:01:23 ago on Mon 06 Jan 2020 02:23:56 PM
> CST.
> @modulefailsafe
> Name   StreamProfiles
> Summary
> scala  2.10 [e]  default  A hybrid functional/object-oriented language for
> the JVM
>
> Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
>
> [root@f30x ~]# dnf install ant-scala
> Last metadata expiration check: 0:01:30 ago on Mon 06 Jan 2020 02:23:56 PM
> CST.
> Error:
>  Problem: package ant-scala-2.10.6-16.fc31.noarch requires scala =
> 2.10.6-16.fc31, but none of the providers can be installed
>   - conflicting requests
>   - package scala-2.10.6-16.fc31.noarch is filtered out by modular
> filtering
> (try to add '--skip-broken' to skip uninstallable packages)
>
> [root@f30x ~]# dnf module disable scala   
> Last metadata expiration check: 0:01:47 ago on Mon 06 Jan 2020 02:23:56 PM
> CST.
> Dependencies resolved.
>
> ==
>  PackageArchitecture  Version
> Repository  Size
>
> ==
> Disabling modules:
>
>  scala
>
> Transaction Summary
>
> ==
>
> Is this ok [y/N]: y
> Complete!
>
> [root@f30x ~]# dnf install ant-scala
> Last metadata expiration check: 0:02:00 ago on Mon 06 Jan 2020 02:23:56 PM
> CST.
> Dependencies resolved.
>
> ==
>  PackageArch   Version
> Repository   Size
>
> ==
> Installing:
>  ant-scala  noarch 2.10.6-16.fc31
> fedora  9.7 k
> Installing dependencies:
>  antnoarch 1.10.5-3.module_f28+4207+d722d224
>
> fedora-modular  192 k
>  ant-libnoarch 1.10.5-3.module_f28+4207+d722d224
>
> fedora-modular  2.0 M
>  hawtjni-runtimenoarch 1.16-2.module_f29+6921+ca3ed728
> updates-modular  38 k
>  jansi  noarch 1.17.1-1.module_f29+6921+ca3ed728
>
> updates-modular  75 k
>  jansi-native   x86_64 1.7-7.module_f29+6921+ca3ed728
> updates-modular  71 k
>  java-1.8.0-openjdk x86_64 1:1.8.0.232.b09-0.fc31
> updates 281 k
>  java-1.8.0-openjdk-headless
> x86_64 1:1.8.0.232.b09-0.fc31
> updates  32 M
>  copy-jdk-configs   noarch 3.7-4.fc31
> fedora   24 k
>  giflib x86_64 5.2.1-3.fc31
> fedora   48 k
>  javapackages-filesystem
> noarch 5.3.0-6.fc31
> fedora   11 k
>  javapackages-tools noarch 5.3.0-6.fc31
> fedora   32 k
>  jline  noarch 2.14.6-5.fc31
> fedora  151 k
>  lksctp-tools   x86_64 1.0.16-12.fc31
> fedora   94 k
>  luax86_64 5.3.5-6.fc31
> fedora  181 k
>  lua-posix  x86_64 33.3.1-14.fc31
> fedora  174 k
>  scala  noarch 2.10.6-16.fc31
> 

Re: Thunderbird and MS Office365?

2020-01-06 Thread Ed Greshko
On 2020-01-07 04:38, S.Bob wrote:
> All;
>
>
> I have a new gig, the client runs office365 (ugh). I did the new email 
> account in thunderbird, used "outlook.office365.com" as the incoming IMAP 
> server and I can receive emails but not send.
>
>
> I used another account for sending (SMTP), since "outlook.office365.com" did 
> not work but now all my sent items go to ther junk mail (ultimately coming 
> from another domain), and I also find that if I set it to automatically bcc 
> my office635 email for sent messages, they dont show up either...
>
>
> Thoughts? Is there a better way to interact with office365?

I suppose the question is, what are your settings for the SMTP server in 
Thunderbird.

Does it follow this?

https://kstate.service-now.com/kb_view.do?sys_kb_id=2b1c4c7de5fc294c2cae49399a7dc6a7

And Note the Note.


-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


[389-users] Re: Connections Opened but No BIND Received

2020-01-06 Thread William Brown


> On 7 Jan 2020, at 06:05, Trevor Fong  wrote:
> 
> Hi Everyone,
> It looks like entropy was OK; /proc/sys/kernel/random/entropy_avail was about 
> ~3500 on each vm.  rngd was not installed.
> However the issue went away around lunchtime of 2-Jan!  It does not appear to 
> be load related as it is slightly higher now than when we were seeing those 
> issues.  We're looking at the network now...
> 

We'd be keen to hear if there is a follow up or solution you found, so let us 
know! 

> Thanks everyone, and Happy New Year :)

Happy new year to you also

> Trev 
> ___
> 389-users mailing list -- 389-users@lists.fedoraproject.org
> To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org

—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread Ed Greshko
On 2020-01-07 04:14, S.Bob wrote:
> The xrandr command only produces output for the laptop screen and the HDMI 
> monitor, even with the USB-C monitor plugged in:

I'm not clear on your actual environment.

Are you connecting a USB-C cable directly from the Laptop's USB-C connector to 
the USB-C connector on
a Monitor? 

What is the Make/Model of the Monitor?

-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread Tom Horsley
On Mon, 6 Jan 2020 12:51:27 -0700
linux guy wrote:

> Rsync everything ?  *Everything* ?  Would that work ?

I install new releases of fedora by installing in
a virtual machine, then rsyncing that to a real partition
and editing fstab, grub.cfg, and the grub environment
file to change all the UUIDs and such to the ones of the
new partition. I've got a stand-alone tiny partition with
grub installed which I use the configfile option to
boot the real system. This is all just using a ms-dos
style bios.

A windows box will almost certainly require UEFI, so I'm
not sure how much more complicated it would be to get that working.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Upgrade of F30 to F31 Appears to Have not Worked Correctly

2020-01-06 Thread Michael Schwendt
On Tue, 7 Jan 2020 08:24:19 +1100, Stephen Morris wrote:

> Hi,
>      I have just upgraded to F31 from F30 using dnf system-upgrade 
> download --releasever=31. Before I did the upgrade I updated F30 to the 
> latest maintenance level.
>      When I booted into Gnome on F31 there was no activities menu to be 
> able to launch any application, the only way I could launch applications 
> (if I knew the application command) was to use alt-f2.

Did you try what happens if you create and use a new user account?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread Roger Heflin
I am going to guess that the usb bus in question does not have enough
allocated bandwidth.   On usb2 that was a big problem that limited the
number of web-cams usually to 1 per actual usb bus.  I would suspect
that removing the SSD may let the video device work.

use the gui tool usbview and it should let you drill down and will
tell you what other devices on the bus have allocated (assuming
usb3/usb-c acts like usb2 for bandwidth), and make sure the SSD is not
allocating the BW.

On Mon, Jan 6, 2020 at 3:39 PM S.Bob  wrote:
>
>
> On 1/6/20 1:43 PM, Samuel Sieb wrote:
>
> On 1/6/20 12:14 PM, S.Bob wrote:
>
> On 1/6/20 2:29 AM, Samuel Sieb wrote:
>
> On 1/5/20 2:19 PM, S.Bob wrote:
>
> When I plug an external monitor into the USB-C port I usually see something 
> like this via dmesg:
>
>
> Is this a USB display device or is it a thunderbolt/displayport over USB-C 
> device?  Searching on the USB id suggests that it's probably the latter.
>
>
> Not sure, how can I tell? If it's the latter do I need any added packages for 
> it to work?
>
>
> Do you have a link to the device?  I'm a little fuzzy on how these things 
> work, but I believe that there has to be support by the graphics card and 
> driver to route the video output through the port.
>
>
> I do not, see my journalctl output below
>
>
>
>
>
> [100335.446405] usb 1-3: new high-speed USB device number 11 using xhci_hcd
> [100335.919043] usb 1-3: New USB device found, idVendor=2109, idProduct=0100, 
> bcdDevice= 6.03
> [100335.919046] usb 1-3: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=3
> [100335.919048] usb 1-3: Product: USB-C dongle
> [100335.919050] usb 1-3: Manufacturer: VIA Technologies Inc.
> [100335.919051] usb 1-3: SerialNumber: 0001
> [100340.101375] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
> [100344.156355] usb usb2-port4: Cannot enable. Maybe the USB cable is bad?
>
>
> $ lsusb
> Bus 002 Device 003: ID 04e8:61f3 Samsung Electronics Co., Ltd Portable SSD T3 
> (MU-PT250B, MU-PT500B)
> Bus 002 Device 002: ID 2109:0715 VIA Labs, Inc. VectoTech
> Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 001 Device 004: ID 04f2:b64a Chicony Electronics Co., Ltd USB2.0 VGA UVC 
> WebCam
> Bus 001 Device 028: ID 1038:120a SteelSeries ApS
> Bus 001 Device 027: ID 05e3:0608 Genesys Logic, Inc. Hub
> Bus 001 Device 026: ID 047d:1020 Kensington Expert Mouse Trackball
> Bus 001 Device 025: ID 2109:2813 VIA Labs, Inc.
> Bus 001 Device 024: ID 2109:2813 VIA Labs, Inc.
> Bus 001 Device 023: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port USB 2.0 
> Hub
> Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
> Reader Controller
> Bus 001 Device 006: ID 8087:0aaa Intel Corp.
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
>
> I don't see the device that was mentioned in the original logs you posted. It 
> should be "ID 2109:0100".  Can you run "journalct -fa" as root in a terminal, 
> plug the device in, and copy the resulting logs?
>
>
> # journalctl -fa
>
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: new high-speed USB device 
> number 41 using xhci_hcd
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: New USB device found, 
> idVendor=2109, idProduct=0100, bcdDevice= 3.00
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: New USB device strings: Mfr=1, 
> Product=2, SerialNumber=3
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: Product: USB-C dongle
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: Manufacturer: VIA Technologies 
> Inc.
> Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: SerialNumber: 0001
> Jan 06 14:36:25 Fedora31Host baloo_file[1437]: UdevQt: unhandled device 
> action "bind"
> Jan 06 14:36:25 Fedora31Host org_kde_powerdevil[1490]: UdevQt: unhandled 
> device action "bind"
> Jan 06 14:36:25 Fedora31Host plasmashell[1431]: UdevQt: unhandled device 
> action "bind"
> Jan 06 14:36:26 Fedora31Host kernel: usb usb2-port3: Cannot enable. Maybe the 
> USB cable is bad?
> Jan 06 14:36:30 Fedora31Host kernel: usb usb2-port4: Cannot enable. Maybe the 
> USB cable is bad?
>
>
>
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread S.Bob


On 1/6/20 1:43 PM, Samuel Sieb wrote:

On 1/6/20 12:14 PM, S.Bob wrote:

On 1/6/20 2:29 AM, Samuel Sieb wrote:

On 1/5/20 2:19 PM, S.Bob wrote:
When I plug an external monitor into the USB-C port I usually see 
something like this via dmesg:


Is this a USB display device or is it a thunderbolt/displayport over 
USB-C device?  Searching on the USB id suggests that it's probably 
the latter.


Not sure, how can I tell? If it's the latter do I need any added 
packages for it to work?


Do you have a link to the device?  I'm a little fuzzy on how these 
things work, but I believe that there has to be support by the 
graphics card and driver to route the video output through the port.



I do not, see my journalctl output below






[100335.446405] usb 1-3: new high-speed USB device number 11 using 
xhci_hcd
[100335.919043] usb 1-3: New USB device found, idVendor=2109, 
idProduct=0100, bcdDevice= 6.03
[100335.919046] usb 1-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[100335.919048] usb 1-3: Product: USB-C dongle
[100335.919050] usb 1-3: Manufacturer: VIA Technologies Inc.
[100335.919051] usb 1-3: SerialNumber: 0001
[100340.101375] usb usb2-port3: Cannot enable. Maybe the USB cable 
is bad?
[100344.156355] usb usb2-port4: Cannot enable. Maybe the USB cable 
is bad?


$ lsusb
Bus 002 Device 003: ID 04e8:61f3 Samsung Electronics Co., Ltd 
Portable SSD T3 (MU-PT250B, MU-PT500B)

Bus 002 Device 002: ID 2109:0715 VIA Labs, Inc. VectoTech
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f2:b64a Chicony Electronics Co., Ltd USB2.0 
VGA UVC WebCam

Bus 001 Device 028: ID 1038:120a SteelSeries ApS
Bus 001 Device 027: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 026: ID 047d:1020 Kensington Expert Mouse Trackball
Bus 001 Device 025: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 024: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 023: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port 
USB 2.0 Hub
Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 
Card Reader Controller

Bus 001 Device 006: ID 8087:0aaa Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I don't see the device that was mentioned in the original logs you 
posted. It should be "ID 2109:0100".  Can you run "journalct -fa" as 
root in a terminal, plug the device in, and copy the resulting logs?



# journalctl -fa

Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: new high-speed USB device 
number 41 using xhci_hcd
Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: New USB device found, 
idVendor=2109, idProduct=0100, bcdDevice= 3.00
Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3

Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: Product: USB-C dongle
Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: Manufacturer: VIA 
Technologies Inc.

Jan 06 14:36:24 Fedora31Host kernel: usb 1-3: SerialNumber: 0001
Jan 06 14:36:25 Fedora31Host baloo_file[1437]: UdevQt: unhandled device 
action "bind"
Jan 06 14:36:25 Fedora31Host org_kde_powerdevil[1490]: UdevQt: unhandled 
device action "bind"
Jan 06 14:36:25 Fedora31Host plasmashell[1431]: UdevQt: unhandled device 
action "bind"
Jan 06 14:36:26 Fedora31Host kernel: usb usb2-port3: Cannot enable. 
Maybe the USB cable is bad?
Jan 06 14:36:30 Fedora31Host kernel: usb usb2-port4: Cannot enable. 
Maybe the USB cable is bad?






___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Upgrade of F30 to F31 Appears to Have not Worked Correctly

2020-01-06 Thread Stephen Morris

Hi,
    I have just upgraded to F31 from F30 using dnf system-upgrade 
download --releasever=31. Before I did the upgrade I updated F30 to the 
latest maintenance level.
    When I booted into Gnome on F31 there was no activities menu to be 
able to launch any application, the only way I could launch applications 
(if I knew the application command) was to use alt-f2.
    In F30 I was using dash-to-dock but in the F31 upgrade that failed 
to start. I did find an entry on the net saying that V66 of dash-to-dock 
had an issue in F31 with kde (plasma) but no reference to issues with 
Gnome. I was able to run Gnome-tweaks, see that it was flagging that it 
couldn't start dash-to-dock, the dash-to-dock settings were saying that 
it was V66, so I used gnome tweaks to uninstall it. I then used 
dnfdragora to install V67 of dash-to-dock when confirmed the V67 was 
installed and V66 wasn't, but when I went back into gnome-tweeks it was 
still saying that it was trying to start V66 of dash-to-dock. I 
eventually found that I had to remove all the gnome-shell extension 
settings in my home path, use dnf to uninstall dash-to-dock V67 and 
reinstall it for Gnome-tweaks to show that it was successfully able to 
start dash-to-dock V67. Also after doing this when I launched firefox it 
immediately asked me asked me if I wanted to update all my extensions 
from upstream except for dash-to-dock, which I did and that then 
activated all the extensions even though at update they weren't active.
    When I launch firefox V73.0a1 it displays with two windows 
overlapping each other displaying the same contents, forms being 
displayed on the screen are not displaying correctly in terms of when 
input is entered into text boxes the input is actually being displayed 
below the text boxes. Also the address bar keeps flashing on and off 
because the display of the web page being accessed is intermittently 
overlaying the address bar, consequently I can't actually select any 
menus displayed on the web page. Just for interest Thunderbird V73.0a1 
doesn't seem to exhibit these issues. If I run the version of firefox 
from the repositories it exhibits the same overlay issues as well.
    When I run Gnome-terminal it exhibits the dual window overlay issue 
when maximised. If I run Gnome-terminal unmaximised it doesn't exhibit 
the issue, but if I manually expand the size of the gnome-terminal 
window it exhibits the overlay issue as soon as I type anything into the 
window.
    I tried reinstalling Gnome by re-installing the 'Gnome Desktop 
Environment' group from dnf but that did not make any difference.

    Does anyone have any ideas what the issue might be?
    If I run dnf system-upgrade download --releasever=30 will that 
downgrade me to a fully working version of F30 as it was before I did 
the F31 upgrade?


regards,
Steve
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread Samuel Sieb

On 1/6/20 12:57 PM, linux guy wrote:

The old SSD is 250 GB.  The new one is 1 TB.

I could resize the Windows partition using gparted to leave more than 
enough room for the entire old drive.


That makes it a lot easier then.


Here is fstab from my current workstation.

# /etc/fstab
# Created by anaconda on Fri Oct 21 06:49:22 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora-root /                       ext4    defaults        1 1
UUID=7ec64a92-3b6c-4554-9b10-f4e3665f25b7 /boot                   ext4   
  defaults        1 2

/dev/mapper/fedora-home /home                   ext4    defaults        1 2
/dev/mapper/fedora-swap swap                    swap    defaults        0 0


You're using LVM.  I assume the fstab is fine, I have very little 
experience with LVM, I'll leave it to someone else to say if there's any 
other config that will need tweaking.  I believe if you free up more 
space than necessary, you should be able to resize the volumes to give 
Fedora more space.


How does one set up grub for dual boot after the fact, if you don't do a 
minimal install ?  Or is that what you are suggesting ?


You didn't answer the critical question about EFI on both systems.

On Mon, Jan 6, 2020 at 1:50 PM Samuel Sieb > wrote:

Is Windows booting via EFI?  I would expect it is, but just checking.
Is your old Fedora computer booting with EFI?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread linux guy
The old SSD is 250 GB.  The new one is 1 TB.

I could resize the Windows partition using gparted to leave more than
enough room for the entire old drive.

Here is fstab from my current workstation.

# /etc/fstab
# Created by anaconda on Fri Oct 21 06:49:22 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora-root /   ext4defaults1 1
UUID=7ec64a92-3b6c-4554-9b10-f4e3665f25b7 /boot   ext4
 defaults1 2
/dev/mapper/fedora-home /home   ext4defaults1 2
/dev/mapper/fedora-swap swapswapdefaults0 0

How does one set up grub for dual boot after the fact, if you don't do a
minimal install ?  Or is that what you are suggesting ?

FWIW, just looked up the price of Windows 10 Home... wow !


On Mon, Jan 6, 2020 at 1:50 PM Samuel Sieb  wrote:

> On 1/6/20 10:35 AM, linux guy wrote:
> > I'm about to purchase a new workstation computer because my current
> > workstation is too slow.  The new computer comes with Windows 10
> > installed on it.  I rarely use Windows, but occasionally it comes in
> > handy to troubleshoot something, so I'd like to leave it on the hard
> drive.
>
> Is Windows booting via EFI?  I would expect it is, but just checking.
> Is your old Fedora computer booting with EFI?
>
> > Question:   how do I transfer my current workstation installation to the
> > new hard drive and retain Windows ?   I don't want to start over
> > building my workstation installation from a fresh install.
>
> How big is the old hard drive and how big is the new one?  If you can
> resize Windows to leave enough space, you could directly copy the
> partitions from one drive to the other.  Otherwise, you can create the
> necessary partitions on the new drive and rsync (with the right flags)
> the data from the old hard drive.  Either way you will you need to
> adjust the booting on the new system after.  Check the fstab on the old
> system.  With the rsync method, if the fstab is using labels, then just
> create the new partitions with the same labels.  Otherwise, you will
> need to adjust the copied fstab to use the new partition UUIDs.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread Samuel Sieb

On 1/6/20 10:35 AM, linux guy wrote:
I'm about to purchase a new workstation computer because my current 
workstation is too slow.  The new computer comes with Windows 10 
installed on it.  I rarely use Windows, but occasionally it comes in 
handy to troubleshoot something, so I'd like to leave it on the hard drive.


Is Windows booting via EFI?  I would expect it is, but just checking.
Is your old Fedora computer booting with EFI?

Question:   how do I transfer my current workstation installation to the 
new hard drive and retain Windows ?   I don't want to start over 
building my workstation installation from a fresh install.


How big is the old hard drive and how big is the new one?  If you can 
resize Windows to leave enough space, you could directly copy the 
partitions from one drive to the other.  Otherwise, you can create the 
necessary partitions on the new drive and rsync (with the right flags) 
the data from the old hard drive.  Either way you will you need to 
adjust the booting on the new system after.  Check the fstab on the old 
system.  With the rsync method, if the fstab is using labels, then just 
create the new partitions with the same labels.  Otherwise, you will 
need to adjust the copied fstab to use the new partition UUIDs.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread Samuel Sieb

On 1/6/20 12:14 PM, S.Bob wrote:

On 1/6/20 2:29 AM, Samuel Sieb wrote:

On 1/5/20 2:19 PM, S.Bob wrote:
When I plug an external monitor into the USB-C port I usually see 
something like this via dmesg:


Is this a USB display device or is it a thunderbolt/displayport over 
USB-C device?  Searching on the USB id suggests that it's probably the 
latter.


Not sure, how can I tell? If it's the latter do I need any added 
packages for it to work?


Do you have a link to the device?  I'm a little fuzzy on how these 
things work, but I believe that there has to be support by the graphics 
card and driver to route the video output through the port.


[100335.446405] usb 1-3: new high-speed USB device number 11 using 
xhci_hcd
[100335.919043] usb 1-3: New USB device found, idVendor=2109, 
idProduct=0100, bcdDevice= 6.03
[100335.919046] usb 1-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[100335.919048] usb 1-3: Product: USB-C dongle
[100335.919050] usb 1-3: Manufacturer: VIA Technologies Inc.
[100335.919051] usb 1-3: SerialNumber: 0001
[100340.101375] usb usb2-port3: Cannot enable. Maybe the USB cable is 
bad?
[100344.156355] usb usb2-port4: Cannot enable. Maybe the USB cable is 
bad?


$ lsusb
Bus 002 Device 003: ID 04e8:61f3 Samsung Electronics Co., Ltd Portable 
SSD T3 (MU-PT250B, MU-PT500B)

Bus 002 Device 002: ID 2109:0715 VIA Labs, Inc. VectoTech
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f2:b64a Chicony Electronics Co., Ltd USB2.0 VGA 
UVC WebCam

Bus 001 Device 028: ID 1038:120a SteelSeries ApS
Bus 001 Device 027: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 026: ID 047d:1020 Kensington Expert Mouse Trackball
Bus 001 Device 025: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 024: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 023: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port USB 
2.0 Hub
Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 
Card Reader Controller

Bus 001 Device 006: ID 8087:0aaa Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I don't see the device that was mentioned in the original logs you 
posted. It should be "ID 2109:0100".  Can you run "journalct -fa" as 
root in a terminal, plug the device in, and copy the resulting logs?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Thunderbird and MS Office365?

2020-01-06 Thread S.Bob

All;


I have a new gig, the client runs office365 (ugh). I did the new email 
account in thunderbird, used "outlook.office365.com" as the incoming 
IMAP server and I can receive emails but not send.



I used another account for sending (SMTP), since "outlook.office365.com" 
did not work but now all my sent items go to ther junk mail (ultimately 
coming from another domain), and I also find that if I set it to 
automatically bcc my office635 email for sent messages, they dont show 
up either...



Thoughts? Is there a better way to interact with office365?


Thanks in advance
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread linux guy
I want to keep my old computer fully functional as a backup.  Thus I'd like
to leave the existing drive in it.

It would be super easy to clone my existing drive with dd if it wasn't for
the Windows install.   Do a minimal install, dd the Linux stuff and then
somehow fix the boot entries ?

On Mon, Jan 6, 2020 at 1:11 PM sixpack13  wrote:

> not the answer of your question, but maybe a hint:
>
> Why not to screw the old Fedora disk into the new workstation and to
> adjust the boot order in the bios ?
>
> and then boot the windows raw (!) disk via Virtual Box or maybe KVM.
> --
> sixpack13
> ___
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread S.Bob

I sent too much info, seems like it may get kicked  (held by moderator)

See my abbreviated replies below



On 1/6/20 2:29 AM, Samuel Sieb wrote:

On 1/5/20 2:19 PM, S.Bob wrote:
ASUS VivoBook Pro N705FD Notebook, 17.3" FHD Display, Intel Core 
i7-8565U Upto 4.60GHz, 32GB RAM, 1TB SSD + 1TB HDD, NVIDIA GeForce 
GTX 1050, HDMI, Card Reader, Wi-Fi, Bluetooth, Windows 10 Pro


Are you using the NVidia proprietary drivers?


I installed the akmod-nvidia packages





When I plug an external monitor into the USB-C port I usually see 
something like this via dmesg:


Is this a USB display device or is it a thunderbolt/displayport over 
USB-C device?  Searching on the USB id suggests that it's probably the 
latter.


Not sure, how can I tell? If it's the latter do I need any added 
packages for it to work?






[100335.446405] usb 1-3: new high-speed USB device number 11 using 
xhci_hcd
[100335.919043] usb 1-3: New USB device found, idVendor=2109, 
idProduct=0100, bcdDevice= 6.03
[100335.919046] usb 1-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[100335.919048] usb 1-3: Product: USB-C dongle
[100335.919050] usb 1-3: Manufacturer: VIA Technologies Inc.
[100335.919051] usb 1-3: SerialNumber: 0001
[100340.101375] usb usb2-port3: Cannot enable. Maybe the USB cable is 
bad?
[100344.156355] usb usb2-port4: Cannot enable. Maybe the USB cable is 
bad?


Also here is the output of an lspci:

$ lspci


"lsusb" would be more useful.  Also, "lsusb -t" and "lsusb -v" (but 
just the relevant parts for that one).

And finally, "xrandr" with the device plugged in.


$ lsusb
Bus 002 Device 003: ID 04e8:61f3 Samsung Electronics Co., Ltd Portable 
SSD T3 (MU-PT250B, MU-PT500B)

Bus 002 Device 002: ID 2109:0715 VIA Labs, Inc. VectoTech
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f2:b64a Chicony Electronics Co., Ltd USB2.0 VGA 
UVC WebCam

Bus 001 Device 028: ID 1038:120a SteelSeries ApS
Bus 001 Device 027: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 026: ID 047d:1020 Kensington Expert Mouse Trackball
Bus 001 Device 025: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 024: ID 2109:2813 VIA Labs, Inc.
Bus 001 Device 023: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port USB 
2.0 Hub
Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 
Card Reader Controller

Bus 001 Device 006: ID 8087:0aaa Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub



The xrandr command only produces output for the laptop screen and the 
HDMI monitor, even with the USB-C monitor plugged in:


$ xrandr
Screen 0: minimum 320 x 200, current 4160 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1600x900+2560+90 (normal left inverted right x 
axis y axis) 382mm x 215mm

   1920x1080 60.02 +  60.01    59.97    59.96    59.93
   1680x1050 59.95    59.88
   1400x1050 59.98
   1600x900  59.99*   59.94    59.95    59.82
   1280x1024 60.02
   1400x900  59.96    59.88
   1280x960  60.00
   1440x810  60.00    59.97
   1368x768  59.88    59.85
   1280x800  59.99    59.97    59.81    59.91
   1280x720  60.00    59.99    59.86    59.74
   1024x768  60.04    60.00
   960x720   60.00
   928x696   60.05
   896x672   60.01
   1024x576  59.95    59.96    59.90    59.82
   960x600   59.93    60.00
   960x540   59.96    59.99    59.63    59.82
   800x600   60.00    60.32    56.25
   840x525   60.01    59.88
   864x486   59.92    59.57
   700x525   59.98
   800x450   59.95    59.82
   640x512   60.02
   700x450   59.96    59.88
   640x480   60.00    59.94
   720x405   59.51    58.99
   684x384   59.88    59.85
   640x400   59.88    59.98
   640x360   59.86    59.83    59.84    59.32
   512x384   60.00
   512x288   60.00    59.92
   480x270   59.63    59.82
   400x300   60.32    56.34
   432x243   59.92    59.57
   320x240   60.05
   360x202   59.51    59.13
   320x180   59.84    59.32
HDMI-1 connected 2560x1080+0+0 (normal left inverted right x axis y 
axis) 800mm x 335mm

   3440x1440 29.97
   2560x1080 60.00*   59.94    59.98
   1920x1080 60.00    50.00    59.94
   1920x1080i    60.00    50.00    59.94
   1680x1050 59.88
   1280x1024 75.02    60.02
   1440x900  59.90
   1280x960  60.00
   1280x800  59.91
   1152x864  75.00
   1280x720  60.00    50.00    59.94
   1024x768  75.03    70.07    60.00
   832x624   74.55
   800x600   72.19    75.00    60.32    56.25
   720x576   50.00
   720x480   60.00    59.94
   720x480i  60.00    59.94
   640x480   75.00    72.81    66.67    60.00    59.94
   720x400   70.08



___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 

Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread sixpack13

On 06.01.20 19:35, linux guy wrote:

Hi people.

I'm about to purchase a new workstation computer because my current 
workstation is too slow.  The new computer comes with Windows 10 
installed on it.  I rarely use Windows, but occasionally it comes in 
handy to troubleshoot something, so I'd like to leave it on the hard drive.


Question:   how do I transfer my current workstation installation to the 
new hard drive and retain Windows ?   I don't want to start over 
building my workstation installation from a fresh install.




not the answer of your question, but maybe a hint:

Why not to screw the old Fedora disk into the new workstation and to 
adjust the boot order in the bios ?


and then boot the windows raw (!) disk via Virtual Box or maybe KVM.


--
sixpack13
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread linux guy
Thanks for the reply.

Rsync everything ?  *Everything* ?  Would that work ?

I was thinking of doing a minimal install and then obtaining the list of
packages from my old workstation and running dnf with that list.  Then
copying all the user data over from /home.  I'd still lose some settings
though.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread Tom Horsley
On Mon, 6 Jan 2020 11:35:19 -0700
linux guy wrote:

> I don't want to start over building
> my workstation installation from a fresh install.

Probably worth taking this with a large grain of salt,
but I'd consider doing a minimal new fedora install
on the new box, then rsync old fedora over the top
of it. (But I don't even know how to get it to keep
windows when installing, so you can see how expert
my advice it likely to be :-).
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Transfer my current Linux install to a new dual boot drive with Windows ?

2020-01-06 Thread linux guy
Hi people.

I'm about to purchase a new workstation computer because my current
workstation is too slow.  The new computer comes with Windows 10 installed
on it.  I rarely use Windows, but occasionally it comes in handy to
troubleshoot something, so I'd like to leave it on the hard drive.

Question:   how do I transfer my current workstation installation to the
new hard drive and retain Windows ?   I don't want to start over building
my workstation installation from a fresh install.

Thanks

LG
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Strange that no Fedora 30 updates since Dec 24?

2020-01-06 Thread linux guy
Lol.  Too funny to see this post because I was wondering too and thought of
writing the same post.

Fedora rules !  Big thanks to all the people that make Fedora what it is.
Your efforts are greatly appreciated.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: ASUS VivoBook Pro N705FD Notebook - Fedora 31 - usb-c port cannot drive a second/third monitor

2020-01-06 Thread Samuel Sieb

On 1/5/20 2:19 PM, S.Bob wrote:
ASUS VivoBook Pro N705FD Notebook, 17.3" FHD Display, Intel Core 
i7-8565U Upto 4.60GHz, 32GB RAM, 1TB SSD + 1TB HDD, NVIDIA GeForce GTX 
1050, HDMI, Card Reader, Wi-Fi, Bluetooth, Windows 10 Pro


Are you using the NVidia proprietary drivers?

When I plug an external monitor into the USB-C port I usually see 
something like this via dmesg:


Is this a USB display device or is it a thunderbolt/displayport over 
USB-C device?  Searching on the USB id suggests that it's probably the 
latter.



[100335.446405] usb 1-3: new high-speed USB device number 11 using xhci_hcd
[100335.919043] usb 1-3: New USB device found, idVendor=2109, 
idProduct=0100, bcdDevice= 6.03
[100335.919046] usb 1-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3

[100335.919048] usb 1-3: Product: USB-C dongle
[100335.919050] usb 1-3: Manufacturer: VIA Technologies Inc.
[100335.919051] usb 1-3: SerialNumber: 0001
[100340.101375] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[100344.156355] usb usb2-port4: Cannot enable. Maybe the USB cable is bad?

Also here is the output of an lspci:

$ lspci


"lsusb" would be more useful.  Also, "lsusb -t" and "lsusb -v" (but just 
the relevant parts for that one).

And finally, "xrandr" with the device plugged in.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org