Saturday, 7 April 2018

[CUPS] Samsung ML-2525W

  • I was not able to make WLAN work
  • URL: ipp://192.168.178.26/ipp
  • Driver: Samsung ML-2525W, 2.0.0 ← probably a ppd I saveguard at my subversion repository Documents/software/ML-2525W.ppd
  • Resolution: 600 dpi ← does 1200 dpi work as well?
  • Media size: A4
  • Airpressure: High ← why that, it's a laser printer???

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...