In openSUSE 15.1, memtest, as installed, would not work with UEFI. Has
this been fixed in 15.2? There is a version on the memtest website that
will work with it.
tnx jk
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
SuSE Tumbleweed with newest updates and upgrades.
5.7.1-1-default #1 SMP Wed Jun 10 11:53:46 UTC 2020 (6a549f6) x86_64 x86_64
x86_64 GNU/Linux
Just recently started to give error messages when plugging in e.g. USB Headsets,
Arduino Uno into some Exsys USB 3.0 hub.
This was working fine in Tumbleweed before and in e.g. SuSE 13.1.
The error message is e.g.:
[...]usb 2-1.4.3: new full-speed USB device number 10 using xhci_hcd
[...]usb 2-1.4.3: New USB device found, idVendor=2341, idProduct=0043,
bcdDevice= 0.01
[...]usb 2-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[...]usb 2-1.4.3: Manufacturer: Arduino (www.arduino.cc)
...serialnumber...
[...]kernel: usb 2-1.4.3: Not enough bandwidth for new device state.
[...]kernel: usb 2-1.4.3: can't set config #1, error -28
This error message started on Jun 04, after making an
update (zypper up) on June 3rd.
A USB3.0 stick is working on the Exsys Hub.
The Arduino is working on some other USB 3.0 Port of another hub.
Regression?
Any hints how to get this away?
Found only another occurrence of this bug:
http://opensuse92.rssing.com/chan-20813128/all_p1407.html
Best regards
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I usually take the newest openSUSE kernel (from repository
Kernel_stable). But since some month I have a DVB T2 HD card, which
requires a patch (see https://bugzilla.kernel.org/show_bug.cgi?id=194171).
So I need to compile kernels myself. I have a working compilation path.
But the current path has 12 steps! It takes some time. I wonder, why it
is so complicated to configure, compile and install a Kernel under openSUSE.
Is there a better/easier/automated way to configure, compile and install
a Kernel under openSUSE?
I know this blog article. But the article uses Vanilla kernels and also
needs 6 steps. With additional patches (4 steps), third-party modules (2
steps) and cleanup (1 step) the article would also need 13 steps:
Compiling the Linux Kernel, the SUSE way
https://www.suse.com/communities/blog/compiling-de-linux-kernel-suse-way/
This is my Kernel configuration, compilation and installation path:
1. Update kernel-source and kernel-default from Kernel_stable repository
2. Save kernel-source: cp -a /usr/src/linux-4.x.y-...
/usr/src/linux-4.x.y-my
3. Apply my patches
cd /usr/src/linux-4.x.y-my
patch -b -p1 < ~myuser/.../my-kernel-patch.patch
4. Copy standard configuration:
cd /usr/src/linux-4.x.y-my
cp -v /boot/config-4.11.4-1.gcba98ee-default .config
5. Edit .config:
remove CONFIG_LOCALVERSION, CONFIG_DEBUG_KERNEL, CONFIG_EXPERT
remove some hardware-dependent settings
6. edit configuration interactively:
Disable CONFIG_EXPERT and CONFIG_DEBUG_KERNEL, because otherwise
"make binrpm-pkg" creates huge kernel binaries.
make oldconfig
[...]
Local version - append to kernel release (LOCALVERSION) [] (NEW) -my1
*
* Configure standard kernel features (expert users)
*
Configure standard kernel features (expert users) (EXPERT) [N/y/?]
(NEW)
Kernel debugging (DEBUG_KERNEL) [N/y/?] (NEW)
make menuconfig
Do some additional configuration.
7. Compile kernel
(-j4 for four processor cores, ionice and nice to reduce the load,
binrpm-pkg for RPM without source-RPM)
make clean
nice ionice -c idle make -j4 binrpm-pkg
8. Install the kernel RPM package
rpm -Uvh /usr/src/packages/RPMS/x86_64/kernel-4.x.y_my1-....x86_64.rpm
9. Install necessary symbolic links for "dkms"
cd /lib/modules/4.x.y-my1
ln -sv /usr/src/linux-4.x.y-my source
ln -sv /usr/src/linux-4.x.y-my build
10. Update third-party modules (e.g. Nvidia driver):
dkms install -m nvidia -v 375.66 -k 4.x.y-my1
11. Cleanup
cd /usr/src/linux-4.x.y-my
make clean
12. Select Grub configuration and reboot
grub2-once --list | less
grub2-once 2
reboot
Greetings,
Björn
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
On Wednesday 03 July 2002 03:38, Michael wrote:
> I tried to visit this site.
> http://www.bet365.com
> The result upset me so much i sent them this.
I sent the letter below, and I encourage everyone on the list to send a
similar letter.
-----------------------------------------
Subject: Create a Real Web Site Please
From: Bryan S. Tyson <bryantyson(a)earthlink.net>
To: webmaster(a)bet365.com
When attempting to view your site using Konqueror 2.2.1 and Mozilla
0.9.4, both Linux web browsers, I was curtly informed that my browser
is "incompatible." Your site, sir, is what is "incompatible." Stick
with established standards and real html, not Microsoft proprietary
"features."
***************************************************
Powered by SuSE Linux 7.3 Professional
KDE 2.2.1 KMail 1.3.1
This is a Microsoft-free computer
Bryan S. Tyson
bryantyson(a)earthlink.net
***************************************************
We have an winNT server and need to auto mount a shared folder as if it were a
windose mapped drive Z: on SuSE8
Could someone please explain how to do this and how to make sure it is set-up
for every user everytime the system is booted.
Thanks
Regards
Keith Jacobs
New to Linux
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I
think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd
[9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2
[9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[9787970.302092] usb 3-9: Product: iPad
[9787970.302093] usb 3-9: Manufacturer: Apple Inc.
[9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted
[9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached
[9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
Thanks, Dave
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi list,
speaking about software raid, not hardware controller based.
I am trying to go for some local OpenSuse machine and adding some
storage to it. Was considering Raid6, and now reading about a bit and
people left and right scaremongering about the larger the disks these
days in the double digit terabyte capacities even, the more likely it
is that during a reconstruction of a raid subsequent errors would
occur.
I would absolutely like to keep my data consistent, and I am not
thinking about double digit terabytes either, would stick to 2TB or
4TB disks, with Raid6 thats at least 4 physical drives.
Now I am wondering if it possible to use a good robust file system
that can add some more parity or check blocks or redundancy on top of
the hardware disks, to absolutely be able to always read my data.
I can't add multiple machines or like those high availability stuff
like clusters and what not I read about DRBD (Distributed Replicated
Block Device), or maybe I am just too scared by those technical terms
or consider myself to be just a simpleton and wanting to keep it
rather simple.
My use case here is also not constant availablity, when a disk needs
to be replaced, so be it, but I don't want to lose my data that I can
not ever read certain parts of it again or such stuff.
The thing that came to my mind was, if there is some file systems that
would add redundancy and robustness onto the mdraid system of the
linux kernel?
Anyone with some useful insights? Roughly speaking, I was considering
some simple pcie esata interfaced controller card and an external case
enclosure with esata port and portmulitplier stuff inside, that can
present at least 4 physical disks as JBOD, just a bunch of disks, so
that the Linux can seem them all separately.
Speed and rebuild times are not my concern, but data persistence and
data integrity. Not even number of physical disks, I could live with
even one of those 8 bay device enclosures and cases that are out there
on the market.
Thanks for any help and hints.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hmm,
I just got this message from Atri, who I've seen looks at this list.
I haven't migrated my bugzilla account because I don't want to continue
to use the old account name. I just tried to respond and it wants
details I cannot supply (I don't know what username/password are - I've
never needed them - my browser supposedly knows them but apparently
can't reproduce whatever information is required to respond to the
'migration portal')
But more fundamentally, I don't use TW. I use Leap and I'm still on
15.0.
Begin forwarded message:
Date: Sun, 07 Jun 2020 19:16:08 +0000
From: bugzilla_noreply(a)suse.com
To: *********
Subject: [Bug 1128204] retext crashes with core dump
http://bugzilla.suse.com/show_bug.cgi?id=1128204http://bugzilla.suse.com/show_bug.cgi?id=1128204#c11
--- Comment #11 from Atri Bhattacharya <badshah400(a)gmail.com> ---
Sorry Dave, I missed the train on this one. Can you still reproduce
this with the latest TW?
--
You are receiving this mail because:
You are on the CC list for the bug.
You reported the bug.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have not done this in ages, so is there a simple html editor (WYSIWYG)?
I think I used one long ago, blue something perhaps.
My start menu suggests seamonkey composer, that's heavy.
I just need descriptive text and clickable links. I know I can do this in
plain text, but I wonder at something WYSIWYG. Similar to composer, but
simpler/smaller.
- --
Cheers
Carlos E. R.
(from 15.1 x86_64 at Telcontar)
-----BEGIN PGP SIGNATURE-----
iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCX5xk3Bwccm9iaW4ubGlz
dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVqQEAn0cR05oKxnllR/0LEE3X
C1UpRHxaAJwPmkQZWPHbDGmtnJqKqtxtzD0KHA==
=rRxy
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
<https://www.bleepingcomputer.com/news/software/youtube-dl-removed-from-gith…>
It's still in the 15.1, 15.2 & TW repos.
--
Evolution as taught in public schools, like religion,
is based on faith, not on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org