The FreeBSD Forums's Avatar

The FreeBSD Forums

@forums.freebsd.org.web.brid.gy

The FreeBSD Forums [bridged from https://forums.freebsd.org/ on the web: https://fed.brid.gy/web/forums.freebsd.org ]

151 Followers  |  0 Following  |  5,557 Posts  |  Joined: 28.10.2024  |  2.0802

Latest posts by forums.freebsd.org.web.brid.gy on Bluesky

Multiple static IPs on specific wifi SSIDs and DHCP elsewhere? I'd like to use static IPs for my home wifi, but DHCP on any other unrelated SSID I might connect to outside the house. Would something like this work in ` `rc.conf``? Code: # Wifi wlans_iwm0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" ifconfig_wlan0="WPA inet '192.168.1.150/24' ssid 'Highgate (5GHz)'" ifconfig_wlan0="WPA inet '192.168.1.150/24' ssid 'The Crossroads (2.4GHz)'" ifconfig_wlan0_ipv6="inet6 accept_rtadv"
19.08.2025 22:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Object Oriented Programming really an Advantage I have just learned a little of Javascript, some principles, what objects are, prototypes, inheritance, constructors. I played a little with node.js I also read once about the tcl extension tclOO for object oriented programming, but forgot everything. Sure, the theory looks nice. I do understand that it may have advantages, encapsulating code, making some order, but I have the feeling it is an exaggeration. If I have to program, I have no idea how to begin using that. Are eventually pointers to structures in C not enough? What is your opinion / experience?
19.08.2025 20:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Cisco USB-USB console and umodem driver More and more equipment (switches and router) only have an USB port as the console port. As an example, the new C9200CX do not have a RS232 port but only USB. FreeBSD uses the umodem driver in combination with the ucom driver to connect the hardware chip to a /dev/cuaUX device file. All this works as it should and I can do "cu -l cuaU0 -s 9600" and get a connect. But no text at all. Windows, MacOS and Linux have working drivers. The umodem driver from NetBSD hasnยดt been touched in a long time. How can we fix this?
19.08.2025 17:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Upgrade of specific package Is it safe to upgrade a specific package, e.g. ` `pkg upgrade firefox``? What has been your experience?
19.08.2025 11:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Poudriere, PACKAGE_FETCH_WHITELIST, and how do I avoid building rust? I've got a 14.0-RC1 VM running on a Macbook Air, which I'm using to try to get to understand poudriere a little. My VM doesn't have the resources to build rust, so I'm using poudriere-devel. In /usr/local/etc/poudriere.conf I have added Code: #PACKAGE_FETCH_BRANCH=latest PACKAGE_FETCH_URL=pkg+http://pkg.FreeBSD.org/\${ABI} PACKAGE_FETCH_BLACKLIST="" PACKAGE_FETCH_WHITELIST="gcc* rust llvm*" & I've make a poudriere jail, poo14. poudriere still wants to build rust, saying Code: root@fair14:~ # cat /usr/local/etc/poudriere.d/poo14-make.conf lang_rust_UNSET=PORT_LLVM root@fair14:~ # poudriere bulk -j poo14 -p default -f /usr/local/etc/poudriere.d/packages-default -b latest -v ... [00:00:08] Package fetch: Skipping rust-1.72.0: options wanted: +DOCS -GDB -LTO -PORT_LLVM +SOURCES +WASM [00:00:08] Package fetch: Skipping rust-1.72.0: options remote: +DOCS -GDB -LTO +SOURCES +WASM [00:00:08] Package fetch: No packages eligible to fetch I'm sure there's more than one thing I've misunderstood, but how do I get past this thing wanting PORT_LLVM?
19.08.2025 11:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Xaw3dxft is alive and well libXaw3dXft is alive and well: * https://github.com/DaveFlater/libXaw3dXft * https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/ was the old website. Version 1.6.4 was released 2 months ago. Version 1.6.3 was released 4 months ago. Sadly, the original author of libxaw3dxft, Jean-Pierre Demailly, passed away. He was a mathematician, notable enough to have his own Wikipedia page. The old website wasn't recoverable, so the new steward copied it to GitHub and there's an additional contributor who have worked on it. The old website hosted xpaint, which libxaw3dxft was a toolkit for. Xpaint was under GPL, while Xaw3dxft is under a permissive license. The last version of _`x11-toolkits/libxaw3dxft`_ from Sourceforge was 1.6.2.h. These previous versions from Sourceforge came out soon after each version of libxaw3d. It mirrored libXaw3d, except it has additional Internationalization support through Xft. It's the only Xaw implementation with Internationalization support, meaning for written fonts of world wide languages,. The old Sourceforge repository also had applications that ran on the library, and there were patches available there for them too. LibXaw3d stewarded by Xorg is currently at version 1.6.6: https://gitlab.freedesktop.org/xorg/lib/libxaw3d/-/tree/libXaw3d-1.6.6. While Xaw still gets updates, it's versions are less modern. An older thread FreeBSD thread on Xaw implementations, some explanations, diagrams and screenshots: Thread athena-widgets-xaw-implementations.81588. Based on old screenshots, the graphical style of Xaw3dxft is identical to that Xaw3d, since the difference is the addition of Xft fonts. Actually, the version of Xaw on FreeBSD is over a decade behind the latest version of Xaw from Xorg. There has been a bit of Internet interest in Xaw implementations since 2002.
19.08.2025 06:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
What substitute for graphics/cinepaint? Unfortunately, now _`graphics/cinepaint`_ disappeared from ports. And I do not know other high-depth (16-bit channels) images editing tools available for FreeBSD. Are there any?
19.08.2025 05:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Dial-up (with PSTN modem) on 14.2 with MPD5 - doesn't work with windows or even other BSD as a client. Hi there, I know this may be a bit unusual these days, but I'm trying to create a dial-in server on my FreeBSD box with 14.2 and MPD5 (version 5.9). It's working just fine when I use mgetty and ppp - including NAT etc. My next goal is to play with multilink-PPP (something I never had a chance to do during modem era), and for that I need MPD5. Now, I tried dialing into BSD from Windows XP, from Linux and from another FreeBSD (with MPD) to get additional debugging info, but it fails during LCP without any clear error. Here's my config: Code: default: log +all set log +all load dialin dialin: create bundle static B2 set bundle enable compression set bundle fsm-timeout 2 set iface idle 900 set ipcp ranges 1.1.1.2/32 2.2.2.1/32 create link static L2 modem set link action bundle B2 set link no pap chap eap set link enable chap-msv2 set auth authname ppp log +all set modem device /dev/cuau4 set modem var $DialPrefix "DT" set modem idle-script AnswerCall set link enable incoming And here's the relevant portion of the log, it's clear that the MPD5 answers the call correctly, goes through CONNECT, sends over supported link params including authentication, and then dies... Code: Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1267: log "Incoming call detected..." Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: Incoming call detected... Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1268: print "ATA^M " Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: sending Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: 41 54 41 0d 0a ATA.. Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1269: regex "CONNECT *([0-9]*).*$" ModemAnswerConnect Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1270: wait $ConnectTimeout Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT ChatTimeout() at chat.c:971 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT ChatTimeout() done at chat.c:971 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:584 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:584 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a 0d .. Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a 43 4f 4e 4e 45 43 54 20 33 33 36 30 30 20 56 .CONNECT 33600 V Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 34 32 62 69 73 0d 42bis. Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a . Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: matched set "", goto label "ModemAnswerConnect" Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_TIMEOUT ChatTimeout() at chat.c:1401 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_TIMEOUT ChatTimeout() done at chat.c:1401 Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1283: set $ConnectionSpeed $matchedString1 Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1284: set $answerReturn OK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1285: return Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 195: if $answerReturn == OK goto AnswerCallOK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 195: goto AnswerCallOK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 201: log "Connected at $ConnectionSpeed." Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: Connected at 33600. Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 202: set $OptimizeNextTime yes Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 203: set $IdleResult answer Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 204: success Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_READ ChatRead() at chat.c:874 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_READ ChatRead() done at chat.c:874 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event (null) at chat.c:875 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event (null) done at chat.c:875 Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: idle script succeeded, action=answer Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: opening link in answer mode Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() sent Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() received Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: OPEN event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: Open event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: state change Initial --> Starting Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: LayerStart Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() sent Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() processed Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() received Aug 18 10:15:56 bsm mpd[34495]: [L2] device: OPEN event in state READY Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: chat script succeeded Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "ModemCheck" ModemCheck() for 1000 ms at modem.c:438 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "ModemReport" ModemErrorCheck() for 60000 ms at modem.c:442 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: [L2] device: UP event Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: UP event Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: origination is remote Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: Up event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: state change Starting --> Req-Sent Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: phase shift DEAD --> ESTABLISH Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: SendConfigReq #11 Aug 18 10:15:56 bsm mpd[34495]: [L2] ACFCOMP Aug 18 10:15:56 bsm mpd[34495]: [L2] PROTOCOMP Aug 18 10:15:56 bsm mpd[34495]: [L2] ACCMAP 0x000a0000 Aug 18 10:15:56 bsm mpd[34495]: [L2] MRU 1500 Aug 18 10:15:56 bsm mpd[34495]: [L2] MAGICNUM 0xdf01dd74 Aug 18 10:15:56 bsm mpd[34495]: [L2] AUTHPROTO CHAP MSOFTv2 Aug 18 10:15:56 bsm mpd[34495]: [L2] xmit frame to link proto=0xc021 Aug 18 10:15:56 bsm mpd[34495]: ff 03 c0 21 01 0b 00 1d 08 02 07 02 02 06 00 0a ...!............ Aug 18 10:15:56 bsm mpd[34495]: 00 00 01 04 05 dc 05 06 df 01 dd 74 03 05 c2 23 ...........t...# Aug 18 10:15:56 bsm mpd[34495]: 81 . Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "LCP" FsmTimeout() for 2000 ms at fsm.c:426 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() processed Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() done Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing timer "ModemCheck" ModemCheck() Aug 18 10:15:57 bsm mpd[34495]: EVENT: Starting timer "ModemCheck" ModemCheck() for 1000 ms at modem.c:731 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing timer "ModemCheck" ModemCheck() done Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done Aug 18 10:15:58 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() Aug 18 10:15:58 bsm mpd[34495]: EVENT: Processing timer "LCP" FsmTimeout() Aug 18 10:15:58 bsm mpd[34495]: [L2] LCP: SendConfigReq #12 Aug 18 10:15:58 bsm mpd[34495]: [L2] ACFCOMP Aug 18 10:15:58 bsm mpd[34495]: [L2] PROTOCOMP Aug 18 10:15:58 bsm mpd[34495]: [L2] ACCMAP 0x000a0000 Aug 18 10:15:58 bsm mpd[34495]: [L2] MRU 1500 Aug 18 10:15:58 bsm mpd[34495]: [L2] MAGICNUM 0xdf01dd74 Aug 18 10:15:58 bsm mpd[34495]: [L2] AUTHPROTO CHAP MSOFTv2 Aug 18 10:15:58 bsm mpd[34495]: [L2] xmit frame to link proto=0xc021 Aug 18 10:15:58 bsm mpd[34495]: ff 03 c0 21 01 0c 00 1d 08 02 07 02 02 06 00 0a ...!............ Aug 18 10:15:58 bsm mpd[34495]... Read more
19.08.2025 05:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Dell Latitude 7220 Rugged Tablet - PS/2 Touchpad Not Detected in FreeBSD 14.3 The touchpad on my Dell Latitude 7220 Rugged Tablet (with attached keyboard dock) is not being detected in FreeBSD 14.3-RELEASE, despite working perfectly in Debian 13. The touchpad appears to be a PS/2 device but FreeBSD's kernel is not initializing the PS/2 AUX port. ## Hardware Details - **Device**: Dell Latitude 7220 Rugged Tablet - **Keyboard Dock**: Dell detachable keyboard with integrated touchpad - **Touchpad Hardware ID**: DLL093D (Dell touchpad) - **ACPI PNP ID**: PNP0F13 (PS/2 Mouse) ## Working Configuration in Debian 13 In Debian, the touchpad works as a standard PS/2 mouse: ``` # From Debian dmesg: [ 0.828844] i8042: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12 [ 0.831089] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.831095] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.786835] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5 # From /proc/bus/input/devices: I: Bus=0011 Vendor=0002 Product=0005 Version=0000 N: Name="ImPS/2 Generic Wheel Mouse" P: Phys=isa0060/serio1/input0 ``` ## FreeBSD 14.3 Behavior The PS/2 keyboard controller is detected, but only the keyboard port is initialized - the AUX (mouse) port is never set up: ``` # From FreeBSD dmesg: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 # Note: No psm0 device is created # The ACPI device is recognized but not attached: $ sysctl dev.psmcpnp.0 dev.psmcpnp.0.%parent: acpi0 dev.psmcpnp.0.%pnpinfo: _HID=DLL093D _UID=0 _CID=PNP0F13 dev.psmcpnp.0.%location: handle=\\_SB_.PCI0.LPCB.PS2M dev.psmcpnp.0.%driver: psmcpnp dev.psmcpnp.0.%desc: PS/2 mouse port ``` ## Attempted Solutions I've tried various configurations without success: ### /boot/loader.conf ``` hw.psm.synaptics_support=1 hw.psm.elantech_support=1 hw.psm.trackpoint_support=1 hw.psm.mux_disabled=0 hw.atkbdc.broken_kit_cmd=1 hint.psm.0.at="atkbdc" hint.psm.0.irq="12" ``` ### /boot/device.hints ``` hint.psm.0.at="atkbdc" hint.psm.0.irq="12" hint.psm.0.flags="0x0100" # Also tried 0x0200 ``` ### Also tried: - Disabling moused (`sysrc moused_enable=NO`) - Forcing ISA attachment instead of ACPI - Various psm flags (0x0100, 0x0200) - Loading additional modules (ums, uhid, evdev) ## Additional Information - The touchpad is NOT connected via USB (verified with `usbconfig`) - No I2C HID devices detected (tried loading ig4, iichid modules) - The touchscreen (eGalaxTouch) works fine via USB HID - libinput only shows "System mouse" which produces no events - DMI info shows: "Built-in Pointing Device, Type: Touch Pad, Interface: Bus Mouse, Buttons: 2" ## ACPI DSDT Extract ``` Name (P2MN, "DLL093D") Device (PS2M) { Method (_HID, 0, NotSerialized) // _HID: Hardware ID { Return (P2MN) /* \\_SB_.PCI0.LPCB.P2MN */ } Name (_CID, EisaId ("PNP0F13") /* PS/2 Mouse */) // _CID: Compatible ID Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } ``` ## Question It appears the FreeBSD kernel is not initializing the PS/2 AUX port on the i8042 controller, even though the ACPI information is present and correct. The same hardware works in Linux, suggesting this is a FreeBSD-specific issue with this Dell model. Is there a known issue with PS/2 AUX port initialization on Dell Latitude 7220 or similar models? Are there any kernel patches or additional configuration options I should try? ## System Information ``` $ uname -a FreeBSD rr 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64 $ freebsd-version 14.3-RELEASE ``` Any help or suggestions would be greatly appreciated!
19.08.2025 03:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Reaper (Linux) on FreeBSD **Reaper (Linux) v7.34 tested on FreeBSD Release 14.2-p1 installation with the XFCE 4.20 desktop environment. _This guide assumes:_** -a suitable OS configuration for desktop/laptop use is already done -user membership in the groups: _wheel, operator, realtime, video_ -Linux Binary Compatibility is enabled in `/boot/loader.conf` and `/etc/rc.conf` -`proc` mounting is configured correctly in `/etc/fstab` **_Minimum required packages for Reaper to execute successfully:_** Rocky Linux 9 Base _`emulators/linux_base-rl9`_ Shared Library for: `libasound.so.2` _`audio/linux-rl9-alsa-lib`_ Shared Library for: `libX11.so.6` _`x11/linux-rl9-xorg-libs`_ Shared Library for: `libGL.so.1` _`graphics/linux-rl9-libglvnd`_ GTK Compatibility for: `gdk_init_check` _`x11-toolkits/linux-rl9-gtk2`_ _`x11-toolkits/linux-rl9-gtk3`_ These are enough to get Reaper running, but deeper testing is needed.
19.08.2025 00:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Need Help With RealTek Wireless rtwn0 PCI Not USB It seems to be there but doesn't appear in ifconfig. It's an HP laptop. Code: ifconfig โ”€โ”€(Mon,Aug18)โ”€โ”˜ re0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether 3c:a8:2a:b9:1b:50 inet 192.168.12.126 netmask 0xffffff00 broadcast 192.168.12.255 media: Ethernet autoselect (100baseTX <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384 options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 groups: lo nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> sudo kldload if_rtwn_pci โ”€โ”€(Mon,Aug18)โ”€โ”˜ Password: kldload: can't load if_rtwn_pci: module already loaded or in kernel pciconf -lv grep -B3 network 1 โ†ต โ”€โ”€(Mon,Aug18)โ”€โ”˜ hostb0@pci0:0:0:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1536 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Root Complex' class = bridge subclass = HOST-PCI vgapci0@pci0:0:1:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x9830 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Kabini [Radeon HD 8400 / R3 Series]' class = display subclass = VGA hdac0@pci0:0:1:1: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1002 device=0x9840 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Kabini HDMI/DP Audio' class = multimedia subclass = HDA hostb1@pci0:0:2:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1538 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 0' class = bridge subclass = HOST-PCI pcib1@pci0:0:2:2: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x1439 subvendor=0x1022 subdevice=0x1234 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Functions 5:1' class = bridge subclass = PCI-PCI pcib2@pci0:0:2:3: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x1439 subvendor=0x1022 subdevice=0x1234 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Functions 5:1' class = bridge subclass = PCI-PCI pcib3@pci0:0:2:5: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x1439 subvendor=0x1022 subdevice=0x1234 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Functions 5:1' class = bridge subclass = PCI-PCI xhci0@pci0:0:16:0: class=0x0c0330 rev=0x01 hdr=0x00 vendor=0x1022 device=0x7814 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH USB XHCI Controller' class = serial bus subclass = USB ahci0@pci0:0:17:0: class=0x010601 rev=0x00 hdr=0x00 vendor=0x1022 device=0x7804 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH SATA Controller [AHCI mode]' class = mass storage subclass = SATA ohci0@pci0:0:18:0: class=0x0c0310 rev=0x39 hdr=0x00 vendor=0x1022 device=0x7807 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH USB OHCI Controller' class = serial bus subclass = USB ehci0@pci0:0:18:2: class=0x0c0320 rev=0x39 hdr=0x00 vendor=0x1022 device=0x7808 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH USB EHCI Controller' class = serial bus subclass = USB ohci1@pci0:0:19:0: class=0x0c0310 rev=0x39 hdr=0x00 vendor=0x1022 device=0x7807 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH USB OHCI Controller' class = serial bus subclass = USB ehci1@pci0:0:19:2: class=0x0c0320 rev=0x39 hdr=0x00 vendor=0x1022 device=0x7808 subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH USB EHCI Controller' class = serial bus subclass = USB intsmb0@pci0:0:20:0: class=0x0c0500 rev=0x3a hdr=0x00 vendor=0x1022 device=0x780b subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH SMBus Controller' class = serial bus subclass = SMBus hdac1@pci0:0:20:2: class=0x040300 rev=0x02 hdr=0x00 vendor=0x1022 device=0x780d subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH Azalia Controller' class = multimedia subclass = HDA isab0@pci0:0:20:3: class=0x060100 rev=0x11 hdr=0x00 vendor=0x1022 device=0x780e subvendor=0x103c subdevice=0x2330 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH LPC Bridge' class = bridge subclass = PCI-ISA hostb2@pci0:0:24:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1530 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 0' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:1: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1531 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 1' class = bridge subclass = HOST-PCI hostb4@pci0:0:24:2: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1532 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 2' class = bridge subclass = HOST-PCI hostb5@pci0:0:24:3: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1533 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 3' class = bridge subclass = HOST-PCI hostb6@pci0:0:24:4: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1534 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 4' class = bridge subclass = HOST-PCI hostb7@pci0:0:24:5: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1535 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 16h Processor Function 5' class = bridge subclass = HOST-PCI rtwn0@pci0:1:0:0: class=0x028000 rev=0x01 hdr=0x00 vendor=0x10ec device=0x8179 subvendor=0x103c subdevice=0x197d vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8188EE Wireless Network Adapter' class = network re0@pci0:5:0:0: class=0x020000 rev=0x07 hdr=0x00 vendor=0x10ec device=0x8136 subvendor=0x103c subdevice=0x2330 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL810xE PCI Express Fast Ethernet controller' class = network subclass = ethernet rtsx0@pci0:6:0:0: class=0xff0000 rev=0x01 hdr=0x00 vendor=0x10ec device=0x5229 subvendor=0x103c subdevice=0x2330 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTS5229 PCI Express Card Reader' sysctl net.wlan.devices โ”€โ”€(Mon,Aug18)โ”€โ”˜ net.wlan.devices: rtwn0
19.08.2025 00:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
which O.S. do you use ? When you don't use freebd (bad,bad,bad). Which O.S., distro,derivative do you use ? Me : -Windows ( for games, steam) -Artix linux (an arch clone without systemd) -Redcore linux (a gentoo clone) -MX linux (a debian clone)
18.08.2025 23:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
u-boot questions regarding the rockchip rk 3399... Hello. I've installed FreeBSD 14.2-RELEASE on both my boards (RockPro64 and Khadas Edge V),both based on the Rockchip RK3399 and I've used a display that has a resolution of 720 x 720 resolution and I saw that the screen remains almost black (almost because I see a dim illumination coming from the display) . I don't even see the u-boot logo. Instead,it is able to turn on my large HDMI monitor,which has a resolution of 1920x1080 pixels. Since I'm building a FreeBSD modular phone, I want to use a small HDMI display with a low resolution. My question is : why is u-boot able to turn on a monitor that has a resolution of 1920x1080 and it's not able to turn on the other HDMI display that has a resolution of 720x720 ? Or even better : what's the lowest resolution that will work ? If I want to buy a display that has a resolution of 800x600,will u-boot be able to turn it on ? 1024x768 ? more ? Thanks.
18.08.2025 22:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
LLC prefetch + ZFS I'm in the midst of a server rebuild, and I'm puzzling over the LLC prefetch option in my Supermicro X11DPH-I BIOS. The default setting is disabled, but it sounds like it could be a useful feature to turn on. Any comments / experiences people can offer on whether this plays well with ZFS? More generally, how would enabling this option impact performance for a FreeBSD storage server running a few jails?
18.08.2025 21:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Using the system while building packages feels laggy. Hi. I use ZFS on Root, have a cpu with igpu (4 core 8 threads), 16GB RAM and 32GB SWAP on a M2 NVME disk. My problem is, While compiling packages in background, even though I didn't gave all my cpu threads to poudriere, my system feels laggy. I don't know what's causing the issue. I didn't limit RAM usage by poudriere, currently im building electron27 with all it's dependencies with ` `PARALLEL_JOBS=4`` (i guess that mean 4 threads will be used by poudriere). Code: % uname -aKU FreeBSD desktop.home.lan 14.1-STABLE FreeBSD 14.1-STABLE stable/14-n267701-e73147fc7ca6 GENERIC amd64 1401500 1401500
18.08.2025 21:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
no pools available to import message on boot Hi. I'm having "no pools available to import" message on boot. Why is this happening? I am using 14.0-R.
18.08.2025 20:55 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
sccache on i386 poudriere jail gives abort trap when starting sccache Hi, I am able to use sccache when on amd64 jail, but not on i386 jail, i wonder if sccache isn't supported on i386? The jail works fine without sccache. I am using non-devel poudriere, maybe non-devel version don't support overlays? idk... Thanks in advance. Code: # poudriere ports -l PORTSTREE METHOD TIMESTAMP PATH default null 2025-05-11 23:18:40 /usr/ports sccache null 2025-05-11 22:47:14 /usr/local/share/sccache/overlay Code: ===> Returning to build of colord-1.4.7_3 =========================================================================== =======================<phase: configure >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for colord-1.4.7_3 ==> Starting sccache Abort trap *** Signal 6 Stop. make: stopped in /usr/ports/graphics/colord =>> Cleaning up wrkdir ===> Cleaning for colord-1.4.7_3 build of graphics/colord | colord-1.4.7_3 ended at Sat May 31 12:33:48 +03 2025 build time: 00:00:05 !!! build failure encountered !!!
18.08.2025 20:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Intermittent unresponsiveness Just got back from my Summer holidays and did an update of my main desktop machine. FreeBSD 14.2-RELEASE with quarterly ports. Rebooting was very slow with USB taking a few minutes. Now mouse and keyboard input freezes every few minutes, and strangely I keep getting the volume control slider briefly appearing. Is anyone else seeing this> Any fixes?
18.08.2025 20:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
No 3D with wine or wine-proton It looks like something is missing on my setup. Native games and applications have 3D acceleration, but nothing with wine or wine-proton. Code: โฑ freebsd-version -kru 14.3-RELEASE-p2 14.3-RELEASE-p2 14.3-RELEASE-p2 Code: โฑ pkg info -qa | grep nvidia libva-nvidia-driver-0.0.14_2 linux-nvidia-libs-570.181 nvidia-driver-570.181.1403000 nvidia-drm-61-kmod-570.181.1403000_2 Code: โฑ ls -lha /usr/local/lib/libG* lrwxr-xr-x 1 root wheel 10B Aug 9 03:21 /usr/local/lib/libGL.so -> libGL.so.1 lrwxr-xr-x 1 root wheel 14B Aug 9 03:21 /usr/local/lib/libGL.so.1 -> libGL.so.1.7.0 -rwxr-xr-x 1 root wheel 548K Aug 9 03:21 /usr/local/lib/libGL.so.1.7.0 lrwxr-xr-x 1 root wheel 18B Aug 9 03:21 /usr/local/lib/libGLdispatch.so -> libGLdispatch.so.0 lrwxr-xr-x 1 root wheel 22B Aug 9 03:21 /usr/local/lib/libGLdispatch.so.0 -> libGLdispatch.so.0.0.0 -rwxr-xr-x 1 root wheel 694K Aug 9 03:21 /usr/local/lib/libGLdispatch.so.0.0.0 lrwxr-xr-x 1 root wheel 24B Aug 17 15:52 /usr/local/lib/libGLESv1_CM_nvidia.so -> libGLESv1_CM_nvidia.so.1 -r--r--r-- 1 root wheel 74K Aug 17 15:52 /usr/local/lib/libGLESv1_CM_nvidia.so.1 lrwxr-xr-x 1 root wheel 17B Aug 9 03:21 /usr/local/lib/libGLESv1_CM.so -> libGLESv1_CM.so.1 lrwxr-xr-x 1 root wheel 21B Aug 9 03:21 /usr/local/lib/libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.2.0 -rwxr-xr-x 1 root wheel 34K Aug 9 03:21 /usr/local/lib/libGLESv1_CM.so.1.2.0 lrwxr-xr-x 1 root wheel 21B Aug 17 15:52 /usr/local/lib/libGLESv2_nvidia.so -> libGLESv2_nvidia.so.2 -r--r--r-- 1 root wheel 129K Aug 17 15:52 /usr/local/lib/libGLESv2_nvidia.so.2 lrwxr-xr-x 1 root wheel 14B Aug 9 03:21 /usr/local/lib/libGLESv2.so -> libGLESv2.so.2 lrwxr-xr-x 1 root wheel 18B Aug 9 03:21 /usr/local/lib/libGLESv2.so.2 -> libGLESv2.so.2.1.0 -rwxr-xr-x 1 root wheel 65K Aug 9 03:21 /usr/local/lib/libGLESv2.so.2.1.0 -rw-r--r-- 1 root wheel 328K Aug 9 03:26 /usr/local/lib/libGLEW.a lrwxr-xr-x 1 root wheel 16B Aug 9 03:26 /usr/local/lib/libGLEW.so -> libGLEW.so.2.2.0 lrwxr-xr-x 1 root wheel 16B Aug 9 03:26 /usr/local/lib/libGLEW.so.2 -> libGLEW.so.2.2.0 -rw-r--r-- 1 root wheel 744K Aug 9 03:26 /usr/local/lib/libGLEW.so.2.2.0 lrwxr-xr-x 1 root wheel 11B Aug 9 03:21 /usr/local/lib/libGLU.so -> libGLU.so.1 lrwxr-xr-x 1 root wheel 15B Aug 9 03:21 /usr/local/lib/libGLU.so.1 -> libGLU.so.1.3.1 -rwxr-xr-x 1 root wheel 603K Aug 9 03:21 /usr/local/lib/libGLU.so.1.3.1 lrwxr-xr-x 1 root wheel 16B Aug 9 19:10 /usr/local/lib/libGLX_mesa.so -> libGLX_mesa.so.0 lrwxr-xr-x 1 root wheel 20B Aug 9 19:10 /usr/local/lib/libGLX_mesa.so.0 -> libGLX_mesa.so.0.0.0 -rwxr-xr-x 1 root wheel 573K Aug 9 19:10 /usr/local/lib/libGLX_mesa.so.0.0.0 lrwxr-xr-x 1 root wheel 18B Aug 17 15:52 /usr/local/lib/libGLX_nvidia.so -> libGLX_nvidia.so.0 -r--r--r-- 1 root wheel 1.2M Aug 17 15:52 /usr/local/lib/libGLX_nvidia.so.0 lrwxr-xr-x 1 root wheel 11B Aug 9 03:21 /usr/local/lib/libGLX.so -> libGLX.so.0 lrwxr-xr-x 1 root wheel 15B Aug 9 03:21 /usr/local/lib/libGLX.so.0 -> libGLX.so.0.0.0 -rwxr-xr-x 1 root wheel 131K Aug 9 03:21 /usr/local/lib/libGLX.so.0.0.0 Code: โฑ ls -lha /usr/local/lib/libnvidia-* lrwxr-xr-x 1 root wheel 24B Aug 17 15:52 /usr/local/lib/libnvidia-allocator.so -> libnvidia-allocator.so.1 -r--r--r-- 1 root wheel 150K Aug 17 15:52 /usr/local/lib/libnvidia-allocator.so.1 lrwxr-xr-x 1 root wheel 18B Aug 17 15:52 /usr/local/lib/libnvidia-cfg.so -> libnvidia-cfg.so.1 -r--r--r-- 1 root wheel 265K Aug 17 15:52 /usr/local/lib/libnvidia-cfg.so.1 lrwxr-xr-x 1 root wheel 22B Aug 17 15:52 /usr/local/lib/libnvidia-egl-gbm.so -> libnvidia-egl-gbm.so.1 -r--r--r-- 1 root wheel 19K Aug 17 15:52 /usr/local/lib/libnvidia-egl-gbm.so.1 lrwxr-xr-x 1 root wheel 26B Aug 17 15:42 /usr/local/lib/libnvidia-egl-wayland.so -> libnvidia-egl-wayland.so.1 lrwxr-xr-x 1 root wheel 31B Aug 17 15:42 /usr/local/lib/libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.20 -rwxr-xr-x 1 root wheel 72K Aug 17 15:42 /usr/local/lib/libnvidia-egl-wayland.so.1.1.20 lrwxr-xr-x 1 root wheel 22B Aug 17 15:52 /usr/local/lib/libnvidia-eglcore.so -> libnvidia-eglcore.so.1 -r--r--r-- 1 root wheel 24M Aug 17 15:52 /usr/local/lib/libnvidia-eglcore.so.1 lrwxr-xr-x 1 root wheel 21B Aug 17 15:52 /usr/local/lib/libnvidia-glcore.so -> libnvidia-glcore.so.1 -r--r--r-- 1 root wheel 24M Aug 17 15:52 /usr/local/lib/libnvidia-glcore.so.1 lrwxr-xr-x 1 root wheel 19B Aug 17 15:52 /usr/local/lib/libnvidia-glsi.so -> libnvidia-glsi.so.1 -r--r--r-- 1 root wheel 615K Aug 17 15:52 /usr/local/lib/libnvidia-glsi.so.1 lrwxr-xr-x 1 root wheel 24B Aug 17 15:52 /usr/local/lib/libnvidia-glvkspirv.so -> libnvidia-glvkspirv.so.1 -r--r--r-- 1 root wheel 9.3M Aug 17 15:52 /usr/local/lib/libnvidia-glvkspirv.so.1 lrwxr-xr-x 1 root wheel 22B Aug 17 15:52 /usr/local/lib/libnvidia-gpucomp.so -> libnvidia-gpucomp.so.1 -r--r--r-- 1 root wheel 64M Aug 17 15:52 /usr/local/lib/libnvidia-gpucomp.so.1 lrwxr-xr-x 1 root wheel 17B Aug 17 15:52 /usr/local/lib/libnvidia-ml.so -> libnvidia-ml.so.1 -r--r--r-- 1 root wheel 2.0M Aug 17 15:52 /usr/local/lib/libnvidia-ml.so.1 lrwxr-xr-x 1 root wheel 18B Aug 17 15:52 /usr/local/lib/libnvidia-tls.so -> libnvidia-tls.so.1 -r--r--r-- 1 root wheel 6.9K Aug 17 15:52 /usr/local/lib/libnvidia-tls.so.1 -r--r--r-- 1 root wheel 7.0K Aug 17 15:52 /usr/local/lib/libnvidia-wayland-client.so.570.181 Code: โฑ ls -lha /usr/local/lib32/libnvidia-* lrwxr-xr-x 1 root wheel 18B Aug 17 15:52 /usr/local/lib32/libnvidia-cfg.so -> libnvidia-cfg.so.1 -r--r--r-- 1 root wheel 225K Aug 17 15:52 /usr/local/lib32/libnvidia-cfg.so.1 lrwxr-xr-x 1 root wheel 22B Aug 17 15:52 /usr/local/lib32/libnvidia-eglcore.so -> libnvidia-eglcore.so.1 -r--r--r-- 1 root wheel 27M Aug 17 15:52 /usr/local/lib32/libnvidia-eglcore.so.1 lrwxr-xr-x 1 root wheel 21B Aug 17 15:52 /usr/local/lib32/libnvidia-glcore.so -> libnvidia-glcore.so.1 -r--r--r-- 1 root wheel 27M Aug 17 15:52 /usr/local/lib32/libnvidia-glcore.so.1 lrwxr-xr-x 1 root wheel 19B Aug 17 15:52 /usr/local/lib32/libnvidia-glsi.so -> libnvidia-glsi.so.1 -r--r--r-- 1 root wheel 447K Aug 17 15:52 /usr/local/lib32/libnvidia-glsi.so.1 lrwxr-xr-x 1 root wheel 24B Aug 17 15:52 /usr/local/lib32/libnvidia-glvkspirv.so -> libnvidia-glvkspirv.so.1 -r--r--r-- 1 root wheel 8.2M Aug 17 15:52 /usr/local/lib32/libnvidia-glvkspirv.so.1 lrwxr-xr-x 1 root wheel 22B Aug 17 15:52 /usr/local/lib32/libnvidia-gpucomp.so -> libnvidia-gpucomp.so.1 -r--r--r-- 1 root wheel 55M Aug 17 15:52 /usr/local/lib32/libnvidia-gpucomp.so.1 lrwxr-xr-x 1 root wheel 18B Aug 17 15:52 /usr/local/lib32/libnvidia-tls.so -> libnvidia-tls.so.1 -r--r--r-- 1 root wheel 4.9K Aug 17 15:52 /usr/local/lib32/libnvidia-tls.so.1 However, 3D applications will fail to run or, best case scenario, run without 3D: Code: 0644:err:d3d:wined3d_debug_callback 01317978: "GL_OUT_OF_MEMORY error generated. Failed to allocate memory for buffer data.". 0644:err:d3d:wined3d_debug_callback 01317978: "GL_INVALID_VALUE error generated. Offset and/or length are out of range.". 0644:err:d3d:wined3d_allocator_chunk_gl_map Failed to map chunk memory. 0644:err:d3d:wined3d_bo_gl_map Failed to map chunk. 0644:err:d3d:wined3d_context_gl_map_bo_address Failed to map bo. wine: Unhandled page fault on write access to 00000000 at address 7A6C98CD (thread 0644), starting debugger... 067c:fixme:ntdll:create_logical_proc_info stub 067c:fixme:ntdll:init_cpu_info Failed to get logical processor information, status 0xc0000002. 0690:fixme:ntdll:create_logical_proc_info stub I've installed Mitzumari and Steam. Steam works but the games have no 3D acceleration. What's missing?
18.08.2025 19:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Interface Bridging Issues and Limitations Desired outcome: I would like to be able to use the second port on my FreeBSD firewall's 10G adapter (Intel X520-DA2) to act as a switch port so that I can connect another FreeBSD system. Ideally, the secondary host would connect to the firewall's ix1 port directly to provide network and Internet access to jails and bhyve guests running on both the untagged LAN and various VLAN's. This is proving to be much more challenging than I had originally anticipated, and I am going in circles with AI platforms trying to figure this out. Background: my FreeBSD firewalls are running in high-availability mode using CARP. The primary firewall connects to my core switch using a 10G connection, the backup firewall connects via a 1G connection. I only have two 10G ports on my core switch, one of which is connected to the primary firewall, the other is connected to another FreeBSD server. I am not in a position to replace the core switch, add additional switches, etc. I cannot use a bridge interface on my ix0 and ix1 connections, since the ix0 interface is acting as the parent device for a number of VLAN's. In addition to acting as the parent interface for my VLAN's, ix0 is also configured to act as my primary untagged LAN uplink and has an IP address of 10.0.1.2/24 (with CARP running on 10.0.1.1/24). I've attempted to use the ether.bridge script to create a netgraph bridge, but the bridge only passes untagged traffic, no VLAN traffic passes over the netgraph bridge. I've attempted to configure the ix1 interface in a different FIB (after adding an IP address within the same subnet as ix0, 10.0.1.4/24), but I am unable to create the necessary pf rules to address the asymmetrical routing issues (two interfaces in the same network address space attempting to pass traffic back and forth to one another). As a result, I cannot ping the firewall from one of the jails and vise-versa. I am not in a position to re-IP the jails to use a different network subnet, I need them to remain on the 10.0.1.0/24 network. I've also attempted to configure the two ports on a Chelsio T6225 to act as a small switch, but that was a lost cause. I am hoping someone is able to provide some insight as to how to achieve my desired outcome without needing to migrate to another operating system (Linux or OpenBSD). Any assistance is appreciated.
18.08.2025 19:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Building ports in a jail with different host version. Greetings! My English is not very good, excuse me if I said something wrong... I have Raspberry Pi 5 with FreeBSD 14.3-STABLE and jail with FreeBSD 13.2-RELEASE-p10 I need to build some ports in this jail, but I'm running into a weird problem... By first, I tried to set variable "UNAME_r" to 13.2-RELEASE-p10 for allow ports to build. Second, I set parameter "osrelease" in jail.conf But both solutions led to a strange result: in perl, all variables defining an osrelease contain quotes, and Perl (or make?) treats them as part of a variable. For example: The file /usr/local/lib/perl5/5.36/mach/Errno.pm contains the following lines: Perl: "$Config{'archname'}-$Config{'osvers'}" eq "arm64-freebsd-thread-multi-"13.2-release-p10"" or die "Errno architecture (arm64-freebsd-thread-multi-"13.2-release-p10") does not match executable architecture ($Config{'archname'}-$Config{'osvers'})"; On the host system same strings looks like: Perl: "$Config{'archname'}-$Config{'osvers'}" eq "arm64-freebsd-thread-multi-14.3-stable" or die "Errno architecture (arm64-freebsd-thread-multi-14.3-stable) does not match executable architecture ($Config{'archname'}-$Config{'osvers'})"; I'm stuck, googling this problem but can't find any clue about such behavior... How can I remove quotes from variable or tell to perl (or make?) to ignore them... I tried to install FreeBSD 13.2 to my Raspberry Pi 5, but this system can't detect nvme drive and i was forced to install freebsd 14... But I need to build ports exactly for 13.2, I use my Raspberry Pi 5 as build machine... Thanks in advance!
18.08.2025 19:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Valgrind feature poll Some explanation of these choices. Feature| Difficulty| Description ---|---|--- lldb server| unknown, but probably a large project| currently Valgrind only has support for gdb server (with the bundled vgdb tool). lldb server is possible but difficult to set up and only for lldb experts fair scheduler| easy| the default Valgrind scheduler will context switch at each syscall or 100k basic blocks, but the switching is just the luck of the draw. Linux (only) has a futex based fair scheduler that it supposed to be more like a real OS scheduler LLVM openMP| unknown, but probably a large project| DRD and Helgrind only understand pthread and Qt threading interfaces. GNU OpenMP can be built using pthread. Valgrind does not understand LLVM OpenMP synchronisation at all, making it impossible to use with DRD or Helgrind. ioctls| large, needs a lot of investigation to get a list of all ioctls and all of their inputs and outputs| only a few have proper coverage, most just default to the read/write encoding of the ioctl core dumps| medium| Valgrind will dump a FreeBSD core file but the internals are not correct and neigher gdb nor lldb will be able to do anything with it riscv64/arm7 ports| medium| arm64 took about 1 month
18.08.2025 19:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
OpenSMTPD 7.6.0 wont start after upgrade - (FreeBSD 14.2) Hi I updated my mailserver to OpenSMTPD 7.6.0 thats installed inside a ezjail and after a restart smtpd wont start. smtpd -d info: OpenSMTPD 7.6.0-portable starting passwd[77606]: warn: table-api: imsg_get: Result too large lookup: table-proc: unexpected EOF during handshake smtpd: process lka socket closed I tried to uninstall and then reinstall all packages that I know of related to opensmtpd: opensmtpd opensmtpd-extras-table-passwd opensmtpd-filter-rspamd opensmtpd-filter-senderscore When searching online the only thing I found that looks similar is a mailing list from openbsd: ### Re: SMTPD start failed - table-proc: unexpected EOF during handshake www.mail-archive.com But this thread mentions "opensmtpd-table-passwd package" but I cant find anything like that when searching "pkg search table-passwd" but opensmtpd-extras-table-passwd. I probably missed something when doing the upgrade /Lartten
18.08.2025 17:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Dial-up (with PSTN modem) on 14.2 with MPD5 - doesn't work with windows or even other BSD as a client. Hi there, I know this may be a bit unusual these days, but I'm trying to create a dial-in server on my FreeBSD box with 14.2 and MPD5 (version 5.9). It's working just fine when I use mgetty and ppp - including NAT etc. My next goal is to play with multilink-PPP (something I never had a chance to do during modem era), and for that I need MPD5. Now, I tried dialing into BSD from Windows XP, from Linux and from another FreeBSD (with MPD) to get additional debugging info, but it fails during LCP without any clear error. Here's my config: Code: default: log +all set log +all load dialin dialin: create bundle static B2 set bundle enable compression set bundle fsm-timeout 2 set iface idle 900 set ipcp ranges 1.1.1.2/32 2.2.2.1/32 create link static L2 modem set link action bundle B2 set link no pap chap eap set link enable chap-msv2 set auth authname ppp log +all set modem device /dev/cuau4 set modem var $DialPrefix "DT" set modem idle-script AnswerCall set link enable incoming And here's the relevant portion of the log, it's clear that the MPD5 answers the call correctly, goes through CONNECT, sends over supported link params including authentication, and then dies... Code: Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1267: log "Incoming call detected..." Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: Incoming call detected... Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1268: print "ATA^M " Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: sending Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: 41 54 41 0d 0a ATA.. Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1269: regex "CONNECT *([0-9]*).*$" ModemAnswerConnect Aug 18 10:15:44 bsm mpd[34495]: [L2] CHAT: line 1270: wait $ConnectTimeout Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT ChatTimeout() at chat.c:971 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT ChatTimeout() done at chat.c:971 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:584 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:584 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:44 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a 0d .. Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_READ ChatRead() done at chat.c:480 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a 43 4f 4e 4e 45 43 54 20 33 33 36 30 30 20 56 .CONNECT 33600 V Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 34 32 62 69 73 0d 42bis. Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: read Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: 0a . Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: matched set "", goto label "ModemAnswerConnect" Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_TIMEOUT ChatTimeout() at chat.c:1401 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_TIMEOUT ChatTimeout() done at chat.c:1401 Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1283: set $ConnectionSpeed $matchedString1 Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1284: set $answerReturn OK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 1285: return Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 195: if $answerReturn == OK goto AnswerCallOK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 195: goto AnswerCallOK Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 201: log "Connected at $ConnectionSpeed." Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: Connected at 33600. Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 202: set $OptimizeNextTime yes Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 203: set $IdleResult answer Aug 18 10:15:56 bsm mpd[34495]: [L2] CHAT: line 204: success Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_READ ChatRead() at chat.c:874 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event EVENT_READ ChatRead() done at chat.c:874 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event (null) at chat.c:875 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Unregistering event (null) done at chat.c:875 Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: idle script succeeded, action=answer Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: opening link in answer mode Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() sent Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ ChatRead() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() received Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: OPEN event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: Open event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: state change Initial --> Starting Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: LayerStart Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() sent Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to LinkMsg() processed Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() received Aug 18 10:15:56 bsm mpd[34495]: [L2] device: OPEN event in state READY Aug 18 10:15:56 bsm mpd[34495]: [L2] MODEM: chat script succeeded Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "ModemCheck" ModemCheck() for 1000 ms at modem.c:438 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "ModemReport" ModemErrorCheck() for 60000 ms at modem.c:442 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: [L2] device: UP event Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: UP event Aug 18 10:15:56 bsm mpd[34495]: [L2] Link: origination is remote Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: Up event Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: state change Starting --> Req-Sent Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: phase shift DEAD --> ESTABLISH Aug 18 10:15:56 bsm mpd[34495]: [L2] LCP: SendConfigReq #11 Aug 18 10:15:56 bsm mpd[34495]: [L2] ACFCOMP Aug 18 10:15:56 bsm mpd[34495]: [L2] PROTOCOMP Aug 18 10:15:56 bsm mpd[34495]: [L2] ACCMAP 0x000a0000 Aug 18 10:15:56 bsm mpd[34495]: [L2] MRU 1500 Aug 18 10:15:56 bsm mpd[34495]: [L2] MAGICNUM 0xdf01dd74 Aug 18 10:15:56 bsm mpd[34495]: [L2] AUTHPROTO CHAP MSOFTv2 Aug 18 10:15:56 bsm mpd[34495]: [L2] xmit frame to link proto=0xc021 Aug 18 10:15:56 bsm mpd[34495]: ff 03 c0 21 01 0b 00 1d 08 02 07 02 02 06 00 0a ...!............ Aug 18 10:15:56 bsm mpd[34495]: 00 00 01 04 05 dc 05 06 df 01 dd 74 03 05 c2 23 ...........t...# Aug 18 10:15:56 bsm mpd[34495]: 81 . Aug 18 10:15:56 bsm mpd[34495]: EVENT: Starting timer "LCP" FsmTimeout() for 2000 ms at fsm.c:426 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:56 bsm mpd[34495]: EVENT: Message 1 to PhysMsg() processed Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() done Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() Aug 18 10:15:56 bsm mpd[34495]: EVENT: Processing event EVENT_READ MsgEvent() done Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing timer "ModemCheck" ModemCheck() Aug 18 10:15:57 bsm mpd[34495]: EVENT: Starting timer "ModemCheck" ModemCheck() for 1000 ms at modem.c:731 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50 Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing timer "ModemCheck" ModemCheck() done Aug 18 10:15:57 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done Aug 18 10:15:58 bsm mpd[34495]: EVENT: Processing event EVENT_TIMEOUT TimerExpires() Aug 18 10:15:58 bsm mpd[34495]: EVENT: Processing timer "LCP" FsmTimeout() Aug 18 10:15:58 bsm mpd[34495]: [L2] LCP: SendConfigReq #12 Aug 18 10:15:58 bsm mpd[34495]: [L2] ACFCOMP Aug 18 10:15:58 bsm mpd[34495]: [L2] PROTOCOMP Aug 18 10:15:58 bsm mpd[34495]: [L2] ACCMAP 0x000a0000 Aug 18 10:15:58 bsm mpd[34495]: [L2] MRU 1500 Aug 18 10:15:58 bsm mpd[34495]: [L2] MAGICNUM 0xdf01dd74 Aug 18 10:15:58 bsm mpd[34495]: [L2] AUTHPROTO CHAP MSOFTv2 Aug 18 10:15:58 bsm mpd[34495]: [L2] xmit frame to link proto=0xc021 Aug 18 10:15:58 bsm mpd[34495]: ff 03 c0 21 01 0c 00 1d 08 02 07 02 02 06 00 0a ...!............ Aug 18 10:15:58 bsm... Read more
18.08.2025 17:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Which FreeBSD source branch are you tracking? The title says it.
18.08.2025 17:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Cannot install pytorch & freecad They conflict. Any solution ?
18.08.2025 15:34 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
pcengines replacement I am looking for a replacement for my pcengines apu2 ... while it is an almost perfect fit for my needs, I need a somewhat faster device. Faster in the sense of I/O. I use it as firewall and storage system (via sshfs) - with 2 USB enclosures with 4x12TB HDD each. Accessing the USB disks is at about ~ 15-25MB/sec (compared to my AMD Ryzen system with ~ 150MB/sec) ... ~ 50MB/sec should be enough. My requirements are: * fanless * ECC memory * CPU with AES * low power consumption (< 8W idle, <20W on average usage) * 2 ethernet interfaces, 3 would be ideal * at least 2 USB 3.0 ports, 3 would be ideal * smallish in size any suggestions?
18.08.2025 13:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Brocade-825 driver search Hi. I have a Brocade-825 - HP 82B PCIe 8Gb FC dual-port HBA (part number AP770A). FreeBSD detects it as Cavium/Qlogic 425/825/42B/82B PCIe dual port FC HBA. Unfortunately, I can't find the appropriate driver. BR-825 is not in the list of supported by the isp driver. Can anyone help me choose the appropriate driver?
18.08.2025 13:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Debian 13.0.0 Guest via Bhyve: Unable to get GRUB working Hi, I wanted to give FreeBSD a shot, but also to have Debian 13.0.0 as a virtual machine using `bhyve`, especially the wrapper support scripts `vm-bhyve` to simplify the setup. Following the steps of the tutorial of `vm-bhyve` (and the other resources linked below), I ended up with a Grub based installation of Debian. The installation completes, but drops to the grub shell indicating that the linux kernel image cannot be found. I am well aware, that I am not the first having this problem, as some other posts in this forum clearly indicate. After trying the following suggested solution to configure GRUB to find the correct kernel image and load it, I am stuck at grub unable to find any usable filesystem. Code: (hd0) (hd0,msdos5) (hd0,msdos1) (host) Trying to read any filesystem always results in "unknown filesystem", such that `set root=/...` is not possible. My current config includes System: FreeBSD: 14 (latest stable) Guest OS: Debian 13.0.0 packages installed: `bhyve`, `vm-bhyve`, `grub2-bhyve`, `bhyve-firmware` The configuration i am using for the Debian VM is as follows: Code: cpu=4 memory=8G network0_type="virtio-blk" network0_switch="public" disk0_type="virtio-blk" disk0_name="disk0.img" # I assume this refers to (hd0,1) grub_run_partition="1" grub_run_dir="/boot/grub" # I think thats not necessary in textmode # as bhyve would default to that graphics="no" uuid="..." network0_mac="..." I have a strong suspicion, that something is off with the disk. Booting again with the installer iso and executing a shell, I can clearly see the boot directory. While i have not tried to modify the boot environment from the rescue shell itself, I wonder if there is straight way to install Debian/Linux and make booting it via Grub or better UEFI. **UEFI** Put here just for reference, in case UEFI is recommended for installation. Setting the configuration to use `loader="uefi"` results in displaying the selection screen of the installer ( "install" "graphical install" ...), but after that the screen blanks. I am working in text mode only and i am not using any x11 or other graphical environment. **Resources** Following resources were of no help either, unfortunately: - https://github.com/churchers/vm-bhyve/blob/master/sample-templates/config.sample - https://docs.freebsd.org/en/books/handbook/virtualization/#virtualization-host-bhyve - https://github.com/churchers/vm-bhyve/wiki/Configuring-Grub-Guests - https://blahg.josefsipek.net/?p=595 - https://forums.freebsd.org/threads/how-to-boot-debian-in-efi-mode-using-bhyve.81520/ - https://npulse.net/en/blog/125-bhyve-uefi-drops-into-efi-shell-linux-wont-boot-easy-workaround - https://github.com/churchers/vm-bhyve - https://www.duskopijetlovic.com/freebsd/bhyve/virtualization/2022/02/06/freebsd-vm-bhyve.html - https://www.cyberciti.biz/faq/how-to-install-linux-vm-on-freebsd-using-bhyve-and-zfs/ - https://www.davidschlachter.com/misc/freebsd-bhyve-uefi-shell - https://gist.github.com/ianthetechie/4e1e0b4cb48981629e5ad0e2cdd4e5ec - https://i-bsd.com/freebsd-vm-bhyve-linux/
18.08.2025 11:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Valuable News โ€“ 2025/08/18 Original article here. Consider this when replying. **FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.**
18.08.2025 08:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0