Okay
Another Jammy64pup
Moderator: Forum moderators
Re: Another Jammy64pup
@user1234
Can you test this for me?
REMOVED
In my build of JammyPup, I get an error when I enter this command into terminal:
Code: Select all
openssl s_client -connect redhat.com:443 -brief
When you use my updated build you do get information back.
- user1234
- Posts: 415
- Joined: Sat Feb 26, 2022 5:48 am
- Location: Somewhere on earth
- Has thanked: 155 times
- Been thanked: 90 times
Re: Another Jammy64pup
@Jasper,
Pardon me, but I don't exactly know what that command does.
I ran it in my VM.
It seems to get some information, but I am unsure if it is the one required:
This was the default openssl
which I tested with.
PuppyLinux gives new life to old computers
- user1234
- Posts: 415
- Joined: Sat Feb 26, 2022 5:48 am
- Location: Somewhere on earth
- Has thanked: 155 times
- Been thanked: 90 times
Re: Another Jammy64pup
Jasper wrote: Mon Mar 25, 2024 4:40 pm@user1234
Can you try the same command NOT using the OpenSSL that I uploaded?
Do you get the same result?
That was run NOT using the OpenSSL that you uploaded.
EDIT:
I get this error using your PET:
PuppyLinux gives new life to old computers
- mikeslr
- Posts: 3014
- Joined: Mon Jul 13, 2020 11:08 pm
- Has thanked: 174 times
- Been thanked: 949 times
Re: Another Jammy64pup
Thanks, jrb for publishing Another Jammy64pup. And thanks, jasper for continuing to update its applications.
Another Jammy64pup is the only Pup on my computers which fully support my long-time favorites --such as Osmo and pWidgets-- as well as current versions of my most commonly used applications.
I may have to master pkg-cli(2) to add some oddballs only available as flatpaks.
- vtpup
- Posts: 754
- Joined: Sat Aug 15, 2020 2:34 pm
- Location: Republic of Vermont
- Has thanked: 202 times
- Been thanked: 174 times
- Contact:
Re: Another Jammy64pup
Computer in sig below....
Just tried Jammy64 this evening and was pleased to find that the touchpad worked OOTB on this very new computer. Great! One of the only puppies that this has happened with.
Unfortunately wifi doesn't work. The card is an Intel Wifi 6e ax211. Generally seems to require iwlwifi firmware iwlwifi-so-a0-gf-a0-71.ucode and iwlwifi-so-a0-gf-a0-72.ucode to work I believe. I did try installing Gyrog's linux_firmware_usr_20240201.sfs but still couldn't get it going.
HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64
My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg
- vtpup
- Posts: 754
- Joined: Sat Aug 15, 2020 2:34 pm
- Location: Republic of Vermont
- Has thanked: 202 times
- Been thanked: 174 times
- Contact:
Re: Another Jammy64pup
Thanks Jasper, but I already had those drivers and had tested them out when I first posted here.
I did however download your .pet just to make sure, then install it, then save and reboot. But no change. No wifi is shown at all. Just bluetooth.
One possible explanation is that sometimes I need to use a different one of Puppy"s network managers to initiate using this card. Unfortunately, the only network manager in Jammypup64 is the simple one, and that one has no information and won't allow you to choose a different interface (in this case iwlwifi).
Frisbee seems the most thorough in recognizing a new hardware interface. It seems to work for me when others fail.
HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64
My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg
Re: Another Jammy64pup
@vtpup
I had similar issues myself before I got it working properly.
I removed my default FDRV.SFS and then booted up the device to see which hardware would function without the need of additional drivers.
Then I had to switch kernels until I found which one was the most suitable for me.
Then I used the "WiFi" only drivers.
@ozsouth , was kind enough to work it through with me.
In the end I had to downgrade my Linux kernel (ZDRV.SFS & Vmlinuz) to ensure that I had it stable.
It is a bit of trial and error, however it will work
Also, @rerwin , has provided updates to his networking applications here:
- vtpup
- Posts: 754
- Joined: Sat Aug 15, 2020 2:34 pm
- Location: Republic of Vermont
- Has thanked: 202 times
- Been thanked: 174 times
- Contact:
Re: Another Jammy64pup
Hi Jasper, thanks. I had already tried other kernels and fdrv, as well as other "huge" firmware sfs. Something seems wrong with the distro re. wifi in general. I haven't had these problems with doing the same with F95, F96CE, Bookworm64, even Bionic64.
There is no network wizard in Menu>Setup or a network manager switcher. SNS/conman seems to be the only included network manager, and as I said it provides no useful info or options. It just shows nothing.
This is a basic problem, the other network managers are necessary to try any other solutions. I have downloaded the Frisbee and old Network Manager links from Rerwin's thread that you referenced above. But neither of them is functional to see the firmware. I'm not sure if this is a usr-merge problem or what. Essential to get Intel wifi cards working is iwlwifi. It would normally be very standard in an installation, but seems not to be loaded by default in Jammy. Network manager can't find it:
And modprobing it in seems to have no effect on Network Manager. It still looks for it in that kernel module directory. Frisbee also seems confused about loading interfaces.
Intel wifi kernel support should be simple as Intel is a total standard and their drivers modules and firmware are all open source AX211 wifi has been around for a few years.
Anyway, I'm going to look in on this thread when I canand a network wizard with additional network managers, in case it gets a changed and/or updated kernel, but unfortunately I can't keep testing suggestions to fix this myself -- I have to do taxes this week! Yuck...
HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64
My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg
Re: Another Jammy64pup
Jasper wrote: Tue May 21, 2024 6:25 amSmall internal updates
croc-9.6.17 - Simple, and secure file transfer between any two computers
Or via terminal for a quick 'n dirty' install or update:
Code: Select all
wget -qO- https://getcroc.schollz.com | bash
Re: Another Jammy64pup
@sonny
Thanks for sharing the script
The only issue is that it places the binary in the wrong location. A quick check shows me it hasn't been stripped either ........ what's a few extra kb's
The binary should be installed in
/usr/bin
not
/usr/local/bin
a possible solution would be to add
bash -s /usr/bin
this would download the binary to the correct location.
Unfortunately, it does not work for this application
Reason: removed broken url(s)
- mikewalsh
- Moderator
- Posts: 6344
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 871 times
- Been thanked: 2072 times
Re: Another Jammy64pup
@Jasper :-
Edited to remove the "spam info" that was added. See above.
I can't really ban the poster for this because it WAS their first infraction.....and it wasn't even an actual link. Not yet, anyway....!
Mike.
-
- Posts: 4055
- Joined: Fri Jul 24, 2020 10:59 pm
- Has thanked: 1702 times
- Been thanked: 551 times
Re: Another Jammy64pup
Do you think "DDRescue-GUI" a good utility to accompany ddrescue for PUP users?
An example use is seen in this document.
-
- Posts: 4055
- Joined: Fri Jul 24, 2020 10:59 pm
- Has thanked: 1702 times
- Been thanked: 551 times
Re: Another Jammy64pup
Jasper wrote: Mon Nov 04, 2024 3:46 pm... I have looked at the website and personally I would not recommend/encourage users having to purchase this application ...
Yeah, I got my copy a long while ago before the pay-wall, IIRC.
And yes, testdisk GUI is a wonderful product in the terminal.
I agree.
-
- Posts: 4055
- Joined: Fri Jul 24, 2020 10:59 pm
- Has thanked: 1702 times
- Been thanked: 551 times
Re: Another Jammy64pup
Just checked. I receive this at a trade show where I attended a seminar. I think it was a purchase, but given to attendees who wanted. Will check to see that I dont violate the use agreement.
- mikeslr
- Posts: 3014
- Joined: Mon Jul 13, 2020 11:08 pm
- Has thanked: 174 times
- Been thanked: 949 times
Re: Another Jammy64pup
Jasper,
I appreciate your efforts to keep Puppys relevant by creating new components for them. Sometimes the value of the new component is obvious, such as your recent compilation and publication of the pcmanfm file-manager. But many of us won't have the slightest clue as to how libraries such as libpsl-0.21.5 and libunistring-1.3 are employed by an application or the operating system and thus why installing a new version is worth the effort. Consequently, it would also be valuable if along with your publications of things many of us know little about you could explain their significance.