Hello Folks,
finally I made my way back to FreeBSD and ran into a problem. My printer is an Epson Stylus DX6000 connected via USB, which used to work with FreeBSD 8.2 and 9.1 using CUPS with libusb. Now I realize, that ulpt is the problem. On the former versions of FreeBSD one simply modified /etc/devfs.rules according to the documentation but now you have to detach ulpt in order to use CUPS and libusb.
This is there my question starts, it contains of multiple parts and I am not sure whether this part of the forum is right, so sorry if it is the wrong subforum in advance.
1) Is there a way to disable ulpt without recompiling the kernel? Let's say like blacklisting modules under Linux.
2) I have tried to recompile the kernel and added the following to /etc/make.conf:
but it simply didn't work. I changed this line, after research on the internet, to
but this doesn't work either. What am I doing wrong here?
finally I made my way back to FreeBSD and ran into a problem. My printer is an Epson Stylus DX6000 connected via USB, which used to work with FreeBSD 8.2 and 9.1 using CUPS with libusb. Now I realize, that ulpt is the problem. On the former versions of FreeBSD one simply modified /etc/devfs.rules according to the documentation but now you have to detach ulpt in order to use CUPS and libusb.
This is there my question starts, it contains of multiple parts and I am not sure whether this part of the forum is right, so sorry if it is the wrong subforum in advance.
1) Is there a way to disable ulpt without recompiling the kernel? Let's say like blacklisting modules under Linux.
2) I have tried to recompile the kernel and added the following to /etc/make.conf:
Code:
WITHOUT_MODULES= ulpt
Code:
WITHOUT_MODULES= usb/ulpt